@webex/plugin-meetings 3.0.0-stream-classes.1 → 3.0.0-stream-classes.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/common/errors/webex-errors.js +25 -5
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/config.js +2 -2
- package/dist/config.js.map +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js +4 -8
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting-info/util.js +1 -1
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js +16 -31
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/index.js +6 -2
- package/dist/meetings/index.js.map +1 -1
- package/dist/types/annotation/annotation.types.d.ts +0 -1
- package/dist/types/annotation/index.d.ts +0 -7
- package/dist/types/breakouts/events.d.ts +7 -1
- package/dist/types/common/errors/webex-errors.d.ts +12 -0
- package/dist/types/common/queue.d.ts +9 -7
- package/dist/types/constants.d.ts +44 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/locus-info/index.d.ts +8 -1
- package/dist/types/locus-info/parser.d.ts +65 -6
- package/dist/types/media/index.d.ts +2 -2
- package/dist/types/media/properties.d.ts +27 -20
- package/dist/types/meeting/in-meeting-actions.d.ts +14 -0
- package/dist/types/meeting/index.d.ts +181 -186
- package/dist/types/meeting/locusMediaRequest.d.ts +5 -0
- package/dist/types/meeting/muteState.d.ts +16 -16
- package/dist/types/meeting/request.d.ts +36 -17
- package/dist/types/meeting/util.d.ts +22 -3
- package/dist/types/meeting-info/index.d.ts +6 -1
- package/dist/types/meetings/index.d.ts +9 -12
- package/dist/types/member/index.d.ts +2 -1
- package/dist/types/member/types.d.ts +11 -0
- package/dist/types/metrics/index.d.ts +4 -128
- package/dist/types/multistream/sendSlotManager.d.ts +61 -0
- package/dist/types/reachability/index.d.ts +6 -0
- package/dist/types/reachability/request.d.ts +3 -1
- package/dist/types/reconnection-manager/index.d.ts +2 -2
- package/dist/types/recording-controller/index.d.ts +15 -1
- package/dist/types/recording-controller/util.d.ts +5 -4
- package/dist/types/roap/request.d.ts +2 -0
- package/dist/types/rtcMetrics/constants.d.ts +4 -0
- package/dist/types/rtcMetrics/index.d.ts +47 -0
- package/package.json +1 -1
- package/src/common/errors/webex-errors.ts +21 -0
- package/src/config.ts +2 -2
- package/src/meeting/index.ts +4 -4
- package/src/meeting-info/util.ts +1 -1
- package/src/meeting-info/utilv2.ts +10 -20
- package/src/meetings/index.ts +8 -4
- package/test/unit/spec/meeting/index.js +1 -1
- package/dist/common/browser-detection.d.ts +0 -9
- package/dist/common/collection.d.ts +0 -48
- package/dist/common/config.d.ts +0 -2
- package/dist/common/errors/captcha-error.d.ts +0 -15
- package/dist/common/errors/intent-to-join.d.ts +0 -16
- package/dist/common/errors/join-meeting.d.ts +0 -17
- package/dist/common/errors/media.d.ts +0 -15
- package/dist/common/errors/parameter.d.ts +0 -15
- package/dist/common/errors/password-error.d.ts +0 -15
- package/dist/common/errors/permission.d.ts +0 -14
- package/dist/common/errors/reconnection-in-progress.d.ts +0 -9
- package/dist/common/errors/reconnection.d.ts +0 -15
- package/dist/common/errors/stats.d.ts +0 -15
- package/dist/common/errors/webex-errors.d.ts +0 -81
- package/dist/common/errors/webex-meetings-error.d.ts +0 -20
- package/dist/common/events/events-scope.d.ts +0 -17
- package/dist/common/events/events.d.ts +0 -12
- package/dist/common/events/trigger-proxy.d.ts +0 -2
- package/dist/common/events/util.d.ts +0 -2
- package/dist/common/logs/logger-config.d.ts +0 -2
- package/dist/common/logs/logger-proxy.d.ts +0 -2
- package/dist/common/logs/request.d.ts +0 -34
- package/dist/common/queue.d.ts +0 -32
- package/dist/config.d.ts +0 -73
- package/dist/constants.d.ts +0 -924
- package/dist/controls-options-manager/constants.d.ts +0 -4
- package/dist/controls-options-manager/enums.d.ts +0 -5
- package/dist/controls-options-manager/index.d.ts +0 -120
- package/dist/controls-options-manager/util.d.ts +0 -7
- package/dist/docs/markdown/index.md +0 -12
- package/dist/docs/markdown/plugin-meetings.constants._active_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._answer_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._call_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._conflict_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._conversation_url_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._created_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._error_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._forced_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._id_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._idle_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._in_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._in_lobby_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._in_meeting_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._inactive_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._incoming_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._join_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._joined_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._left_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._locus_id_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._meeting_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._meeting_center_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._meeting_id_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._meeting_link_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._meeting_uuid_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._move_media_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._none_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._not_in_meeting_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._observe_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._people_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._personal_room_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._receive_only_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._remove_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._requested_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._resource_room_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._room_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._s_line.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._send_only_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._send_receive_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._sip_bridge_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._sip_uri_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._slides_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._unknown_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._user_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._wait_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants._webex_meeting_.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.alert.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.alternate_redirect_true.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.answer.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.api.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.audio.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.audio_input.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.audio_status.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.available_resolutions.md +0 -60
- package/dist/docs/markdown/plugin-meetings.constants.bnr_status.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.breakouts.md +0 -51
- package/dist/docs/markdown/plugin-meetings.constants.calendar.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.calendar_events.md +0 -17
- package/dist/docs/markdown/plugin-meetings.constants.calendar_events_api.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.call.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.call_removed_reason.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.claim.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.cmr_meetings.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.complete.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.connection_state.md +0 -18
- package/dist/docs/markdown/plugin-meetings.constants.content.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.controls.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.conversation_service.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.conversation_url.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.correlation_id.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.decline.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.default_excluded_stats.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.default_get_stats_filter.md +0 -13
- package/dist/docs/markdown/plugin-meetings.constants.development.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.dialer_regex.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.display_hints.md +0 -51
- package/dist/docs/markdown/plugin-meetings.constants.embedded_app_types.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.end.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.ended.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.error.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.error_dictionary.md +0 -62
- package/dist/docs/markdown/plugin-meetings.constants.event_triggers.md +0 -82
- package/dist/docs/markdown/plugin-meetings.constants.event_types.md +0 -21
- package/dist/docs/markdown/plugin-meetings.constants.events.md +0 -26
- package/dist/docs/markdown/plugin-meetings.constants.floor_action.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.full_state.md +0 -17
- package/dist/docs/markdown/plugin-meetings.constants.gathering.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.hecate.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.host.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.http_verbs.md +0 -17
- package/dist/docs/markdown/plugin-meetings.constants.https_protocol.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.ice_fail_timeout.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.ice_gathering_state.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.ice_state.md +0 -18
- package/dist/docs/markdown/plugin-meetings.constants.ice_timeout.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.intent_to_join.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.ipv4_regex.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.join.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.layout_types.md +0 -13
- package/dist/docs/markdown/plugin-meetings.constants.leave.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.live.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.local.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.loci.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.locus.md +0 -26
- package/dist/docs/markdown/plugin-meetings.constants.locus_url.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.locusevent.md +0 -33
- package/dist/docs/markdown/plugin-meetings.constants.locusinfo.md +0 -43
- package/dist/docs/markdown/plugin-meetings.constants.max_random_delay_for_meeting_info.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.md +0 -186
- package/dist/docs/markdown/plugin-meetings.constants.media.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.media_devices.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.media_peer_connection_name.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.media_state.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.media_track_constraint.md +0 -17
- package/dist/docs/markdown/plugin-meetings.constants.mediacontent.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.meet.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.meet_m.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.meeting_audio_state_machine.md +0 -20
- package/dist/docs/markdown/plugin-meetings.constants.meeting_end_reason.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.meeting_errors.md +0 -102
- package/dist/docs/markdown/plugin-meetings.constants.meeting_info_failure_reason.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.meeting_removed_reason.md +0 -19
- package/dist/docs/markdown/plugin-meetings.constants.meeting_state.md +0 -25
- package/dist/docs/markdown/plugin-meetings.constants.meeting_state_machine.md +0 -31
- package/dist/docs/markdown/plugin-meetings.constants.meeting_video_state_machine.md +0 -20
- package/dist/docs/markdown/plugin-meetings.constants.meetinginfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.meetings.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.metrics_join_times_max_duration.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.moderator_false.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.moderator_true.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.mqa_inteval.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.mqa_stats.md +0 -82
- package/dist/docs/markdown/plugin-meetings.constants.network_status.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.network_type.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.offline.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.online.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.participant.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.participant_deltas.md +0 -22
- package/dist/docs/markdown/plugin-meetings.constants.password_status.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.pc_bail_timeout.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.peer_connection_state.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.provisional_type_dial_in.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.provisional_type_dial_out.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.pstn_status.md +0 -18
- package/dist/docs/markdown/plugin-meetings.constants.quality_levels.md +0 -19
- package/dist/docs/markdown/plugin-meetings.constants.reachability.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.ready.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.reconnection.md +0 -19
- package/dist/docs/markdown/plugin-meetings.constants.recording_state.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.remote.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.resource.md +0 -15
- package/dist/docs/markdown/plugin-meetings.constants.retry_timeout.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.roap.md +0 -22
- package/dist/docs/markdown/plugin-meetings.constants.self_roles.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.send_dtmf_endpoint.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.sendrecv.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.share.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.share_peer_connection_name.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.share_status.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.share_stopped_reason.md +0 -14
- package/dist/docs/markdown/plugin-meetings.constants.sip_uri.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.stats.md +0 -16
- package/dist/docs/markdown/plugin-meetings.constants.type.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.use_uri_lookup_false.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.uuid_reg.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.valid_email_address.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.valid_pin.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.valid_pmr_address.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.valid_pmr_link.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.video.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.video_input.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.video_resolutions.md +0 -24
- package/dist/docs/markdown/plugin-meetings.constants.video_status.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.wbxappapi_service.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.webex_dot_com.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.whiteboard.md +0 -11
- package/dist/docs/markdown/plugin-meetings.constants.www_dot.md +0 -11
- package/dist/docs/markdown/plugin-meetings.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default._constructor_.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.acknowledge.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.addmedia.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.admit.md +0 -32
- package/dist/docs/markdown/plugin-meetings.meeting.default.attrs.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.audio.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.breakouts.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.callevents.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.cancelphoneinvite.md +0 -30
- package/dist/docs/markdown/plugin-meetings.meeting.default.canupdatemedia.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.changevideolayout.md +0 -38
- package/dist/docs/markdown/plugin-meetings.meeting.default.clearmeetingdata.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.closelocalshare.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.closelocalstream.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.closepeerconnections.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.closeremotestream.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.closeremotetracks.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.controlsoptionsmanager.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.conversationurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.correlationid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.createmediaconnection.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.decline.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.deferjoin.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.destination.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.destinationtype.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.deviceurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.dialindevicestatus.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.dialinurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.dialoutdevicestatus.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.dialouturl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.disconnectphoneaudio.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.endcallinitiatejoinreq.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.endjoinreqresp.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.endlocalsdpgenremotesdprecvdelay.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.endmeetingforall.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.fetchmeetinginfo.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.fetchmeetinginfotimeoutid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.floorgrantpending.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.forwardevent.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.getanalyzermetricsprepayload.md +0 -32
- package/dist/docs/markdown/plugin-meetings.meeting.default.getcallinitiatejoinreq.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.getdevices.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.getjoinreqresp.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.getlocalsdpgenremotesdprecvdelay.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.getmediaconnectiondebugid.md +0 -15
- package/dist/docs/markdown/plugin-meetings.meeting.default.getmediastreams.md +0 -15
- package/dist/docs/markdown/plugin-meetings.meeting.default.getmembers.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.getsendingmediadelayduration.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.getsetupdelayduration.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.getsupporteddevices.md +0 -16
- package/dist/docs/markdown/plugin-meetings.meeting.default.gettotaljmt.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.guest.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.handledatachannelurlchange.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.handleroapfailure.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.hasjoinedonce.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.haswebsocketconnected.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.hostid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.id.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.inmeetingactions.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.invite.md +0 -33
- package/dist/docs/markdown/plugin-meetings.meeting.default.isaudioconnected.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.isaudiomuted.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.isaudioself.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.islocalsharelive.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.ismultistream.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.isreactionssupported.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.isroapinprogress.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.issharing.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.istranscriptionsupported.md +0 -23
- package/dist/docs/markdown/plugin-meetings.meeting.default.isvideoconnected.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.isvideomuted.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.isvideoself.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.join.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.joinedwith.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.joinwithmedia.md +0 -36
- package/dist/docs/markdown/plugin-meetings.meeting.default.keepalivetimerid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.lastvideolayoutinfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.leave.md +0 -31
- package/dist/docs/markdown/plugin-meetings.meeting.default.lockmeeting.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.locusid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.locusinfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.locusurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.md +0 -227
- package/dist/docs/markdown/plugin-meetings.meeting.default.mediaconnections.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.mediaid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.medianegotiatedevent.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.mediaproperties.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.mediarequestmanagers.md +0 -16
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetingfinitestatemachine.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetinginfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetinginfofailurereason.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetingjoinurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetingnumber.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetingrequest.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.meetingstate.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.members.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.movefrom.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.moveto.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.mute.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.muteaudio.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.mutevideo.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.namespace.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.networkqualitymonitor.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.networkstatus.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.options.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.orgid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.owner.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.parsemeetinginfo.md +0 -34
- package/dist/docs/markdown/plugin-meetings.meeting.default.partner.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.passwordstatus.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.pauserecording.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.permissiontoken.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.policy.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.processnextqueuedmediaupdate.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.publishtracks.md +0 -33
- package/dist/docs/markdown/plugin-meetings.meeting.default.queuedmediaupdates.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.receiveslotmanager.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.reconnect.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.reconnectionmanager.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.recording.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.recordingcontroller.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.refreshcaptcha.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.remotemediamanager.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.remove.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.requiredcaptcha.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.resource.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.resourceid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.resourceurl.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.resumerecording.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.roap.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.roapseq.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.selfid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.senddtmf.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.sendreaction.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.setdisallowunmute.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.setendcallinitiatejoinreq.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setendjoinreqresp.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setendlocalsdpgenremotesdprecvdelay.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setendsendingmediadelay.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.setendsetupdelay.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.setlocalsharetrack.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.setlocaltracks.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.setlocalvideoquality.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.setmeetingquality.md +0 -31
- package/dist/docs/markdown/plugin-meetings.meeting.default.setmercurylistener.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.setmuteall.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.setmuteonentry.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.setremotequalitylevel.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.setsipuri.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.setstartcallinitiatejoinreq.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setstartjoinreqresp.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setstartlocalsdpgenremotesdprecvdelay.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meeting.default.setstartsendingmediadelay.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.setstartsetupdelay.md +0 -24
- package/dist/docs/markdown/plugin-meetings.meeting.default.setupbreakoutslistener.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.setupmediaconnectionlisteners.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.setupstatsanalyzereventhandlers.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.sharescreen.md +0 -32
- package/dist/docs/markdown/plugin-meetings.meeting.default.sharestatus.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.sipuri.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.startcallinitiatejoinreq.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.startjoinreqresp.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.startkeepalive.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.startlocalsdpgenremotesdprecvdelay.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.startrecording.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.startwhiteboardshare.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.state.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.statsanalyzer.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.stopkeepalive.md +0 -13
- package/dist/docs/markdown/plugin-meetings.meeting.default.stopreceivingtranscription.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.stoprecording.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.stopshare.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.stopwhiteboardshare.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.togglereactions.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.transcription.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.transfer.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meeting.default.type.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.unlockmeeting.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unmuteaudio.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unmutevideo.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unpublishtracks.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.unsetlocalsharetrack.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unsetlocalvideotrack.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unsetpeerconnections.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meeting.default.unsetremotestream.md +0 -26
- package/dist/docs/markdown/plugin-meetings.meeting.default.unsetremotetracks.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.updateaudio.md +0 -34
- package/dist/docs/markdown/plugin-meetings.meeting.default.updatellmconnection.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meeting.default.updatemedia.md +0 -32
- package/dist/docs/markdown/plugin-meetings.meeting.default.updatemediaconnections.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.updateshare.md +0 -35
- package/dist/docs/markdown/plugin-meetings.meeting.default.updatevideo.md +0 -34
- package/dist/docs/markdown/plugin-meetings.meeting.default.uploadlogs.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.usephoneaudio.md +0 -28
- package/dist/docs/markdown/plugin-meetings.meeting.default.userid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.verifypassword.md +0 -35
- package/dist/docs/markdown/plugin-meetings.meeting.default.video.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.default.wirelessshare.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meeting.md +0 -18
- package/dist/docs/markdown/plugin-meetings.meeting.media_update_type.md +0 -17
- package/dist/docs/markdown/plugin-meetings.meetings._constructor_.md +0 -22
- package/dist/docs/markdown/plugin-meetings.meetings.create.md +0 -30
- package/dist/docs/markdown/plugin-meetings.meetings.fetchuserpreferredwebexsite.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meetings.geohintinfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.getallmeetings.md +0 -31
- package/dist/docs/markdown/plugin-meetings.meetings.getgeohint.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meetings.getlogger.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meetings.getmeetingbytype.md +0 -29
- package/dist/docs/markdown/plugin-meetings.meetings.getpersonalmeetingroom.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.getreachability.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.getscheduledmeetings.md +0 -19
- package/dist/docs/markdown/plugin-meetings.meetings.loggerrequest.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.md +0 -57
- package/dist/docs/markdown/plugin-meetings.meetings.media.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.meetingcollection.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.meetinginfo.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.namespace.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.personalmeetingroom.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.preferredwebexsite.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.reachability.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.register.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.registered.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.request.md +0 -11
- package/dist/docs/markdown/plugin-meetings.meetings.setreachability.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.startreachability.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.syncmeetings.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.unregister.md +0 -21
- package/dist/docs/markdown/plugin-meetings.meetings.uploadlogs.md +0 -34
- package/dist/docs/markdown/plugin-meetings.reactions.md +0 -13
- package/dist/docs/markdown/plugin-meetings.reactions.reactions.md +0 -11
- package/dist/docs/markdown/plugin-meetings.reactions.skintones.md +0 -11
- package/dist/docs/markdown/plugin-meetings.remotemedia.getmaxfs.md +0 -26
- package/dist/docs/markdown/plugin-meetings.remotemedia.md +0 -31
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia._constructor_.md +0 -22
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.csi.md +0 -13
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.id.md +0 -11
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.md +0 -40
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.mediatype.md +0 -13
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.memberid.md +0 -13
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.setsizehint.md +0 -25
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.sourcestate.md +0 -13
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemedia.stream.md +0 -13
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemediaevents.md +0 -14
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotemediaid.md +0 -11
- package/dist/docs/markdown/plugin-meetings.remotemedia.remotevideoresolution.md +0 -11
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.md +0 -12
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup._constructor_.md +0 -24
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.getremotemedia.md +0 -26
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.includes.md +0 -27
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.ispinned.md +0 -22
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.md +0 -28
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.pin.md +0 -25
- package/dist/docs/markdown/plugin-meetings.remotemediagroup.remotemediagroup.unpin.md +0 -24
- package/dist/docs/markdown/plugin-meetings.triggerproxy.md +0 -11
- package/dist/docs/metadata/index.api.json +0 -14144
- package/dist/docs/metadata/index.api.md +0 -2075
- package/dist/docs/metadata/index.d.ts +0 -5594
- package/dist/index.d.ts +0 -4
- package/dist/locus-info/controlsUtils.d.ts +0 -2
- package/dist/locus-info/embeddedAppsUtils.d.ts +0 -2
- package/dist/locus-info/fullState.d.ts +0 -2
- package/dist/locus-info/hostUtils.d.ts +0 -2
- package/dist/locus-info/index.d.ts +0 -269
- package/dist/locus-info/infoUtils.d.ts +0 -2
- package/dist/locus-info/mediaSharesUtils.d.ts +0 -2
- package/dist/locus-info/parser.d.ts +0 -212
- package/dist/locus-info/selfUtils.d.ts +0 -2
- package/dist/media/index.d.ts +0 -32
- package/dist/media/properties.d.ts +0 -108
- package/dist/media/util.d.ts +0 -2
- package/dist/mediaQualityMetrics/config.d.ts +0 -233
- package/dist/meeting/effectsState.d.ts +0 -42
- package/dist/meeting/effectsState.js +0 -260
- package/dist/meeting/effectsState.js.map +0 -1
- package/dist/meeting/in-meeting-actions.d.ts +0 -79
- package/dist/meeting/index.d.ts +0 -1621
- package/dist/meeting/muteState.d.ts +0 -116
- package/dist/meeting/request.d.ts +0 -255
- package/dist/meeting/state.d.ts +0 -9
- package/dist/meeting/util.d.ts +0 -2
- package/dist/meeting-info/collection.d.ts +0 -20
- package/dist/meeting-info/index.d.ts +0 -57
- package/dist/meeting-info/meeting-info-v2.d.ts +0 -93
- package/dist/meeting-info/request.d.ts +0 -22
- package/dist/meeting-info/util.d.ts +0 -2
- package/dist/meeting-info/utilv2.d.ts +0 -2
- package/dist/meetings/collection.d.ts +0 -23
- package/dist/meetings/index.d.ts +0 -296
- package/dist/meetings/request.d.ts +0 -27
- package/dist/meetings/util.d.ts +0 -18
- package/dist/member/index.d.ts +0 -147
- package/dist/member/member.types.d.ts +0 -11
- package/dist/member/member.types.js +0 -18
- package/dist/member/member.types.js.map +0 -1
- package/dist/member/util.d.ts +0 -2
- package/dist/members/collection.d.ts +0 -24
- package/dist/members/index.d.ts +0 -298
- package/dist/members/request.d.ts +0 -50
- package/dist/members/util.d.ts +0 -2
- package/dist/metrics/config.d.ts +0 -169
- package/dist/metrics/config.js +0 -289
- package/dist/metrics/config.js.map +0 -1
- package/dist/metrics/constants.d.ts +0 -57
- package/dist/metrics/index.d.ts +0 -152
- package/dist/networkQualityMonitor/index.d.ts +0 -70
- package/dist/peer-connection-manager/index.d.ts +0 -6
- package/dist/peer-connection-manager/index.js +0 -671
- package/dist/peer-connection-manager/index.js.map +0 -1
- package/dist/peer-connection-manager/util.d.ts +0 -6
- package/dist/peer-connection-manager/util.js +0 -110
- package/dist/peer-connection-manager/util.js.map +0 -1
- package/dist/personal-meeting-room/index.d.ts +0 -47
- package/dist/personal-meeting-room/request.d.ts +0 -14
- package/dist/personal-meeting-room/util.d.ts +0 -2
- package/dist/plugin-meetings.d.ts +0 -5399
- package/dist/reachability/index.d.ts +0 -139
- package/dist/reachability/request.d.ts +0 -35
- package/dist/reactions/reactions.d.ts +0 -4
- package/dist/reactions/reactions.type.d.ts +0 -32
- package/dist/reconnection-manager/index.d.ts +0 -112
- package/dist/recording-controller/enums.d.ts +0 -7
- package/dist/recording-controller/index.d.ts +0 -193
- package/dist/recording-controller/util.d.ts +0 -13
- package/dist/roap/collection.d.ts +0 -10
- package/dist/roap/collection.js +0 -63
- package/dist/roap/collection.js.map +0 -1
- package/dist/roap/handler.d.ts +0 -47
- package/dist/roap/handler.js +0 -279
- package/dist/roap/handler.js.map +0 -1
- package/dist/roap/index.d.ts +0 -116
- package/dist/roap/request.d.ts +0 -35
- package/dist/roap/state.d.ts +0 -9
- package/dist/roap/state.js +0 -127
- package/dist/roap/state.js.map +0 -1
- package/dist/roap/turnDiscovery.d.ts +0 -67
- package/dist/roap/util.d.ts +0 -2
- package/dist/roap/util.js +0 -76
- package/dist/roap/util.js.map +0 -1
- package/dist/statsAnalyzer/global.d.ts +0 -126
- package/dist/statsAnalyzer/index.d.ts +0 -190
- package/dist/statsAnalyzer/mqaUtil.d.ts +0 -22
- package/dist/transcription/index.d.ts +0 -64
- package/dist/types/meeting/effectsState.d.ts +0 -42
- package/dist/types/metrics/config.d.ts +0 -195
- package/dist/types/tsdoc-metadata.json +0 -11
package/dist/meetings/index.d.ts
DELETED
|
@@ -1,296 +0,0 @@
|
|
|
1
|
-
import '@webex/internal-plugin-mercury';
|
|
2
|
-
import { WebexPlugin } from '@webex/webex-core';
|
|
3
|
-
import 'webrtc-adapter';
|
|
4
|
-
/**
|
|
5
|
-
* Meetings Ready Event
|
|
6
|
-
* Emitted when the meetings instance on webex is ready
|
|
7
|
-
* @event meetings:ready
|
|
8
|
-
* @instance
|
|
9
|
-
* @memberof Meetings
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Meetings Network Disconnected Event
|
|
13
|
-
* Emitted when the meetings instance is disconnected from
|
|
14
|
-
* the internal mercury server
|
|
15
|
-
* @event network:disconnected
|
|
16
|
-
* @instance
|
|
17
|
-
* @memberof Meetings
|
|
18
|
-
*/
|
|
19
|
-
/**
|
|
20
|
-
* Meetings Registered Event
|
|
21
|
-
* Emitted when the meetings instance has been registered and listening
|
|
22
|
-
* @event meetings:registered
|
|
23
|
-
* @instance
|
|
24
|
-
* @memberof Meetings
|
|
25
|
-
*/
|
|
26
|
-
/**
|
|
27
|
-
* Meeting Removed Event
|
|
28
|
-
* Emitted when a meeting was removed from the cache of meetings
|
|
29
|
-
* @event meeting:removed
|
|
30
|
-
* @instance
|
|
31
|
-
* @type {Object}
|
|
32
|
-
* @property {String} meetingId the removed meeting
|
|
33
|
-
* @property {Object} response the server response
|
|
34
|
-
* @property {String} type what type of meeting it was
|
|
35
|
-
* @memberof Meetings
|
|
36
|
-
*/
|
|
37
|
-
/**
|
|
38
|
-
* Meeting Added Event
|
|
39
|
-
* Emitted when a meeting was added to the cache of meetings
|
|
40
|
-
* @event meeting:added
|
|
41
|
-
* @instance
|
|
42
|
-
* @type {Object}
|
|
43
|
-
* @property {String} meetingId the added meeting
|
|
44
|
-
* @property {String} type what type of meeting it was
|
|
45
|
-
* @memberof Meetings
|
|
46
|
-
*/
|
|
47
|
-
/**
|
|
48
|
-
* Maintain a cache of meetings and sync with services.
|
|
49
|
-
* @class
|
|
50
|
-
*/
|
|
51
|
-
export default class Meetings extends WebexPlugin {
|
|
52
|
-
loggerRequest: any;
|
|
53
|
-
media: any;
|
|
54
|
-
meetingCollection: any;
|
|
55
|
-
personalMeetingRoom: any;
|
|
56
|
-
preferredWebexSite: any;
|
|
57
|
-
reachability: any;
|
|
58
|
-
registered: any;
|
|
59
|
-
request: any;
|
|
60
|
-
geoHintInfo: any;
|
|
61
|
-
meetingInfo: any;
|
|
62
|
-
namespace: string;
|
|
63
|
-
/**
|
|
64
|
-
* Initializes the Meetings Plugin
|
|
65
|
-
* @constructor
|
|
66
|
-
* @public
|
|
67
|
-
* @memberof Meetings
|
|
68
|
-
*/
|
|
69
|
-
constructor(...args: any[]);
|
|
70
|
-
/**
|
|
71
|
-
* handle locus events and takes meeting actions with them as they come in
|
|
72
|
-
* @param {Object} data a locus event
|
|
73
|
-
* @param {String} data.locusUrl
|
|
74
|
-
* @param {Object} data.locus
|
|
75
|
-
* @param {Boolean} useRandomDelayForInfo whether a random delay should be added to fetching meeting info
|
|
76
|
-
* @param {String} data.eventType
|
|
77
|
-
* @returns {undefined}
|
|
78
|
-
* @private
|
|
79
|
-
* @memberof Meetings
|
|
80
|
-
*/
|
|
81
|
-
private handleLocusEvent;
|
|
82
|
-
/**
|
|
83
|
-
* handles locus events through mercury that are not roap
|
|
84
|
-
* @param {Object} envelope
|
|
85
|
-
* @param {Object} envelope.data
|
|
86
|
-
* @param {String} envelope.data.eventType
|
|
87
|
-
* @returns {undefined}
|
|
88
|
-
* @private
|
|
89
|
-
* @memberof Meetings
|
|
90
|
-
*/
|
|
91
|
-
private handleLocusMercury;
|
|
92
|
-
/**
|
|
93
|
-
* handles mecury offline event
|
|
94
|
-
* @returns {undefined}
|
|
95
|
-
* @private
|
|
96
|
-
* @memberof Meetings
|
|
97
|
-
*/
|
|
98
|
-
private handleMercuryOffline;
|
|
99
|
-
/**
|
|
100
|
-
* registers for locus and roap mercury events
|
|
101
|
-
* @returns {undefined}
|
|
102
|
-
* @private
|
|
103
|
-
* @memberof Meetings
|
|
104
|
-
*/
|
|
105
|
-
private listenForEvents;
|
|
106
|
-
/**
|
|
107
|
-
* stops listening for locus and roap mercury events
|
|
108
|
-
* @returns {undefined}
|
|
109
|
-
* @private
|
|
110
|
-
* @memberof Meetings
|
|
111
|
-
*/
|
|
112
|
-
private stopListeningForEvents;
|
|
113
|
-
/**
|
|
114
|
-
* @returns {undefined}
|
|
115
|
-
* @private
|
|
116
|
-
* @memberof Meetings
|
|
117
|
-
*/
|
|
118
|
-
private onReady;
|
|
119
|
-
/**
|
|
120
|
-
* API to toggle unified meetings
|
|
121
|
-
* @param {Boolean} changeState
|
|
122
|
-
* @private
|
|
123
|
-
* @memberof Meetings
|
|
124
|
-
* @returns {undefined}
|
|
125
|
-
*/
|
|
126
|
-
private _toggleUnifiedMeetings;
|
|
127
|
-
/**
|
|
128
|
-
* API to enable or disable TURN discovery
|
|
129
|
-
* @param {Boolean} enable
|
|
130
|
-
* @private
|
|
131
|
-
* @memberof Meetings
|
|
132
|
-
* @returns {undefined}
|
|
133
|
-
*/
|
|
134
|
-
private _toggleTurnDiscovery;
|
|
135
|
-
/**
|
|
136
|
-
* API to toggle starting adhoc meeting
|
|
137
|
-
* @param {Boolean} changeState
|
|
138
|
-
* @private
|
|
139
|
-
* @memberof Meetings
|
|
140
|
-
* @returns {undefined}
|
|
141
|
-
*/
|
|
142
|
-
private _toggleAdhocMeetings;
|
|
143
|
-
/**
|
|
144
|
-
* Explicitly sets up the meetings plugin by registering
|
|
145
|
-
* the device, connecting to mercury, and listening for locus events.
|
|
146
|
-
*
|
|
147
|
-
* @returns {Promise}
|
|
148
|
-
* @public
|
|
149
|
-
* @memberof Meetings
|
|
150
|
-
*/
|
|
151
|
-
register(): Promise<void>;
|
|
152
|
-
/**
|
|
153
|
-
* Explicitly tears down the meetings plugin by deregistering
|
|
154
|
-
* the device, disconnecting from mercury, and stops listening to locus events
|
|
155
|
-
*
|
|
156
|
-
* @returns {Promise}
|
|
157
|
-
* @public
|
|
158
|
-
* @memberof Meetings
|
|
159
|
-
*/
|
|
160
|
-
unregister(): any;
|
|
161
|
-
/**
|
|
162
|
-
* Uploads logs to the webex services for tracking
|
|
163
|
-
* @param {Object} [options={}]
|
|
164
|
-
* @param {String} [options.callStart] Call Start Time
|
|
165
|
-
* @param {String} [options.feedbackId] ID used for tracking
|
|
166
|
-
* @param {String} [options.locusId]
|
|
167
|
-
* @param {String} [options.correlationId]
|
|
168
|
-
* @param {String} [options.meetingId] webex meeting ID
|
|
169
|
-
* @param {String} [options.userId] userId
|
|
170
|
-
* @param {String} [options.orgId] org id
|
|
171
|
-
* @returns {String} feedback ID logs were submitted under
|
|
172
|
-
*/
|
|
173
|
-
uploadLogs(options?: {
|
|
174
|
-
callStart?: string;
|
|
175
|
-
feedbackId?: string;
|
|
176
|
-
locusId?: string;
|
|
177
|
-
correlationId?: string;
|
|
178
|
-
meetingId?: string;
|
|
179
|
-
userId?: string;
|
|
180
|
-
orgId?: string;
|
|
181
|
-
}): any;
|
|
182
|
-
/**
|
|
183
|
-
* initializes the reachability instance for Meetings
|
|
184
|
-
* @returns {undefined}
|
|
185
|
-
* @public
|
|
186
|
-
* @memberof Meetings
|
|
187
|
-
*/
|
|
188
|
-
setReachability(): void;
|
|
189
|
-
/**
|
|
190
|
-
* gets the reachability instance for Meetings
|
|
191
|
-
* @returns {Reachability}
|
|
192
|
-
* @public
|
|
193
|
-
* @memberof Meetings
|
|
194
|
-
*/
|
|
195
|
-
getReachability(): any;
|
|
196
|
-
/**
|
|
197
|
-
* initializes and starts gathering reachability for Meetings
|
|
198
|
-
* @returns {Promise}
|
|
199
|
-
* @public
|
|
200
|
-
* @memberof Meetings
|
|
201
|
-
*/
|
|
202
|
-
startReachability(): any;
|
|
203
|
-
/**
|
|
204
|
-
* Get geoHint for info for meetings
|
|
205
|
-
* @returns {Promise}
|
|
206
|
-
* @private
|
|
207
|
-
* @memberof Meetings
|
|
208
|
-
*/
|
|
209
|
-
getGeoHint(): any;
|
|
210
|
-
/**
|
|
211
|
-
* Fetch user preferred webex site information
|
|
212
|
-
* This also has other infomation about the user
|
|
213
|
-
* @returns {Promise}
|
|
214
|
-
* @private
|
|
215
|
-
* @memberof Meetings
|
|
216
|
-
*/
|
|
217
|
-
fetchUserPreferredWebexSite(): any;
|
|
218
|
-
/**
|
|
219
|
-
* gets the personal meeting room instance, for saved PMR values for this user
|
|
220
|
-
* @returns {PersonalMeetingRoom}
|
|
221
|
-
* @public
|
|
222
|
-
* @memberof Meetings
|
|
223
|
-
*/
|
|
224
|
-
getPersonalMeetingRoom(): any;
|
|
225
|
-
/**
|
|
226
|
-
* @param {Meeting} meeting
|
|
227
|
-
* @param {Object} reason
|
|
228
|
-
* @param {String} type
|
|
229
|
-
* @returns {Undefined}
|
|
230
|
-
* @private
|
|
231
|
-
* @memberof Meetings
|
|
232
|
-
*/
|
|
233
|
-
private destroy;
|
|
234
|
-
/**
|
|
235
|
-
* Create a meeting.
|
|
236
|
-
* @param {string} destination - sipURL, spaceId, phonenumber, or locus object}
|
|
237
|
-
* @param {string} [type] - the optional specified type, such as locusId
|
|
238
|
-
* @param {Boolean} useRandomDelayForInfo - whether a random delay should be added to fetching meeting info
|
|
239
|
-
* @returns {Promise<Meeting>} A new Meeting.
|
|
240
|
-
* @public
|
|
241
|
-
* @memberof Meetings
|
|
242
|
-
*/
|
|
243
|
-
create(destination: string, type?: string, useRandomDelayForInfo?: boolean): any;
|
|
244
|
-
/**
|
|
245
|
-
* @param {String} destination see create()
|
|
246
|
-
* @param {String} type see create()
|
|
247
|
-
* @param {Boolean} useRandomDelayForInfo whether a random delay should be added to fetching meeting info
|
|
248
|
-
* @returns {Promise} a new meeting instance complete with meeting info and destination
|
|
249
|
-
* @private
|
|
250
|
-
* @memberof Meetings
|
|
251
|
-
*/
|
|
252
|
-
private createMeeting;
|
|
253
|
-
/**
|
|
254
|
-
* get a specifc meeting given it's type matched to the value, i.e., locus url
|
|
255
|
-
* @param {String} type
|
|
256
|
-
* @param {Object} value
|
|
257
|
-
* @returns {Meeting}
|
|
258
|
-
* @public
|
|
259
|
-
* @memberof Meetings
|
|
260
|
-
*/
|
|
261
|
-
getMeetingByType(type: string, value: object): any;
|
|
262
|
-
/**
|
|
263
|
-
* Get all meetings.
|
|
264
|
-
* @param {object} options
|
|
265
|
-
* @param {object} options.startDate - get meetings after this start date
|
|
266
|
-
* @param {object} options.endDate - get meetings before this end date
|
|
267
|
-
* @returns {Object} All currently active meetings.
|
|
268
|
-
* @public
|
|
269
|
-
* @memberof Meetings
|
|
270
|
-
*/
|
|
271
|
-
getAllMeetings(options?: {
|
|
272
|
-
startDate: object;
|
|
273
|
-
endDate: object;
|
|
274
|
-
}): any;
|
|
275
|
-
/**
|
|
276
|
-
* syncs all the meeting from server
|
|
277
|
-
* @returns {undefined}
|
|
278
|
-
* @public
|
|
279
|
-
* @memberof Meetings
|
|
280
|
-
*/
|
|
281
|
-
syncMeetings(): any;
|
|
282
|
-
/**
|
|
283
|
-
* Get all scheduled meetings.
|
|
284
|
-
* @param {object} options
|
|
285
|
-
* @param {object} options.startDate - get meetings after this start date
|
|
286
|
-
* @param {object} options.endDate - get meetings before this end date
|
|
287
|
-
* @returns {Object} All scheduled meetings.
|
|
288
|
-
* @memberof Meetings
|
|
289
|
-
*/
|
|
290
|
-
getScheduledMeetings(): any;
|
|
291
|
-
/**
|
|
292
|
-
* Get the logger instance for plugin-meetings
|
|
293
|
-
* @returns {Logger}
|
|
294
|
-
*/
|
|
295
|
-
getLogger(): any;
|
|
296
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { StatelessWebexPlugin } from '@webex/webex-core';
|
|
2
|
-
/**
|
|
3
|
-
* @class MeetingRequest
|
|
4
|
-
*/
|
|
5
|
-
export default class MeetingRequest extends StatelessWebexPlugin {
|
|
6
|
-
/**
|
|
7
|
-
* get all the active meetings for the user
|
|
8
|
-
* @returns {Array} return locus array
|
|
9
|
-
*/
|
|
10
|
-
getActiveMeetings(): any;
|
|
11
|
-
/**
|
|
12
|
-
* fetch geoHit for the user
|
|
13
|
-
* @returns {Promise<object>} geoHintInfo
|
|
14
|
-
*/
|
|
15
|
-
fetchGeoHint(): any;
|
|
16
|
-
/**
|
|
17
|
-
* get user meeting preference information
|
|
18
|
-
* @returns {Promise<object>} getMeetingPreferences
|
|
19
|
-
*/
|
|
20
|
-
getMeetingPreferences(): any;
|
|
21
|
-
/**
|
|
22
|
-
* Fetches indivdual locus rather then getting all at once
|
|
23
|
-
* @param {object} responseBody determine the locus and fetch them if a remoteUrl is given
|
|
24
|
-
* @returns {Promise} returns locusObject array
|
|
25
|
-
*/
|
|
26
|
-
determineRedirections(responseBody: any): Promise<any>;
|
|
27
|
-
}
|
package/dist/meetings/util.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Meetings Media Codec Missing Event
|
|
3
|
-
* Emitted when H.264 codec is not
|
|
4
|
-
* found in the browser.
|
|
5
|
-
* @event media:codec:missing
|
|
6
|
-
* @instance
|
|
7
|
-
* @memberof MeetingsUtil
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Meetings Media Codec Loaded Event
|
|
11
|
-
* Emitted when H.264 codec has been
|
|
12
|
-
* loaded in the browser.
|
|
13
|
-
* @event media:codec:loaded
|
|
14
|
-
* @instance
|
|
15
|
-
* @memberof MeetingsUtil
|
|
16
|
-
*/
|
|
17
|
-
declare const MeetingsUtil: any;
|
|
18
|
-
export default MeetingsUtil;
|
package/dist/member/index.d.ts
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { IMediaStatus } from './member.types';
|
|
2
|
-
/**
|
|
3
|
-
* @class Member
|
|
4
|
-
*/
|
|
5
|
-
export default class Member {
|
|
6
|
-
associatedUser: any;
|
|
7
|
-
id: any;
|
|
8
|
-
isAudioMuted: any;
|
|
9
|
-
isContentSharing: any;
|
|
10
|
-
isDevice: any;
|
|
11
|
-
isGuest: any;
|
|
12
|
-
isHandRaised: any;
|
|
13
|
-
isHost: any;
|
|
14
|
-
isInLobby: any;
|
|
15
|
-
isInMeeting: any;
|
|
16
|
-
isModerator: any;
|
|
17
|
-
isModeratorAssignmentProhibited: any;
|
|
18
|
-
isMutable: any;
|
|
19
|
-
isNotAdmitted: any;
|
|
20
|
-
isRecording: any;
|
|
21
|
-
isRemovable: any;
|
|
22
|
-
isSelf: any;
|
|
23
|
-
isUser: any;
|
|
24
|
-
isVideoMuted: any;
|
|
25
|
-
mediaStatus: IMediaStatus;
|
|
26
|
-
name: any;
|
|
27
|
-
participant: any;
|
|
28
|
-
status: any;
|
|
29
|
-
type: any;
|
|
30
|
-
namespace: string;
|
|
31
|
-
/**
|
|
32
|
-
* @param {Object} participant - the locus participant
|
|
33
|
-
* @param {Object} [options] - constructor params
|
|
34
|
-
* @param {String} options.selfId
|
|
35
|
-
* @param {String} options.hostId
|
|
36
|
-
* @param {String} options.contentSharingId
|
|
37
|
-
* @param {String} options.type
|
|
38
|
-
* @returns {Member}
|
|
39
|
-
* @memberof Member
|
|
40
|
-
*/
|
|
41
|
-
constructor(participant: object, options?: {
|
|
42
|
-
selfId: string;
|
|
43
|
-
hostId: string;
|
|
44
|
-
contentSharingId: string;
|
|
45
|
-
type: string;
|
|
46
|
-
} | any);
|
|
47
|
-
/**
|
|
48
|
-
* set all the participant values extracted directly from locus participant
|
|
49
|
-
* @param {Object} participant the locus participant object
|
|
50
|
-
* @returns {undefined}
|
|
51
|
-
* @private
|
|
52
|
-
* @memberof Member
|
|
53
|
-
*/
|
|
54
|
-
private processParticipant;
|
|
55
|
-
/**
|
|
56
|
-
* Use the members options and participant values to set on the member
|
|
57
|
-
* @param {Object} participant the locus participant object
|
|
58
|
-
* @param {Object} options the passed in options, what was set on members
|
|
59
|
-
* @returns {undefined}
|
|
60
|
-
* @private
|
|
61
|
-
* @memberof Member
|
|
62
|
-
*/
|
|
63
|
-
private processParticipantOptions;
|
|
64
|
-
/**
|
|
65
|
-
* processes what already exists on the member to determine other info about the member
|
|
66
|
-
* @returns {undefined}
|
|
67
|
-
* @private
|
|
68
|
-
* @memberof Member
|
|
69
|
-
*/
|
|
70
|
-
private processMember;
|
|
71
|
-
/**
|
|
72
|
-
* set the status on member object
|
|
73
|
-
* @param {Object} participant the locus participant object
|
|
74
|
-
* @returns {undefined}
|
|
75
|
-
* @private
|
|
76
|
-
* @memberof Member
|
|
77
|
-
*/
|
|
78
|
-
private processStatus;
|
|
79
|
-
/**
|
|
80
|
-
* set the isContentSharing on member
|
|
81
|
-
* @param {Boolean} flag
|
|
82
|
-
* @returns {undefined}
|
|
83
|
-
* @public
|
|
84
|
-
* @memberof Member
|
|
85
|
-
*/
|
|
86
|
-
setIsContentSharing(flag: boolean): void;
|
|
87
|
-
/**
|
|
88
|
-
* set the isHost on member
|
|
89
|
-
* @param {Boolean} flag
|
|
90
|
-
* @returns {undefined}
|
|
91
|
-
* @public
|
|
92
|
-
* @memberof Member
|
|
93
|
-
*/
|
|
94
|
-
setIsHost(flag: boolean): void;
|
|
95
|
-
/**
|
|
96
|
-
* set the isSelf on member
|
|
97
|
-
* @param {Boolean} flag
|
|
98
|
-
* @returns {undefined}
|
|
99
|
-
* @public
|
|
100
|
-
* @memberof Member
|
|
101
|
-
*/
|
|
102
|
-
setIsSelf(flag: boolean): void;
|
|
103
|
-
/**
|
|
104
|
-
* determine if this member is content sharing
|
|
105
|
-
* @param {Object} participant
|
|
106
|
-
* @param {String} sharingId
|
|
107
|
-
* @returns {undefined}
|
|
108
|
-
* @public
|
|
109
|
-
* @memberof Member
|
|
110
|
-
*/
|
|
111
|
-
processIsContentSharing(participant: object, sharingId: string): void;
|
|
112
|
-
/**
|
|
113
|
-
* Determine if this member is recording
|
|
114
|
-
* @param {Object} participant
|
|
115
|
-
* @param {String} recordingId
|
|
116
|
-
* @returns {undefined}
|
|
117
|
-
* @public
|
|
118
|
-
* @memberof Member
|
|
119
|
-
*/
|
|
120
|
-
processIsRecording(participant: object, recordingId: string): void;
|
|
121
|
-
/**
|
|
122
|
-
* determine if this member is the self
|
|
123
|
-
* @param {Object} participant
|
|
124
|
-
* @param {String} selfId
|
|
125
|
-
* @returns {undefined}
|
|
126
|
-
* @private
|
|
127
|
-
* @memberof Member
|
|
128
|
-
*/
|
|
129
|
-
private processIsSelf;
|
|
130
|
-
/**
|
|
131
|
-
* determine if this member is the host
|
|
132
|
-
* @param {Object} participant
|
|
133
|
-
* @param {String} hostId
|
|
134
|
-
* @returns {undefined}
|
|
135
|
-
* @private
|
|
136
|
-
* @memberof Member
|
|
137
|
-
*/
|
|
138
|
-
private processIsHost;
|
|
139
|
-
/**
|
|
140
|
-
* set the type for the member, could be MEETING or CALL
|
|
141
|
-
* @param {String} type
|
|
142
|
-
* @returns {undefined}
|
|
143
|
-
* @private
|
|
144
|
-
* @memberof Member
|
|
145
|
-
*/
|
|
146
|
-
private processType;
|
|
147
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
4
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.MediaStatus = void 0;
|
|
8
|
-
// values are inherited from locus so don't update these
|
|
9
|
-
var MediaStatus; // participant has not added media in the meeting
|
|
10
|
-
exports.MediaStatus = MediaStatus;
|
|
11
|
-
(function (MediaStatus) {
|
|
12
|
-
MediaStatus["RECVONLY"] = "RECVONLY";
|
|
13
|
-
MediaStatus["SENDONLY"] = "SENDONLY";
|
|
14
|
-
MediaStatus["SENDRECV"] = "SENDRECV";
|
|
15
|
-
MediaStatus["INACTIVE"] = "INACTIVE";
|
|
16
|
-
MediaStatus["UNKNOWN"] = "UNKNOWN";
|
|
17
|
-
})(MediaStatus || (exports.MediaStatus = MediaStatus = {}));
|
|
18
|
-
//# sourceMappingURL=member.types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["MediaStatus","exports"],"sources":["member.types.ts"],"sourcesContent":["// values are inherited from locus so don't update these\nexport enum MediaStatus {\n RECVONLY = 'RECVONLY', // participant only receiving and not sending\n SENDONLY = 'SENDONLY', // participant only sending and not receiving\n SENDRECV = 'SENDRECV', // participant both sending and receiving\n INACTIVE = 'INACTIVE', // participant is not connected to media source\n UNKNOWN = 'UNKNOWN', // participant has not added media in the meeting\n}\n\nexport interface IMediaStatus {\n audio: MediaStatus;\n video: MediaStatus;\n}\n"],"mappings":";;;;;;;AAAA;AAAA,IACYA,WAAW,EAKA;AAAAC,OAAA,CAAAD,WAAA,GAAAA,WAAA;AAAA,WALXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;AAAA,GAAXA,WAAW,KAAAC,OAAA,CAAAD,WAAA,GAAXA,WAAW"}
|
package/dist/member/util.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @class MembersCollection
|
|
3
|
-
*/
|
|
4
|
-
export default class MembersCollection {
|
|
5
|
-
members: any;
|
|
6
|
-
namespace: string;
|
|
7
|
-
/**
|
|
8
|
-
* @param {Object} locus
|
|
9
|
-
* @memberof Members
|
|
10
|
-
*/
|
|
11
|
-
constructor();
|
|
12
|
-
set(id: any, member: any): void;
|
|
13
|
-
setAll(members: any): void;
|
|
14
|
-
/**
|
|
15
|
-
* @param {String} id
|
|
16
|
-
* @returns {Member}
|
|
17
|
-
*/
|
|
18
|
-
get(id: string): any;
|
|
19
|
-
/**
|
|
20
|
-
* @returns {Object} returns an object map of Member instances
|
|
21
|
-
* @memberof MembersCollection
|
|
22
|
-
*/
|
|
23
|
-
getAll(): any;
|
|
24
|
-
}
|