@rongcloud/plugin-rtc 5.5.6 → 5.6.2
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/index.d.ts +620 -49
- package/dist/index.esm.js +3 -2
- package/dist/index.js +3 -2
- package/dist/index.umd.js +2 -1
- package/package.json +3 -3
- package/dist/async-task-queue.d.ts +0 -9
- package/dist/core/Invoker.d.ts +0 -55
- package/dist/core/PolarisReporter.d.ts +0 -36
- package/dist/core/RCAudienceClient.d.ts +0 -90
- package/dist/core/RCMediaStreamCapture.d.ts +0 -124
- package/dist/core/RCRTCClient.d.ts +0 -148
- package/dist/core/Store.d.ts +0 -86
- package/dist/core/codec/RTCContext.d.ts +0 -76
- package/dist/core/codec/interface.d.ts +0 -168
- package/dist/core/codec/proto.d.ts +0 -94
- package/dist/core/codec/rtc-helper.d.ts +0 -17
- package/dist/core/command/AsyncCommand.d.ts +0 -55
- package/dist/core/command/AsyncSubscribeCommand.d.ts +0 -28
- package/dist/core/command/AsyncUnsubscribeCommand.d.ts +0 -28
- package/dist/core/command/AsyncUpdateSubscribeListCommand.d.ts +0 -25
- package/dist/core/command/BaseCommand.d.ts +0 -31
- package/dist/core/command/EnabelInnerCDNCommand.d.ts +0 -16
- package/dist/core/command/ExchangeCommand.d.ts +0 -18
- package/dist/core/command/ExchangeWithPushOtherRoomCommand.d.ts +0 -22
- package/dist/core/command/JoinRoomCommand.d.ts +0 -31
- package/dist/core/command/LeaveOtherRoomCommand.d.ts +0 -32
- package/dist/core/command/LocalTrackMuteCommand.d.ts +0 -18
- package/dist/core/command/MCUConfigFlushCommand.d.ts +0 -18
- package/dist/core/command/OnRemoteUserUnpubCommand.d.ts +0 -13
- package/dist/core/command/OnSignalReconnectedCommand.d.ts +0 -38
- package/dist/core/command/ParseRemoteResCommand.d.ts +0 -38
- package/dist/core/command/ParseUserStateCommand.d.ts +0 -57
- package/dist/core/command/PubCommand.d.ts +0 -34
- package/dist/core/command/PublishCommand.d.ts +0 -36
- package/dist/core/command/RTCIdentityChangeCommand.d.ts +0 -18
- package/dist/core/command/RetryExchangeCommand.d.ts +0 -18
- package/dist/core/command/SubscribeCommand.d.ts +0 -21
- package/dist/core/command/UnpublishCommand.d.ts +0 -22
- package/dist/core/command/UnpublishPrevCommand.d.ts +0 -11
- package/dist/core/command/UnsubscribeCommand.d.ts +0 -20
- package/dist/core/command/UpdateSubscribeListCommand.d.ts +0 -28
- package/dist/core/command/helper.d.ts +0 -27
- package/dist/core/constants.d.ts +0 -4
- package/dist/core/enums/BackgroundPictureFillMode.d.ts +0 -14
- package/dist/core/enums/MixLayoutMode.d.ts +0 -18
- package/dist/core/enums/MixVideoRenderMode.d.ts +0 -14
- package/dist/core/enums/RCBitrate.d.ts +0 -48
- package/dist/core/enums/RCCommandKind.d.ts +0 -12
- package/dist/core/enums/RCFrameRate.d.ts +0 -7
- package/dist/core/enums/RCInnerCDNBroadcast.d.ts +0 -5
- package/dist/core/enums/RCInnerCDNModel.d.ts +0 -5
- package/dist/core/enums/RCInnerCDNPullIsHttps.d.ts +0 -5
- package/dist/core/enums/RCInnerCDNPullKind.d.ts +0 -6
- package/dist/core/enums/RCInnerCDNPushMode.d.ts +0 -5
- package/dist/core/enums/RCKickType.d.ts +0 -11
- package/dist/core/enums/RCLinkedListPoint.d.ts +0 -6
- package/dist/core/enums/RCLivingType.d.ts +0 -14
- package/dist/core/enums/RCLoggerTag.d.ts +0 -649
- package/dist/core/enums/RCMediaType.d.ts +0 -18
- package/dist/core/enums/RCMixInputFilterMode.d.ts +0 -35
- package/dist/core/enums/RCRTCCode.d.ts +0 -93
- package/dist/core/enums/RCRTCLiveRole.d.ts +0 -14
- package/dist/core/enums/RCRTCPingResult.d.ts +0 -5
- package/dist/core/enums/RCRTCResolution.d.ts +0 -132
- package/dist/core/enums/RCResolution.d.ts +0 -21
- package/dist/core/enums/RTCJoinType.d.ts +0 -18
- package/dist/core/enums/RTCMode.d.ts +0 -22
- package/dist/core/enums/inner/LiveRole.d.ts +0 -11
- package/dist/core/enums/inner/LiveType.d.ts +0 -14
- package/dist/core/enums/inner/PolarisRole.d.ts +0 -14
- package/dist/core/enums/inner/R2Action.d.ts +0 -14
- package/dist/core/enums/inner/R2Status.d.ts +0 -11
- package/dist/core/enums/inner/RCRTCMessageType.d.ts +0 -70
- package/dist/core/enums/inner/RCStreamType.d.ts +0 -14
- package/dist/core/enums/inner/RTCApiType.d.ts +0 -5
- package/dist/core/enums/inner/RTCIdentityChangeType.d.ts +0 -5
- package/dist/core/enums/inner/TrackState.d.ts +0 -14
- package/dist/core/interfaces.d.ts +0 -942
- package/dist/core/room/Pinger.d.ts +0 -36
- package/dist/core/room/RCAbstractRoom.d.ts +0 -354
- package/dist/core/room/RCAudienceLivingRoom.d.ts +0 -334
- package/dist/core/room/RCAudioLevelReport.d.ts +0 -16
- package/dist/core/room/RCLivingPKHandler.d.ts +0 -165
- package/dist/core/room/RCLivingRoom.d.ts +0 -112
- package/dist/core/room/RCLocalMediaStream.d.ts +0 -8
- package/dist/core/room/RCMCUConfigBuilder.d.ts +0 -211
- package/dist/core/room/RCRTCRoom.d.ts +0 -17
- package/dist/core/service/RCMediaService.d.ts +0 -121
- package/dist/core/service/helper.d.ts +0 -18
- package/dist/core/service/index.d.ts +0 -6
- package/dist/core/service/interface.d.ts +0 -328
- package/dist/core/service/mcu-interface.d.ts +0 -293
- package/dist/core/tracks/RC3AnoiseTrack.d.ts +0 -27
- package/dist/core/tracks/RCLocalTrack.d.ts +0 -143
- package/dist/core/tracks/RCRemoteTrack.d.ts +0 -29
- package/dist/core/tracks/RCTrack.d.ts +0 -95
- package/dist/core/webrtc/RCRTCPeerCManager.d.ts +0 -161
- package/dist/core/webrtc/RCRTCPeerConnection.d.ts +0 -112
- package/dist/core/webrtc/helper.d.ts +0 -26
- package/dist/core/webrtc/sdp/ASdpBuilder.d.ts +0 -120
- package/dist/core/webrtc/sdp/ASdpStrategy.d.ts +0 -53
- package/dist/core/webrtc/sdp/PlanBSdpBuilder.d.ts +0 -20
- package/dist/core/webrtc/sdp/PlanBStrategy.d.ts +0 -26
- package/dist/core/webrtc/sdp/SDPUtils.d.ts +0 -60
- package/dist/core/webrtc/sdp/UnifiedPlanSdpBuilder.d.ts +0 -11
- package/dist/core/webrtc/sdp/UnifiedPlanStrategy.d.ts +0 -25
- package/dist/core/webrtc/stat-parser/AbstractStatParser.d.ts +0 -117
- package/dist/core/webrtc/stat-parser/ChromeStatParser.d.ts +0 -14
- package/dist/core/webrtc/stat-parser/FirefoxStatParser.d.ts +0 -14
- package/dist/core/webrtc/stat-parser/IStatParser.d.ts +0 -24
- package/dist/core/webrtc/stat-parser/SafariStatParser.d.ts +0 -14
- package/dist/device.d.ts +0 -6
- package/dist/helper.d.ts +0 -195
- package/dist/logger.d.ts +0 -4
package/dist/index.umd.js
CHANGED
|
@@ -12,4 +12,5 @@
|
|
|
12
12
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
13
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
14
|
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
-
***************************************************************************** */function r(e,t,r,o){return new(r||(r=Promise))((function(i,s){function n(e){try{c(o.next(e))}catch(e){s(e)}}function a(e){try{c(o.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(n,a)}c((o=o.apply(e,t||[])).next())}))}const o=new t.Logger("RCRTC");var i,s,n;e.RCRTCCode=void 0,(i=e.RCRTCCode||(e.RCRTCCode={}))[i.SUCCESS=1e4]="SUCCESS",i[i.SIGNAL_DISCONNECTED=5e4]="SIGNAL_DISCONNECTED",i[i.PARAMS_ERROR=50001]="PARAMS_ERROR",i[i.REPERT_JOIN_ROOM=50002]="REPERT_JOIN_ROOM",i[i.NOT_IN_ROOM=50003]="NOT_IN_ROOM",i[i.SERVICE_INVALID=50004]="SERVICE_INVALID",i[i.RTC_TOKEN_INVALID=50006]="RTC_TOKEN_INVALID",i[i.SIGNAL_ERROR=53001]="SIGNAL_ERROR",i[i.CREATE_OFFER_FAILED=53003]="CREATE_OFFER_FAILED",i[i.REQUEST_FAILED=53004]="REQUEST_FAILED",i[i.MCU_SERVER_NOT_FOUND=53005]="MCU_SERVER_NOT_FOUND",i[i.BROADCAST_SUB_LIST_NOT_EMPTY=53007]="BROADCAST_SUB_LIST_NOT_EMPTY",i[i.ROOM_HAS_BEEN_DESTROYED=53008]="ROOM_HAS_BEEN_DESTROYED",i[i.NOT_OPEN_VIDEO_AUDIO_SERVER=53009]="NOT_OPEN_VIDEO_AUDIO_SERVER",i[i.GET_USER_MEDIA_FAILED=53010]="GET_USER_MEDIA_FAILED",i[i.GET_DISPLAY_MEDIA_FAILED=53011]="GET_DISPLAY_MEDIA_FAILED",i[i.BROWSER_PERMISSION_DENIED=53012]="BROWSER_PERMISSION_DENIED",i[i.CREATE_CUSTOM_TRACK_FAILED=53013]="CREATE_CUSTOM_TRACK_FAILED",i[i.INVALID_TAGS=53014]="INVALID_TAGS",i[i.INVALID_USER_ID=53015]="INVALID_USER_ID",i[i.CREATE_FILE_TRACK_FAILED=53016]="CREATE_FILE_TRACK_FAILED",i[i.INVALID_FILE_INSTANCE=53017]="INVALID_FILE_INSTANCE",i[i.SET_REMOTE_DESCRIPTION_FAILED=53018]="SET_REMOTE_DESCRIPTION_FAILED",i[i.BROWSER_NOT_SUPPORT=53019]="BROWSER_NOT_SUPPORT",i[i.TRACK_NOT_READY=53020]="TRACK_NOT_READY",i[i.VIDEO_TRACK_MISS_MEDIA_ELEMENT=53021]="VIDEO_TRACK_MISS_MEDIA_ELEMENT",i[i.TRACK_PLAY_ERROR=53022]="TRACK_PLAY_ERROR",i[i.SIGNAL_AUDIENCE_JOIN_ROOM_FAILED=53023]="SIGNAL_AUDIENCE_JOIN_ROOM_FAILED",i[i.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED=53024]="SIGNAL_ROOM_CHANGE_IDENTITY_FAILED",i[i.PACKAGE_ENVIRONMENT_ERROR=53025]="PACKAGE_ENVIRONMENT_ERROR",i[i.PUBLISH_TRACK_LIMIT_EXCEEDED=53026]="PUBLISH_TRACK_LIMIT_EXCEEDED",i[i.CDN_RESOURCE_IS_EMPTY=53027]="CDN_RESOURCE_IS_EMPTY",i[i.SIGNAL_JOIN_RTC_ROOM_REFUSED=53028]="SIGNAL_JOIN_RTC_ROOM_REFUSED",i[i.NO_PERMISSION_TO_USE_REQUESTED_DEVICE=53029]="NO_PERMISSION_TO_USE_REQUESTED_DEVICE",i[i.THE_FUNCTION_IS_DISABLED_IN_PKROOM=53030]="THE_FUNCTION_IS_DISABLED_IN_PKROOM",i[i.SOME_TRACKS_PUBLISH_FAILED=53031]="SOME_TRACKS_PUBLISH_FAILED",i[i.MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO=53032]="MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO",i[i.JWT_TIME_OUT=1004]="JWT_TIME_OUT",i[i.SYSTEM_PERMISSION_DENIED=53033]="SYSTEM_PERMISSION_DENIED",i[i.PUBLISH_TRACKS_IS_INVALID=53034]="PUBLISH_TRACKS_IS_INVALID",function(e){e.L_RTC_CLIENT_CONNECTION_STATE_S="L-rtc_client_connection_state-S",e.L_RTC_CLIENT_DISCONNECT_S="L-rtc_client_disconnect-S",e.L_RTC_CLIENT_MESSAGE_O="L-rtc_client_message-O",e.L_RTC_CLIENT_DESTROY_S="L-rtc_client_destroy-S",e.L_RTC_CLIENT_JOIN_RTC_ROOM_T="L-rtc_client_join_rtc_room-T",e.L_RTC_CLIENT_JOIN_RTC_ROOM_R="L-rtc_client_join_rtc_room-R",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_T="L-rtc_client_join_living_room-T",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_R="L-rtc_client_join_living_room-R",e.L_RTC_CLIENT_GET_AUDIENCE_CLIENT_O="L-rtc_client_get_audience_client-O",e.L_RTC_CLIENT_LEAVE_ROOM_T="L-rtc_client_leave_room-T",e.L_RTC_CLIENT_LEAVE_ROOM_R="L-rtc_client_leave-room-R",e.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O="L-rtc_client_create_microphone_audio_track-O",e.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O="L-rtc_client_create_camera_video_track-O",e.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O="L-rtc_client_create_microphone_and_camera_tracks-O",e.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O="L-rtc_client_create_screen_video_track-O",e.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_AND_AUDIO_TRACKS_O="L-rtc_client_create_screen_video_and_audio_tracks-O",e.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O="L-rtc_client_create_local_audio_track-O",e.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O="L-rtc_client_create_local_video_track-O",e.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O="L-rtc_client_create_local_file_tracks-O",e.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O="L-rtc_client_create_local_tracks-O",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_T="L-rtc_client_join_living_room_as_audience-T",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R="L-tcclient_join_living_room_as_audience_R",e.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_T="L-rtc_client_leave_living_room_as_audience-T",e.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R="L-rtc_client_leave_living_room_as_audience-R",e.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_T="L-rtc_client_upgrade_to_anchor_room-T",e.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R="L-rtc_client_upgrade_to_anchor_room-R",e.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_T="L-rtc_client_downgrade_to_audience_room-T",e.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R="L-rtc_client_downgrade_to_audience_room-R",e.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_O="L-rtc_client_get_joined_room_info-O",e.L_AUDIENCE_CLIENT_SUBSCRIBE_T="L-audinence_client_subscribe-T",e.L_AUDIENCE_CLIENT_SUBSCRIBE_R="L-audinence_client_subscribe-R",e.L_AUDIENCE_CLIENT_UNSUBSCRIBE_T="L-audinence_client_unsubscribe-T",e.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R="L-audinence_client_unsubscribe-R",e.L_PINGER_START_O="L-pinger_start-O",e.L_PINGER_STOP_O="L-pinger_stop-O",e.L_PINGER_TIMEOUT_O="L-pinger_timeout-O",e.L_ABSTRACT_ROOM_SEND_MESSAGE_T="L-abstract_room_send_message-T",e.L_ABSTRACT_ROOM_SEND_MESSAGE_R="L-abstract_room_send_message-R",e.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_T="L-abstract_room_set_room_attribute-T",e.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R="L-abstract_room_set_room_attribute_R",e.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_T="L-abstract_room_delete_room_attribute_T",e.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R="L-abstract_room_delete_room_attribute_R",e.L_ABSTRACT_ROOM_PUBLISH_T="L-abstract_room_publish-T",e.L_ABSTRACT_ROOM_PUBLISH_R="L-abstract_room_publish-R",e.L_ABSTRACT_ROOM_UNPUBLISH_T="L-abstract_room_unpublish-T",e.L_ABSTRACT_ROOM_UNPUBLISH_R="L-abstract_room_unpublish-R",e.L_ABSTRACT_ROOM_SUBSCRIBE_T="L-abstract_room_subscribe-T",e.L_ABSTRACT_ROOM_SUBSCRIBE_R="L-abstract_room_subscribe-R",e.L_ABSTRACT_ROOM_UNSUBSCRIBE_T="L-abstract_room_unsubscribe-T",e.L_ABSTRACT_ROOM_UNSUBSCRIBE_R="L-abstract_room_unsubscribe-R",e.L_ABSTRACT_ROOM_REGISTER_ROOM_EVENT_LISTENER_O="L-abstract_room_register_room_event_listener-O",e.L_ABSTRACT_ROOM_REGISTER_REPORT_LISTENER_O="L-abstract_room_register_report_listener-O",e.L_ABSTRACT_ROOM_AUDIO_LEVEL_O="L-abstract_room_audio_level-O",e.L_ABSTRACT_ROOM_RECONNECTED_T="L-abstract_room_reconnected-T",e.L_ABSTRACT_ROOM_RECONNECTED_R="L-abstract_room_reconnected-R",e.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O="L-abstract_room_call_app_listener-O",e.L_LIVING_ROOM_RECONNECTED_T="L-living_room_reconnected-T",e.L_LIVING_ROOM_RECONNECTED_R="L-living_room_reconnected-R",e.L_LIVING_ROOM_ENABLE_INNER_CDN_T="L-living_room_enable_inner_cdn-T",e.L_LIVING_ROOM_ENABLE_INNER_CDN_R="L-living_room_enable_inner_cdn-R",e.L_LIVING_ROOM_SPREAD_CDN_INFO_T="L-living_room_spread_cdn_info-T",e.L_LIVING_ROOM_SPREAD_CDN_INFO_R="L-living_room_spread_cdn_info-R",e.L_LIVING_ROOM_JOINED_PK_ROOM_T="L-living_room_joined_pk_room-T",e.L_LIVING_ROOM_JOINED_PK_ROOM_R="L-living_room_joined_pk_room-R",e.L_LIVING_ROOM_LEAVE_PK_ROOM_T="L-living_room_leave_pk_room-T",e.L_LIVING_ROOM_LEAVE_PK_ROOM_R="L-living_room_leave_pk_room-R",e.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O="L-living_room_get_room_pk_handler-O",e.L_LIVING_ROOM_QUIT_ALL_PK_ROOM_O="L-living_room_quit_all_pk_room-O",e.L_LIVING_PK_HANDLER_REGISTER_ROOM_PK_EVENT_LISTENER_O="L-living_pk_handler_register_room_pk_event_listener-O",e.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_T="L-living_pk_handler_request_join_other_room-T",e.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R="L-living_pk_handler_request_join_other_room-R",e.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_T="L-living_pk_handler_cancel_request_join_other_room-T",e.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R="L-living_pk_handler_cancel_request_join_other_room-R",e.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_T="L-living_pk_handler_response_join_other_room-T",e.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R="L-living_pk_handler_response_join_other_room-R",e.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_T="L-living_pk_handler_join_other_room-T",e.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R="L-living_pk_handler_join_other_room-R",e.L_LIVING_PK_HANDLER_LEAVE_OTHER_ROOM_T="L-living_pk_handler_leave_other_room-T",e.L_LIVING_PK_HANDLER_LEAVE_OTHER_ROOM_R="L-living_pk_handler_leave_other_room-R",e.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_T="L-audience_living_room_singal_data_change-T",e.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R="L-audience_living_room_singal_data_change-R",e.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_T="L-audience_living_room_get_cdn_play_url-T",e.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R="L-audience_living_room_get_cdn_play_url-R",e.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_T="L-audience_living_room_subscribe-T",e.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R="L-audience_living_room_subscribe-R",e.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_T="L-audience_living_room_unsubscribe-T",e.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R="L-audience_living_room_unsubscribe-R",e.L_AUDIENCE_LIVING_ROOM_AUDIO_LEVEL_CHANGE_O="L-audience_living_room_audio_level_change-O",e.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O="L-mcu_config_builder_set_host_video_track-O",e.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O="L-mcu_config_builder_set_mix_layout_mode-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O="L-mcu_config_builder_set_output_video_resolution-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O="L-mcu_config_builder_set_output_video_fps-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O="L-mcu_config_builder_set_output_video_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O="L-mcu_config_builder_set_output_tiny_video_resolution-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O="L-mcu_config_builder_set_output_tiny_video_fps-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O="L-mcu_config_builder_set_output_tiny_video_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O="L-mcu_config_builder_set_output_video_render_mode-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O="L-mcu_config_builder_set_output_audio_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O="L-mcu_config_builder_set_output_background_color-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_add_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_remove_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_clear_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O="L-mcu_config_builder_set_output_background_picture-fill-mode-O",e.L_MCU_CONFIG_BUILDER_ADD_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_add_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_remove_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_CLEAR_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_clear_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_add_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_remove_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_clear_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_set_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_add_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_remove_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_clear_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_RESET_O="L-mcu_config_builder_reset-O",e.L_MCU_CONFIG_BUILDER_FLUSH_O="L-mcu_config_builder_flush-O",e.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O="L-mcu_config_builder_add_single_water_mark-O",e.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O="L-mcu_config_builder_remove_single_water_mark-O",e.L_MCU_CONFIG_BUILDER_CLEAR_SINGLE_WATER_MARK_O="L-mcu_config_builder_clear_single_water_mark-O",e.L_MEDIA_SERVICE_SET_MCU_CONFIG_T="L-media_service_set_mcu_config-T",e.L_MEDIA_SERVICE_SET_MCU_CONFIG_R="L-media_service_set_mcu_config-R",e.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_T="L-media_service_get_cnd_resource_info-T",e.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R="L-media_service_get_cnd_resource_info-R",e.L_MEDIA_SERVICE_REQUEST_T="L-media_service_request-T",e.L_MEDIA_SERVICE_REQUEST_R="L-media_service_request-R",e.L_LOCAL_TRACK_INNER_SET_PUBLISHED_O="L-loacl_track_inner_set_published-O",e.L_LOCAL_TRACK_DESTROY_O="L-loacl_track_destroy-O",e.L_LOCAL_TRACK_SET_BITRATE_O="L-loacl_track_set_bitrate-O",e.L_LOCAL_TRACK_SET_LOCAL_MUTED_O="L-loacl_track_set_local_muted-O",e.L_TRACK_PLAY_T="L-track_play-T",e.L_TRACK_PLAY_R="L-track_play-R",e.L_TRACK_MUTE_O="L-track_mute-O",e.L_TRACK_UNMUTE_O="L-track_unmute-O",e.L_REMOTE_TRACK_INNER_SET_SUBSCRIBED_O="L-remote_track_inner_set_subscribed-O",e.L_ABSTRACT_STAT_PARSER_FORMAT_RTC_STATE_REPORT_O="L-abstract_stat_parser_format_rtc_state_report-O",e.L_A_SDP_STRATEGY_SET_SDP_SEMANTICS_O="L-a_sdp_strategy_set_sdp_semantics-O",e.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O="L-a_sdp_strategy_set_remote_answer-O",e.L_RTC_PEER_CONNECTION_GET_STATS_DATA_O="L-rtc_peer_connection_get_stats_data-O",e.L_RTC_PEER_CONNECTION_ADD_LOCAL_TRACK_O="L-rtc_peer_connection_add_local_track-O",e.L_RTC_PEER_CONNECTION_GET_LOCAL_TRACKS_O="L-rtc_peer_connection_get_local_tracks-O",e.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S="L-rtc_peer_connection_ice_connection_state-S",e.L_RTC_PEER_CONNECTION_CONNECTION_STATE_S="L-rtc_peer_connection_connection_state-S",e.L_RTC_PEER_CONNECTION_SET_BITRATE_O="L-rtc_peer_connection_set_bitrate-O",e.L_RTC_PEER_CONNECTION_CREATE_OFFER_O="L-rtc_peer_connection_create_offer-O",e.L_RTC_PEER_CONNECTION_SET_REMOTE_ANSWER_O="L-rtc_peer_connection_set_remote_answer-O",e.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O="L-rtc_peer_connection_remove_local_track_by_id-O",e.L_RTC_PEER_CONNECTION_REMOVE_ALL_LOCAL_TRACK_O="L-rtc_peer_connection_remove_all_local_track-O",e.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_O="L-rtc_peer_connection_remove_local_track-O",e.L_RTC_PEER_CONNECTION_UPDATE_SUB_REMOTE_TRACKS_O="L-rtc_peer_connection_update_sub_remote_tracks-O",e.L_RTC_PEER_CONNECTION_LOCAL_TRACK_MUTED_O="L-rtc_peer_connection_local_track_muted-O",e.L_RTC_PEER_CONNECTION_DESTROY_O="L-rtc_peer_connection_destroy-O",e.L_RTC_SET_RECOMMEND_BITRATE_O="L_rtc_set_recommend_bitrate_O",e.L_RTC_SDP_BITRATE_O="L_rtc_sdp_bitrate_O",e.L_RTC_3ANOISE_NODE_O="L_RTC_AAAnoiseNode_O",e.L_RTC_3ANOISE_NODE_E="L_RTC_AAAnoiseNode_E",e.L_RTC_3ANOISE_NODE_STOP_O="L_RTC_AAAnoiseNode_Stop_O",e.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_T="L_rtc_client_join_cross_rtc_room_T",e.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R="L_rtc_client_join_cross_rtc_room_R"}(s||(s={})),function(e){e.FAILED="fail",e.SUCCESSED="success",e.TIMEOUT="timeout",e.INFO="info"}(n||(n={}));let a=!0,c=!0;function d(e,t,r){const o=e.match(t);return o&&o.length>=r&&parseInt(o[r],10)}function u(e,t,r){if(!e.RTCPeerConnection)return;const o=e.RTCPeerConnection.prototype,i=o.addEventListener;o.addEventListener=function(e,o){if(e!==t)return i.apply(this,arguments);const s=e=>{const t=r(e);t&&(o.handleEvent?o.handleEvent(t):o(t))};return this._eventMap=this._eventMap||{},this._eventMap[t]||(this._eventMap[t]=new Map),this._eventMap[t].set(o,s),i.apply(this,[e,s])};const s=o.removeEventListener;o.removeEventListener=function(e,r){if(e!==t||!this._eventMap||!this._eventMap[t])return s.apply(this,arguments);if(!this._eventMap[t].has(r))return s.apply(this,arguments);const o=this._eventMap[t].get(r);return this._eventMap[t].delete(r),0===this._eventMap[t].size&&delete this._eventMap[t],0===Object.keys(this._eventMap).length&&delete this._eventMap,s.apply(this,[e,o])},Object.defineProperty(o,"on"+t,{get(){return this["_on"+t]},set(e){this["_on"+t]&&(this.removeEventListener(t,this["_on"+t]),delete this["_on"+t]),e&&this.addEventListener(t,this["_on"+t]=e)},enumerable:!0,configurable:!0})}function _(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(a=e,e?"adapter.js logging disabled":"adapter.js logging enabled")}function l(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(c=!e,"adapter.js deprecation warnings "+(e?"disabled":"enabled"))}function R(){if("object"==typeof window){if(a)return;"undefined"!=typeof console&&"function"==typeof console.log&&console.log.apply(console,arguments)}}function C(e,t){c&&console.warn(e+" is deprecated, please use "+t+" instead.")}function h(e){return"[object Object]"===Object.prototype.toString.call(e)}function p(e){return h(e)?Object.keys(e).reduce((function(t,r){const o=h(e[r]),i=o?p(e[r]):e[r],s=o&&!Object.keys(i).length;return void 0===i||s?t:Object.assign(t,{[r]:i})}),{}):e}function g(e,t,r){t&&!r.has(t.id)&&(r.set(t.id,t),Object.keys(t).forEach((o=>{o.endsWith("Id")?g(e,e.get(t[o]),r):o.endsWith("Ids")&&t[o].forEach((t=>{g(e,e.get(t),r)}))})))}function T(e,t,r){const o=r?"outbound-rtp":"inbound-rtp",i=new Map;if(null===t)return i;const s=[];return e.forEach((e=>{"track"===e.type&&e.trackIdentifier===t.id&&s.push(e)})),s.forEach((t=>{e.forEach((r=>{r.type===o&&r.trackId===t.id&&g(e,r,i)}))})),i}const m=R;function S(e,t){const r=e&&e.navigator;if(!r.mediaDevices)return;const o=function(e){if("object"!=typeof e||e.mandatory||e.optional)return e;const t={};return Object.keys(e).forEach((r=>{if("require"===r||"advanced"===r||"mediaSource"===r)return;const o="object"==typeof e[r]?e[r]:{ideal:e[r]};void 0!==o.exact&&"number"==typeof o.exact&&(o.min=o.max=o.exact);const i=function(e,t){return e?e+t.charAt(0).toUpperCase()+t.slice(1):"deviceId"===t?"sourceId":t};if(void 0!==o.ideal){t.optional=t.optional||[];let e={};"number"==typeof o.ideal?(e[i("min",r)]=o.ideal,t.optional.push(e),e={},e[i("max",r)]=o.ideal,t.optional.push(e)):(e[i("",r)]=o.ideal,t.optional.push(e))}void 0!==o.exact&&"number"!=typeof o.exact?(t.mandatory=t.mandatory||{},t.mandatory[i("",r)]=o.exact):["min","max"].forEach((e=>{void 0!==o[e]&&(t.mandatory=t.mandatory||{},t.mandatory[i(e,r)]=o[e])}))})),e.advanced&&(t.optional=(t.optional||[]).concat(e.advanced)),t},i=function(e,i){if(t.version>=61)return i(e);if((e=JSON.parse(JSON.stringify(e)))&&"object"==typeof e.audio){const t=function(e,t,r){t in e&&!(r in e)&&(e[r]=e[t],delete e[t])};t((e=JSON.parse(JSON.stringify(e))).audio,"autoGainControl","googAutoGainControl"),t(e.audio,"noiseSuppression","googNoiseSuppression"),e.audio=o(e.audio)}if(e&&"object"==typeof e.video){let s=e.video.facingMode;s=s&&("object"==typeof s?s:{ideal:s});const n=t.version<66;if(s&&("user"===s.exact||"environment"===s.exact||"user"===s.ideal||"environment"===s.ideal)&&(!r.mediaDevices.getSupportedConstraints||!r.mediaDevices.getSupportedConstraints().facingMode||n)){let t;if(delete e.video.facingMode,"environment"===s.exact||"environment"===s.ideal?t=["back","rear"]:"user"!==s.exact&&"user"!==s.ideal||(t=["front"]),t)return r.mediaDevices.enumerateDevices().then((r=>{let n=(r=r.filter((e=>"videoinput"===e.kind))).find((e=>t.some((t=>e.label.toLowerCase().includes(t)))));return!n&&r.length&&t.includes("back")&&(n=r[r.length-1]),n&&(e.video.deviceId=s.exact?{exact:n.deviceId}:{ideal:n.deviceId}),e.video=o(e.video),m("chrome: "+JSON.stringify(e)),i(e)}))}e.video=o(e.video)}return m("chrome: "+JSON.stringify(e)),i(e)},s=function(e){return t.version>=64?e:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[e.name]||e.name,message:e.message,constraint:e.constraint||e.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(r.getUserMedia=function(e,t,o){i(e,(e=>{r.webkitGetUserMedia(e,t,(e=>{o&&o(s(e))}))}))}.bind(r),r.mediaDevices.getUserMedia){const e=r.mediaDevices.getUserMedia.bind(r.mediaDevices);r.mediaDevices.getUserMedia=function(t){return i(t,(t=>e(t).then((e=>{if(t.audio&&!e.getAudioTracks().length||t.video&&!e.getVideoTracks().length)throw e.getTracks().forEach((e=>{e.stop()})),new DOMException("","NotFoundError");return e}),(e=>Promise.reject(s(e))))))}}}function I(e){e.MediaStream=e.MediaStream||e.webkitMediaStream}function E(e){if("object"==typeof e&&e.RTCPeerConnection&&!("ontrack"in e.RTCPeerConnection.prototype)){Object.defineProperty(e.RTCPeerConnection.prototype,"ontrack",{get(){return this._ontrack},set(e){this._ontrack&&this.removeEventListener("track",this._ontrack),this.addEventListener("track",this._ontrack=e)},enumerable:!0,configurable:!0});const t=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){return this._ontrackpoly||(this._ontrackpoly=t=>{t.stream.addEventListener("addtrack",(r=>{let o;o=e.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((e=>e.track&&e.track.id===r.track.id)):{track:r.track};const i=new Event("track");i.track=r.track,i.receiver=o,i.transceiver={receiver:o},i.streams=[t.stream],this.dispatchEvent(i)})),t.stream.getTracks().forEach((r=>{let o;o=e.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((e=>e.track&&e.track.id===r.id)):{track:r};const i=new Event("track");i.track=r,i.receiver=o,i.transceiver={receiver:o},i.streams=[t.stream],this.dispatchEvent(i)}))},this.addEventListener("addstream",this._ontrackpoly)),t.apply(this,arguments)}}else u(e,"track",(e=>(e.transceiver||Object.defineProperty(e,"transceiver",{value:{receiver:e.receiver}}),e)))}function f(e){if("object"==typeof e&&e.RTCPeerConnection&&!("getSenders"in e.RTCPeerConnection.prototype)&&"createDTMFSender"in e.RTCPeerConnection.prototype){const t=function(e,t){return{track:t,get dtmf(){return void 0===this._dtmf&&("audio"===t.kind?this._dtmf=e.createDTMFSender(t):this._dtmf=null),this._dtmf},_pc:e}};if(!e.RTCPeerConnection.prototype.getSenders){e.RTCPeerConnection.prototype.getSenders=function(){return this._senders=this._senders||[],this._senders.slice()};const r=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,o){let i=r.apply(this,arguments);return i||(i=t(this,e),this._senders.push(i)),i};const o=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){o.apply(this,arguments);const t=this._senders.indexOf(e);-1!==t&&this._senders.splice(t,1)}}const r=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){this._senders=this._senders||[],r.apply(this,[e]),e.getTracks().forEach((e=>{this._senders.push(t(this,e))}))};const o=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){this._senders=this._senders||[],o.apply(this,[e]),e.getTracks().forEach((e=>{const t=this._senders.find((t=>t.track===e));t&&this._senders.splice(this._senders.indexOf(t),1)}))}}else if("object"==typeof e&&e.RTCPeerConnection&&"getSenders"in e.RTCPeerConnection.prototype&&"createDTMFSender"in e.RTCPeerConnection.prototype&&e.RTCRtpSender&&!("dtmf"in e.RTCRtpSender.prototype)){const t=e.RTCPeerConnection.prototype.getSenders;e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e},Object.defineProperty(e.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this._dtmf&&("audio"===this.track.kind?this._dtmf=this._pc.createDTMFSender(this.track):this._dtmf=null),this._dtmf}})}}function L(e){if(!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){const[e,r,o]=arguments;if(arguments.length>0&&"function"==typeof e)return t.apply(this,arguments);if(0===t.length&&(0===arguments.length||"function"!=typeof e))return t.apply(this,[]);const i=function(e){const t={};return e.result().forEach((e=>{const r={id:e.id,timestamp:e.timestamp,type:{localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[e.type]||e.type};e.names().forEach((t=>{r[t]=e.stat(t)})),t[r.id]=r})),t},s=function(e){return new Map(Object.keys(e).map((t=>[t,e[t]])))};if(arguments.length>=2){const o=function(e){r(s(i(e)))};return t.apply(this,[o,e])}return new Promise(((e,r)=>{t.apply(this,[function(t){e(s(i(t)))},r])})).then(r,o)}}function v(e){if(!("object"==typeof e&&e.RTCPeerConnection&&e.RTCRtpSender&&e.RTCRtpReceiver))return;if(!("getStats"in e.RTCRtpSender.prototype)){const t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e});const r=e.RTCPeerConnection.prototype.addTrack;r&&(e.RTCPeerConnection.prototype.addTrack=function(){const e=r.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){const e=this;return this._pc.getStats().then((t=>T(t,e.track,!0)))}}if(!("getStats"in e.RTCRtpReceiver.prototype)){const t=e.RTCPeerConnection.prototype.getReceivers;t&&(e.RTCPeerConnection.prototype.getReceivers=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e}),u(e,"track",(e=>(e.receiver._pc=e.srcElement,e))),e.RTCRtpReceiver.prototype.getStats=function(){const e=this;return this._pc.getStats().then((t=>T(t,e.track,!1)))}}if(!("getStats"in e.RTCRtpSender.prototype)||!("getStats"in e.RTCRtpReceiver.prototype))return;const t=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof e.MediaStreamTrack){const e=arguments[0];let t,r,o;return this.getSenders().forEach((r=>{r.track===e&&(t?o=!0:t=r)})),this.getReceivers().forEach((t=>(t.track===e&&(r?o=!0:r=t),t.track===e))),o||t&&r?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):t?t.getStats():r?r.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return t.apply(this,arguments)}}function O(e){e.RTCPeerConnection.prototype.getLocalStreams=function(){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},Object.keys(this._shimmedLocalStreams).map((e=>this._shimmedLocalStreams[e][0]))};const t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,r){if(!r)return t.apply(this,arguments);this._shimmedLocalStreams=this._shimmedLocalStreams||{};const o=t.apply(this,arguments);return this._shimmedLocalStreams[r.id]?-1===this._shimmedLocalStreams[r.id].indexOf(o)&&this._shimmedLocalStreams[r.id].push(o):this._shimmedLocalStreams[r.id]=[r,o],o};const r=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){this._shimmedLocalStreams=this._shimmedLocalStreams||{},e.getTracks().forEach((e=>{if(this.getSenders().find((t=>t.track===e)))throw new DOMException("Track already exists.","InvalidAccessError")}));const t=this.getSenders();r.apply(this,arguments);const o=this.getSenders().filter((e=>-1===t.indexOf(e)));this._shimmedLocalStreams[e.id]=[e].concat(o)};const o=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},delete this._shimmedLocalStreams[e.id],o.apply(this,arguments)};const i=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},e&&Object.keys(this._shimmedLocalStreams).forEach((t=>{const r=this._shimmedLocalStreams[t].indexOf(e);-1!==r&&this._shimmedLocalStreams[t].splice(r,1),1===this._shimmedLocalStreams[t].length&&delete this._shimmedLocalStreams[t]})),i.apply(this,arguments)}}function A(e,t){if(!e.RTCPeerConnection)return;if(e.RTCPeerConnection.prototype.addTrack&&t.version>=65)return O(e);const r=e.RTCPeerConnection.prototype.getLocalStreams;e.RTCPeerConnection.prototype.getLocalStreams=function(){const e=r.apply(this);return this._reverseStreams=this._reverseStreams||{},e.map((e=>this._reverseStreams[e.id]))};const o=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(t){if(this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},t.getTracks().forEach((e=>{if(this.getSenders().find((t=>t.track===e)))throw new DOMException("Track already exists.","InvalidAccessError")})),!this._reverseStreams[t.id]){const r=new e.MediaStream(t.getTracks());this._streams[t.id]=r,this._reverseStreams[r.id]=t,t=r}o.apply(this,[t])};const i=e.RTCPeerConnection.prototype.removeStream;function s(e,t){let r=t.sdp;return Object.keys(e._reverseStreams||[]).forEach((t=>{const o=e._reverseStreams[t],i=e._streams[o.id];r=r.replace(new RegExp(i.id,"g"),o.id)})),new RTCSessionDescription({type:t.type,sdp:r})}function n(e,t){let r=t.sdp;return Object.keys(e._reverseStreams||[]).forEach((t=>{const o=e._reverseStreams[t],i=e._streams[o.id];r=r.replace(new RegExp(o.id,"g"),i.id)})),new RTCSessionDescription({type:t.type,sdp:r})}e.RTCPeerConnection.prototype.removeStream=function(e){this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},i.apply(this,[this._streams[e.id]||e]),delete this._reverseStreams[this._streams[e.id]?this._streams[e.id].id:e.id],delete this._streams[e.id]},e.RTCPeerConnection.prototype.addTrack=function(t,r){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const o=[].slice.call(arguments,1);if(1!==o.length||!o[0].getTracks().find((e=>e===t)))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");const i=this.getSenders().find((e=>e.track===t));if(i)throw new DOMException("Track already exists.","InvalidAccessError");this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{};const s=this._streams[r.id];if(s)s.addTrack(t),Promise.resolve().then((()=>{this.dispatchEvent(new Event("negotiationneeded"))}));else{const o=new e.MediaStream([t]);this._streams[r.id]=o,this._reverseStreams[o.id]=r,this.addStream(o)}return this.getSenders().find((e=>e.track===t))},["createOffer","createAnswer"].forEach((function(t){const r=e.RTCPeerConnection.prototype[t],o={[t](){const e=arguments;return arguments.length&&"function"==typeof arguments[0]?r.apply(this,[t=>{const r=s(this,t);e[0].apply(null,[r])},t=>{e[1]&&e[1].apply(null,t)},arguments[2]]):r.apply(this,arguments).then((e=>s(this,e)))}};e.RTCPeerConnection.prototype[t]=o[t]}));const a=e.RTCPeerConnection.prototype.setLocalDescription;e.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=n(this,arguments[0]),a.apply(this,arguments)):a.apply(this,arguments)};const c=Object.getOwnPropertyDescriptor(e.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(e.RTCPeerConnection.prototype,"localDescription",{get(){const e=c.get.apply(this);return""===e.type?e:s(this,e)}}),e.RTCPeerConnection.prototype.removeTrack=function(e){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!e._pc)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(!(e._pc===this))throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let t;this._streams=this._streams||{},Object.keys(this._streams).forEach((r=>{this._streams[r].getTracks().find((t=>e.track===t))&&(t=this._streams[r])})),t&&(1===t.getTracks().length?this.removeStream(this._reverseStreams[t.id]):t.removeTrack(e.track),this.dispatchEvent(new Event("negotiationneeded")))}}function N(e,t){!e.RTCPeerConnection&&e.webkitRTCPeerConnection&&(e.RTCPeerConnection=e.webkitRTCPeerConnection),e.RTCPeerConnection&&t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const r=e.RTCPeerConnection.prototype[t],o={[t](){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),r.apply(this,arguments)}};e.RTCPeerConnection.prototype[t]=o[t]}))}function D(e,t){u(e,"negotiationneeded",(e=>{const r=e.target;if(!(t.version<72||r.getConfiguration&&"plan-b"===r.getConfiguration().sdpSemantics)||"stable"===r.signalingState)return e}))}var k=Object.freeze({__proto__:null,shimMediaStream:I,shimOnTrack:E,shimGetSendersWithDtmf:f,shimGetStats:L,shimSenderReceiverGetStats:v,shimAddTrackRemoveTrackWithNative:O,shimAddTrackRemoveTrack:A,shimPeerConnection:N,fixNegotiationNeeded:D,shimGetUserMedia:S,shimGetDisplayMedia:function(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&("function"==typeof t?e.navigator.mediaDevices.getDisplayMedia=function(r){return t(r).then((t=>{const o=r.video&&r.video.width,i=r.video&&r.video.height,s=r.video&&r.video.frameRate;return r.video={mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:t,maxFrameRate:s||3}},o&&(r.video.mandatory.maxWidth=o),i&&(r.video.mandatory.maxHeight=i),e.navigator.mediaDevices.getUserMedia(r)}))}:console.error("shimGetDisplayMedia: getSourceId argument is not a function"))}});var y=function(e){var t={exports:{}};return e(t,t.exports),t.exports}((function(e){var t={generateIdentifier:function(){return Math.random().toString(36).substr(2,10)}};t.localCName=t.generateIdentifier(),t.splitLines=function(e){return e.trim().split("\n").map((function(e){return e.trim()}))},t.splitSections=function(e){return e.split("\nm=").map((function(e,t){return(t>0?"m="+e:e).trim()+"\r\n"}))},t.getDescription=function(e){var r=t.splitSections(e);return r&&r[0]},t.getMediaSections=function(e){var r=t.splitSections(e);return r.shift(),r},t.matchPrefix=function(e,r){return t.splitLines(e).filter((function(e){return 0===e.indexOf(r)}))},t.parseCandidate=function(e){for(var t,r={foundation:(t=0===e.indexOf("a=candidate:")?e.substring(12).split(" "):e.substring(10).split(" "))[0],component:parseInt(t[1],10),protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]},o=8;o<t.length;o+=2)switch(t[o]){case"raddr":r.relatedAddress=t[o+1];break;case"rport":r.relatedPort=parseInt(t[o+1],10);break;case"tcptype":r.tcpType=t[o+1];break;case"ufrag":r.ufrag=t[o+1],r.usernameFragment=t[o+1];break;default:r[t[o]]=t[o+1]}return r},t.writeCandidate=function(e){var t=[];t.push(e.foundation),t.push(e.component),t.push(e.protocol.toUpperCase()),t.push(e.priority),t.push(e.address||e.ip),t.push(e.port);var r=e.type;return t.push("typ"),t.push(r),"host"!==r&&e.relatedAddress&&e.relatedPort&&(t.push("raddr"),t.push(e.relatedAddress),t.push("rport"),t.push(e.relatedPort)),e.tcpType&&"tcp"===e.protocol.toLowerCase()&&(t.push("tcptype"),t.push(e.tcpType)),(e.usernameFragment||e.ufrag)&&(t.push("ufrag"),t.push(e.usernameFragment||e.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(e){return e.substr(14).split(" ")},t.parseRtpMap=function(e){var t=e.substr(9).split(" "),r={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),r.name=t[0],r.clockRate=parseInt(t[1],10),r.channels=3===t.length?parseInt(t[2],10):1,r.numChannels=r.channels,r},t.writeRtpMap=function(e){var t=e.payloadType;void 0!==e.preferredPayloadType&&(t=e.preferredPayloadType);var r=e.channels||e.numChannels||1;return"a=rtpmap:"+t+" "+e.name+"/"+e.clockRate+(1!==r?"/"+r:"")+"\r\n"},t.parseExtmap=function(e){var t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}},t.writeExtmap=function(e){return"a=extmap:"+(e.id||e.preferredId)+(e.direction&&"sendrecv"!==e.direction?"/"+e.direction:"")+" "+e.uri+"\r\n"},t.parseFmtp=function(e){for(var t,r={},o=e.substr(e.indexOf(" ")+1).split(";"),i=0;i<o.length;i++)r[(t=o[i].trim().split("="))[0].trim()]=t[1];return r},t.writeFmtp=function(e){var t="",r=e.payloadType;if(void 0!==e.preferredPayloadType&&(r=e.preferredPayloadType),e.parameters&&Object.keys(e.parameters).length){var o=[];Object.keys(e.parameters).forEach((function(t){e.parameters[t]?o.push(t+"="+e.parameters[t]):o.push(t)})),t+="a=fmtp:"+r+" "+o.join(";")+"\r\n"}return t},t.parseRtcpFb=function(e){var t=e.substr(e.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(e){var t="",r=e.payloadType;return void 0!==e.preferredPayloadType&&(r=e.preferredPayloadType),e.rtcpFeedback&&e.rtcpFeedback.length&&e.rtcpFeedback.forEach((function(e){t+="a=rtcp-fb:"+r+" "+e.type+(e.parameter&&e.parameter.length?" "+e.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(e){var t=e.indexOf(" "),r={ssrc:parseInt(e.substr(7,t-7),10)},o=e.indexOf(":",t);return o>-1?(r.attribute=e.substr(t+1,o-t-1),r.value=e.substr(o+1)):r.attribute=e.substr(t+1),r},t.parseSsrcGroup=function(e){var t=e.substr(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((function(e){return parseInt(e,10)}))}},t.getMid=function(e){var r=t.matchPrefix(e,"a=mid:")[0];if(r)return r.substr(6)},t.parseFingerprint=function(e){var t=e.substr(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1]}},t.getDtlsParameters=function(e,r){return{role:"auto",fingerprints:t.matchPrefix(e+r,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(e,t){var r="a=setup:"+t+"\r\n";return e.fingerprints.forEach((function(e){r+="a=fingerprint:"+e.algorithm+" "+e.value+"\r\n"})),r},t.parseCryptoLine=function(e){var t=e.substr(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(e){return"a=crypto:"+e.tag+" "+e.cryptoSuite+" "+("object"==typeof e.keyParams?t.writeCryptoKeyParams(e.keyParams):e.keyParams)+(e.sessionParams?" "+e.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(e){if(0!==e.indexOf("inline:"))return null;var t=e.substr(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(e){return e.keyMethod+":"+e.keySalt+(e.lifeTime?"|"+e.lifeTime:"")+(e.mkiValue&&e.mkiLength?"|"+e.mkiValue+":"+e.mkiLength:"")},t.getCryptoParameters=function(e,r){return t.matchPrefix(e+r,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(e,r){var o=t.matchPrefix(e+r,"a=ice-ufrag:")[0],i=t.matchPrefix(e+r,"a=ice-pwd:")[0];return o&&i?{usernameFragment:o.substr(12),password:i.substr(10)}:null},t.writeIceParameters=function(e){return"a=ice-ufrag:"+e.usernameFragment+"\r\na=ice-pwd:"+e.password+"\r\n"},t.parseRtpParameters=function(e){for(var r={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},o=t.splitLines(e)[0].split(" "),i=3;i<o.length;i++){var s=o[i],n=t.matchPrefix(e,"a=rtpmap:"+s+" ")[0];if(n){var a=t.parseRtpMap(n),c=t.matchPrefix(e,"a=fmtp:"+s+" ");switch(a.parameters=c.length?t.parseFmtp(c[0]):{},a.rtcpFeedback=t.matchPrefix(e,"a=rtcp-fb:"+s+" ").map(t.parseRtcpFb),r.codecs.push(a),a.name.toUpperCase()){case"RED":case"ULPFEC":r.fecMechanisms.push(a.name.toUpperCase())}}}return t.matchPrefix(e,"a=extmap:").forEach((function(e){r.headerExtensions.push(t.parseExtmap(e))})),r},t.writeRtpDescription=function(e,r){var o="";o+="m="+e+" ",o+=r.codecs.length>0?"9":"0",o+=" UDP/TLS/RTP/SAVPF ",o+=r.codecs.map((function(e){return void 0!==e.preferredPayloadType?e.preferredPayloadType:e.payloadType})).join(" ")+"\r\n",o+="c=IN IP4 0.0.0.0\r\n",o+="a=rtcp:9 IN IP4 0.0.0.0\r\n",r.codecs.forEach((function(e){o+=t.writeRtpMap(e),o+=t.writeFmtp(e),o+=t.writeRtcpFb(e)}));var i=0;return r.codecs.forEach((function(e){e.maxptime>i&&(i=e.maxptime)})),i>0&&(o+="a=maxptime:"+i+"\r\n"),o+="a=rtcp-mux\r\n",r.headerExtensions&&r.headerExtensions.forEach((function(e){o+=t.writeExtmap(e)})),o},t.parseRtpEncodingParameters=function(e){var r,o=[],i=t.parseRtpParameters(e),s=-1!==i.fecMechanisms.indexOf("RED"),n=-1!==i.fecMechanisms.indexOf("ULPFEC"),a=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute})),c=a.length>0&&a[0].ssrc,d=t.matchPrefix(e,"a=ssrc-group:FID").map((function(e){return e.substr(17).split(" ").map((function(e){return parseInt(e,10)}))}));d.length>0&&d[0].length>1&&d[0][0]===c&&(r=d[0][1]),i.codecs.forEach((function(e){if("RTX"===e.name.toUpperCase()&&e.parameters.apt){var t={ssrc:c,codecPayloadType:parseInt(e.parameters.apt,10)};c&&r&&(t.rtx={ssrc:r}),o.push(t),s&&((t=JSON.parse(JSON.stringify(t))).fec={ssrc:c,mechanism:n?"red+ulpfec":"red"},o.push(t))}})),0===o.length&&c&&o.push({ssrc:c});var u=t.matchPrefix(e,"b=");return u.length&&(u=0===u[0].indexOf("b=TIAS:")?parseInt(u[0].substr(7),10):0===u[0].indexOf("b=AS:")?1e3*parseInt(u[0].substr(5),10)*.95-16e3:void 0,o.forEach((function(e){e.maxBitrate=u}))),o},t.parseRtcpParameters=function(e){var r={},o=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute}))[0];o&&(r.cname=o.value,r.ssrc=o.ssrc);var i=t.matchPrefix(e,"a=rtcp-rsize");r.reducedSize=i.length>0,r.compound=0===i.length;var s=t.matchPrefix(e,"a=rtcp-mux");return r.mux=s.length>0,r},t.parseMsid=function(e){var r,o=t.matchPrefix(e,"a=msid:");if(1===o.length)return{stream:(r=o[0].substr(7).split(" "))[0],track:r[1]};var i=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"msid"===e.attribute}));return i.length>0?{stream:(r=i[0].value.split(" "))[0],track:r[1]}:void 0},t.parseSctpDescription=function(e){var r,o=t.parseMLine(e),i=t.matchPrefix(e,"a=max-message-size:");i.length>0&&(r=parseInt(i[0].substr(19),10)),isNaN(r)&&(r=65536);var s=t.matchPrefix(e,"a=sctp-port:");if(s.length>0)return{port:parseInt(s[0].substr(12),10),protocol:o.fmt,maxMessageSize:r};if(t.matchPrefix(e,"a=sctpmap:").length>0){var n=t.matchPrefix(e,"a=sctpmap:")[0].substr(10).split(" ");return{port:parseInt(n[0],10),protocol:n[1],maxMessageSize:r}}},t.writeSctpDescription=function(e,t){var r=[];return r="DTLS/SCTP"!==e.protocol?["m="+e.kind+" 9 "+e.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+e.kind+" 9 "+e.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&r.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),r.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,21)},t.writeSessionBoilerplate=function(e,r,o){var i=void 0!==r?r:2;return"v=0\r\no="+(o||"thisisadapterortc")+" "+(e||t.generateSessionId())+" "+i+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.writeMediaSection=function(e,r,o,i){var s=t.writeRtpDescription(e.kind,r);if(s+=t.writeIceParameters(e.iceGatherer.getLocalParameters()),s+=t.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===o?"actpass":"active"),s+="a=mid:"+e.mid+"\r\n",e.direction?s+="a="+e.direction+"\r\n":e.rtpSender&&e.rtpReceiver?s+="a=sendrecv\r\n":e.rtpSender?s+="a=sendonly\r\n":e.rtpReceiver?s+="a=recvonly\r\n":s+="a=inactive\r\n",e.rtpSender){var n="msid:"+i.id+" "+e.rtpSender.track.id+"\r\n";s+="a="+n,s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+n,e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+n,s+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+t.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+t.localCName+"\r\n"),s},t.getDirection=function(e,r){for(var o=t.splitLines(e),i=0;i<o.length;i++)switch(o[i]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return o[i].substr(2)}return r?t.getDirection(r):"sendrecv"},t.getKind=function(e){return t.splitLines(e)[0].split(" ")[0].substr(2)},t.isRejected=function(e){return"0"===e.split(" ",2)[1]},t.parseMLine=function(e){var r=t.splitLines(e)[0].substr(2).split(" ");return{kind:r[0],port:parseInt(r[1],10),protocol:r[2],fmt:r.slice(3).join(" ")}},t.parseOLine=function(e){var r=t.matchPrefix(e,"o=")[0].substr(2).split(" ");return{username:r[0],sessionId:r[1],sessionVersion:parseInt(r[2],10),netType:r[3],addressType:r[4],address:r[5]}},t.isValidSDP=function(e){if("string"!=typeof e||0===e.length)return!1;for(var r=t.splitLines(e),o=0;o<r.length;o++)if(r[o].length<2||"="!==r[o].charAt(1))return!1;return!0},e.exports=t}));function b(e,t,r,o,i){var s=y.writeRtpDescription(e.kind,t);if(s+=y.writeIceParameters(e.iceGatherer.getLocalParameters()),s+=y.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===r?"actpass":i||"active"),s+="a=mid:"+e.mid+"\r\n",e.rtpSender&&e.rtpReceiver?s+="a=sendrecv\r\n":e.rtpSender?s+="a=sendonly\r\n":e.rtpReceiver?s+="a=recvonly\r\n":s+="a=inactive\r\n",e.rtpSender){var n=e.rtpSender._initialTrackId||e.rtpSender.track.id;e.rtpSender._initialTrackId=n;var a="msid:"+(o?o.id:"-")+" "+n+"\r\n";s+="a="+a,s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+a,e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+a,s+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return s+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+y.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(s+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+y.localCName+"\r\n"),s}function U(e,t){var r={codecs:[],headerExtensions:[],fecMechanisms:[]},o=function(e,t){e=parseInt(e,10);for(var r=0;r<t.length;r++)if(t[r].payloadType===e||t[r].preferredPayloadType===e)return t[r]},i=function(e,t,r,i){var s=o(e.parameters.apt,r),n=o(t.parameters.apt,i);return s&&n&&s.name.toLowerCase()===n.name.toLowerCase()};return e.codecs.forEach((function(o){for(var s=0;s<t.codecs.length;s++){var n=t.codecs[s];if(o.name.toLowerCase()===n.name.toLowerCase()&&o.clockRate===n.clockRate){if("rtx"===o.name.toLowerCase()&&o.parameters&&n.parameters.apt&&!i(o,n,e.codecs,t.codecs))continue;(n=JSON.parse(JSON.stringify(n))).numChannels=Math.min(o.numChannels,n.numChannels),r.codecs.push(n),n.rtcpFeedback=n.rtcpFeedback.filter((function(e){for(var t=0;t<o.rtcpFeedback.length;t++)if(o.rtcpFeedback[t].type===e.type&&o.rtcpFeedback[t].parameter===e.parameter)return!0;return!1}));break}}})),e.headerExtensions.forEach((function(e){for(var o=0;o<t.headerExtensions.length;o++){var i=t.headerExtensions[o];if(e.uri===i.uri){r.headerExtensions.push(i);break}}})),r}function P(e,t,r){return-1!=={offer:{setLocalDescription:["stable","have-local-offer"],setRemoteDescription:["stable","have-remote-offer"]},answer:{setLocalDescription:["have-remote-offer","have-local-pranswer"],setRemoteDescription:["have-local-offer","have-remote-pranswer"]}}[t][e].indexOf(r)}function M(e,t){var r=e.getRemoteCandidates().find((function(e){return t.foundation===e.foundation&&t.ip===e.ip&&t.port===e.port&&t.priority===e.priority&&t.protocol===e.protocol&&t.type===e.type}));return r||e.addRemoteCandidate(t),!r}function x(e,t){var r=new Error(t);return r.name=e,r.code={NotSupportedError:9,InvalidStateError:11,InvalidAccessError:15,TypeError:void 0,OperationError:void 0}[e],r}var w=function(e,t){function r(t,r){r.addTrack(t),r.dispatchEvent(new e.MediaStreamTrackEvent("addtrack",{track:t}))}function o(t,r,o,i){var s=new Event("track");s.track=r,s.receiver=o,s.transceiver={receiver:o},s.streams=i,e.setTimeout((function(){t._dispatchEvent("track",s)}))}var i=function(r){var o=this,i=document.createDocumentFragment();if(["addEventListener","removeEventListener","dispatchEvent"].forEach((function(e){o[e]=i[e].bind(i)})),this.canTrickleIceCandidates=null,this.needNegotiation=!1,this.localStreams=[],this.remoteStreams=[],this._localDescription=null,this._remoteDescription=null,this.signalingState="stable",this.iceConnectionState="new",this.connectionState="new",this.iceGatheringState="new",r=JSON.parse(JSON.stringify(r||{})),this.usingBundle="max-bundle"===r.bundlePolicy,"negotiate"===r.rtcpMuxPolicy)throw x("NotSupportedError","rtcpMuxPolicy 'negotiate' is not supported");switch(r.rtcpMuxPolicy||(r.rtcpMuxPolicy="require"),r.iceTransportPolicy){case"all":case"relay":break;default:r.iceTransportPolicy="all"}switch(r.bundlePolicy){case"balanced":case"max-compat":case"max-bundle":break;default:r.bundlePolicy="balanced"}if(r.iceServers=function(e,t){var r=!1;return(e=JSON.parse(JSON.stringify(e))).filter((function(e){if(e&&(e.urls||e.url)){var o=e.urls||e.url;e.url&&!e.urls&&console.warn("RTCIceServer.url is deprecated! Use urls instead.");var i="string"==typeof o;return i&&(o=[o]),o=o.filter((function(e){return 0!==e.indexOf("turn:")||-1===e.indexOf("transport=udp")||-1!==e.indexOf("turn:[")||r?0===e.indexOf("stun:")&&t>=14393&&-1===e.indexOf("?transport=udp"):(r=!0,!0)})),delete e.url,e.urls=i?o[0]:o,!!o.length}}))}(r.iceServers||[],t),this._iceGatherers=[],r.iceCandidatePoolSize)for(var s=r.iceCandidatePoolSize;s>0;s--)this._iceGatherers.push(new e.RTCIceGatherer({iceServers:r.iceServers,gatherPolicy:r.iceTransportPolicy}));else r.iceCandidatePoolSize=0;this._config=r,this.transceivers=[],this._sdpSessionId=y.generateSessionId(),this._sdpSessionVersion=0,this._dtlsRole=void 0,this._isClosed=!1};Object.defineProperty(i.prototype,"localDescription",{configurable:!0,get:function(){return this._localDescription}}),Object.defineProperty(i.prototype,"remoteDescription",{configurable:!0,get:function(){return this._remoteDescription}}),i.prototype.onicecandidate=null,i.prototype.onaddstream=null,i.prototype.ontrack=null,i.prototype.onremovestream=null,i.prototype.onsignalingstatechange=null,i.prototype.oniceconnectionstatechange=null,i.prototype.onconnectionstatechange=null,i.prototype.onicegatheringstatechange=null,i.prototype.onnegotiationneeded=null,i.prototype.ondatachannel=null,i.prototype._dispatchEvent=function(e,t){this._isClosed||(this.dispatchEvent(t),"function"==typeof this["on"+e]&&this["on"+e](t))},i.prototype._emitGatheringStateChange=function(){var e=new Event("icegatheringstatechange");this._dispatchEvent("icegatheringstatechange",e)},i.prototype.getConfiguration=function(){return this._config},i.prototype.getLocalStreams=function(){return this.localStreams},i.prototype.getRemoteStreams=function(){return this.remoteStreams},i.prototype._createTransceiver=function(e,t){var r=this.transceivers.length>0,o={track:null,iceGatherer:null,iceTransport:null,dtlsTransport:null,localCapabilities:null,remoteCapabilities:null,rtpSender:null,rtpReceiver:null,kind:e,mid:null,sendEncodingParameters:null,recvEncodingParameters:null,stream:null,associatedRemoteMediaStreams:[],wantReceive:!0};if(this.usingBundle&&r)o.iceTransport=this.transceivers[0].iceTransport,o.dtlsTransport=this.transceivers[0].dtlsTransport;else{var i=this._createIceAndDtlsTransports();o.iceTransport=i.iceTransport,o.dtlsTransport=i.dtlsTransport}return t||this.transceivers.push(o),o},i.prototype.addTrack=function(t,r){if(this._isClosed)throw x("InvalidStateError","Attempted to call addTrack on a closed peerconnection.");var o;if(this.transceivers.find((function(e){return e.track===t})))throw x("InvalidAccessError","Track already exists.");for(var i=0;i<this.transceivers.length;i++)this.transceivers[i].track||this.transceivers[i].kind!==t.kind||(o=this.transceivers[i]);return o||(o=this._createTransceiver(t.kind)),this._maybeFireNegotiationNeeded(),-1===this.localStreams.indexOf(r)&&this.localStreams.push(r),o.track=t,o.stream=r,o.rtpSender=new e.RTCRtpSender(t,o.dtlsTransport),o.rtpSender},i.prototype.addStream=function(e){var r=this;if(t>=15025)e.getTracks().forEach((function(t){r.addTrack(t,e)}));else{var o=e.clone();e.getTracks().forEach((function(e,t){var r=o.getTracks()[t];e.addEventListener("enabled",(function(e){r.enabled=e.enabled}))})),o.getTracks().forEach((function(e){r.addTrack(e,o)}))}},i.prototype.removeTrack=function(t){if(this._isClosed)throw x("InvalidStateError","Attempted to call removeTrack on a closed peerconnection.");if(!(t instanceof e.RTCRtpSender))throw new TypeError("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.");var r=this.transceivers.find((function(e){return e.rtpSender===t}));if(!r)throw x("InvalidAccessError","Sender was not created by this connection.");var o=r.stream;r.rtpSender.stop(),r.rtpSender=null,r.track=null,r.stream=null,-1===this.transceivers.map((function(e){return e.stream})).indexOf(o)&&this.localStreams.indexOf(o)>-1&&this.localStreams.splice(this.localStreams.indexOf(o),1),this._maybeFireNegotiationNeeded()},i.prototype.removeStream=function(e){var t=this;e.getTracks().forEach((function(e){var r=t.getSenders().find((function(t){return t.track===e}));r&&t.removeTrack(r)}))},i.prototype.getSenders=function(){return this.transceivers.filter((function(e){return!!e.rtpSender})).map((function(e){return e.rtpSender}))},i.prototype.getReceivers=function(){return this.transceivers.filter((function(e){return!!e.rtpReceiver})).map((function(e){return e.rtpReceiver}))},i.prototype._createIceGatherer=function(t,r){var o=this;if(r&&t>0)return this.transceivers[0].iceGatherer;if(this._iceGatherers.length)return this._iceGatherers.shift();var i=new e.RTCIceGatherer({iceServers:this._config.iceServers,gatherPolicy:this._config.iceTransportPolicy});return Object.defineProperty(i,"state",{value:"new",writable:!0}),this.transceivers[t].bufferedCandidateEvents=[],this.transceivers[t].bufferCandidates=function(e){var r=!e.candidate||0===Object.keys(e.candidate).length;i.state=r?"completed":"gathering",null!==o.transceivers[t].bufferedCandidateEvents&&o.transceivers[t].bufferedCandidateEvents.push(e)},i.addEventListener("localcandidate",this.transceivers[t].bufferCandidates),i},i.prototype._gather=function(t,r){var o=this,i=this.transceivers[r].iceGatherer;if(!i.onlocalcandidate){var s=this.transceivers[r].bufferedCandidateEvents;this.transceivers[r].bufferedCandidateEvents=null,i.removeEventListener("localcandidate",this.transceivers[r].bufferCandidates),i.onlocalcandidate=function(e){if(!(o.usingBundle&&r>0)){var s=new Event("icecandidate");s.candidate={sdpMid:t,sdpMLineIndex:r};var n=e.candidate,a=!n||0===Object.keys(n).length;if(a)"new"!==i.state&&"gathering"!==i.state||(i.state="completed");else{"new"===i.state&&(i.state="gathering"),n.component=1,n.ufrag=i.getLocalParameters().usernameFragment;var c=y.writeCandidate(n);s.candidate=Object.assign(s.candidate,y.parseCandidate(c)),s.candidate.candidate=c,s.candidate.toJSON=function(){return{candidate:s.candidate.candidate,sdpMid:s.candidate.sdpMid,sdpMLineIndex:s.candidate.sdpMLineIndex,usernameFragment:s.candidate.usernameFragment}}}var d=y.getMediaSections(o._localDescription.sdp);d[s.candidate.sdpMLineIndex]+=a?"a=end-of-candidates\r\n":"a="+s.candidate.candidate+"\r\n",o._localDescription.sdp=y.getDescription(o._localDescription.sdp)+d.join("");var u=o.transceivers.every((function(e){return e.iceGatherer&&"completed"===e.iceGatherer.state}));"gathering"!==o.iceGatheringState&&(o.iceGatheringState="gathering",o._emitGatheringStateChange()),a||o._dispatchEvent("icecandidate",s),u&&(o._dispatchEvent("icecandidate",new Event("icecandidate")),o.iceGatheringState="complete",o._emitGatheringStateChange())}},e.setTimeout((function(){s.forEach((function(e){i.onlocalcandidate(e)}))}),0)}},i.prototype._createIceAndDtlsTransports=function(){var t=this,r=new e.RTCIceTransport(null);r.onicestatechange=function(){t._updateIceConnectionState(),t._updateConnectionState()};var o=new e.RTCDtlsTransport(r);return o.ondtlsstatechange=function(){t._updateConnectionState()},o.onerror=function(){Object.defineProperty(o,"state",{value:"failed",writable:!0}),t._updateConnectionState()},{iceTransport:r,dtlsTransport:o}},i.prototype._disposeIceAndDtlsTransports=function(e){var t=this.transceivers[e].iceGatherer;t&&(delete t.onlocalcandidate,delete this.transceivers[e].iceGatherer);var r=this.transceivers[e].iceTransport;r&&(delete r.onicestatechange,delete this.transceivers[e].iceTransport);var o=this.transceivers[e].dtlsTransport;o&&(delete o.ondtlsstatechange,delete o.onerror,delete this.transceivers[e].dtlsTransport)},i.prototype._transceive=function(e,r,o){var i=U(e.localCapabilities,e.remoteCapabilities);r&&e.rtpSender&&(i.encodings=e.sendEncodingParameters,i.rtcp={cname:y.localCName,compound:e.rtcpParameters.compound},e.recvEncodingParameters.length&&(i.rtcp.ssrc=e.recvEncodingParameters[0].ssrc),e.rtpSender.send(i)),o&&e.rtpReceiver&&i.codecs.length>0&&("video"===e.kind&&e.recvEncodingParameters&&t<15019&&e.recvEncodingParameters.forEach((function(e){delete e.rtx})),e.recvEncodingParameters.length?i.encodings=e.recvEncodingParameters:i.encodings=[{}],i.rtcp={compound:e.rtcpParameters.compound},e.rtcpParameters.cname&&(i.rtcp.cname=e.rtcpParameters.cname),e.sendEncodingParameters.length&&(i.rtcp.ssrc=e.sendEncodingParameters[0].ssrc),e.rtpReceiver.receive(i))},i.prototype.setLocalDescription=function(e){var t,r,o=this;if(-1===["offer","answer"].indexOf(e.type))return Promise.reject(x("TypeError",'Unsupported type "'+e.type+'"'));if(!P("setLocalDescription",e.type,o.signalingState)||o._isClosed)return Promise.reject(x("InvalidStateError","Can not set local "+e.type+" in state "+o.signalingState));if("offer"===e.type)t=y.splitSections(e.sdp),r=t.shift(),t.forEach((function(e,t){var r=y.parseRtpParameters(e);o.transceivers[t].localCapabilities=r})),o.transceivers.forEach((function(e,t){o._gather(e.mid,t)}));else if("answer"===e.type){t=y.splitSections(o._remoteDescription.sdp),r=t.shift();var i=y.matchPrefix(r,"a=ice-lite").length>0;t.forEach((function(e,t){var s=o.transceivers[t],n=s.iceGatherer,a=s.iceTransport,c=s.dtlsTransport,d=s.localCapabilities,u=s.remoteCapabilities;if(!(y.isRejected(e)&&0===y.matchPrefix(e,"a=bundle-only").length)&&!s.rejected){var _=y.getIceParameters(e,r),l=y.getDtlsParameters(e,r);i&&(l.role="server"),o.usingBundle&&0!==t||(o._gather(s.mid,t),"new"===a.state&&a.start(n,_,i?"controlling":"controlled"),"new"===c.state&&c.start(l));var R=U(d,u);o._transceive(s,R.codecs.length>0,!1)}}))}return o._localDescription={type:e.type,sdp:e.sdp},"offer"===e.type?o._updateSignalingState("have-local-offer"):o._updateSignalingState("stable"),Promise.resolve()},i.prototype.setRemoteDescription=function(i){var s=this;if(-1===["offer","answer"].indexOf(i.type))return Promise.reject(x("TypeError",'Unsupported type "'+i.type+'"'));if(!P("setRemoteDescription",i.type,s.signalingState)||s._isClosed)return Promise.reject(x("InvalidStateError","Can not set remote "+i.type+" in state "+s.signalingState));var n={};s.remoteStreams.forEach((function(e){n[e.id]=e}));var a=[],c=y.splitSections(i.sdp),d=c.shift(),u=y.matchPrefix(d,"a=ice-lite").length>0,_=y.matchPrefix(d,"a=group:BUNDLE ").length>0;s.usingBundle=_;var l=y.matchPrefix(d,"a=ice-options:")[0];return s.canTrickleIceCandidates=!!l&&l.substr(14).split(" ").indexOf("trickle")>=0,c.forEach((function(o,c){var l=y.splitLines(o),R=y.getKind(o),C=y.isRejected(o)&&0===y.matchPrefix(o,"a=bundle-only").length,h=l[0].substr(2).split(" ")[2],p=y.getDirection(o,d),g=y.parseMsid(o),T=y.getMid(o)||y.generateIdentifier();if(C||"application"===R&&("DTLS/SCTP"===h||"UDP/DTLS/SCTP"===h))s.transceivers[c]={mid:T,kind:R,protocol:h,rejected:!0};else{var m,S,I,E,f,L,v,O,A;!C&&s.transceivers[c]&&s.transceivers[c].rejected&&(s.transceivers[c]=s._createTransceiver(R,!0));var N,D,k=y.parseRtpParameters(o);C||(N=y.getIceParameters(o,d),(D=y.getDtlsParameters(o,d)).role="client"),v=y.parseRtpEncodingParameters(o);var b=y.parseRtcpParameters(o),P=y.matchPrefix(o,"a=end-of-candidates",d).length>0,x=y.matchPrefix(o,"a=candidate:").map((function(e){return y.parseCandidate(e)})).filter((function(e){return 1===e.component}));if(("offer"===i.type||"answer"===i.type)&&!C&&_&&c>0&&s.transceivers[c]&&(s._disposeIceAndDtlsTransports(c),s.transceivers[c].iceGatherer=s.transceivers[0].iceGatherer,s.transceivers[c].iceTransport=s.transceivers[0].iceTransport,s.transceivers[c].dtlsTransport=s.transceivers[0].dtlsTransport,s.transceivers[c].rtpSender&&s.transceivers[c].rtpSender.setTransport(s.transceivers[0].dtlsTransport),s.transceivers[c].rtpReceiver&&s.transceivers[c].rtpReceiver.setTransport(s.transceivers[0].dtlsTransport)),"offer"!==i.type||C){if("answer"===i.type&&!C){S=(m=s.transceivers[c]).iceGatherer,I=m.iceTransport,E=m.dtlsTransport,f=m.rtpReceiver,L=m.sendEncodingParameters,O=m.localCapabilities,s.transceivers[c].recvEncodingParameters=v,s.transceivers[c].remoteCapabilities=k,s.transceivers[c].rtcpParameters=b,x.length&&"new"===I.state&&(!u&&!P||_&&0!==c?x.forEach((function(e){M(m.iceTransport,e)})):I.setRemoteCandidates(x)),_&&0!==c||("new"===I.state&&I.start(S,N,"controlling"),"new"===E.state&&E.start(D)),!U(m.localCapabilities,m.remoteCapabilities).codecs.filter((function(e){return"rtx"===e.name.toLowerCase()})).length&&m.sendEncodingParameters[0].rtx&&delete m.sendEncodingParameters[0].rtx,s._transceive(m,"sendrecv"===p||"recvonly"===p,"sendrecv"===p||"sendonly"===p),!f||"sendrecv"!==p&&"sendonly"!==p?delete m.rtpReceiver:(A=f.track,g?(n[g.stream]||(n[g.stream]=new e.MediaStream),r(A,n[g.stream]),a.push([A,f,n[g.stream]])):(n.default||(n.default=new e.MediaStream),r(A,n.default),a.push([A,f,n.default])))}}else{(m=s.transceivers[c]||s._createTransceiver(R)).mid=T,m.iceGatherer||(m.iceGatherer=s._createIceGatherer(c,_)),x.length&&"new"===m.iceTransport.state&&(!P||_&&0!==c?x.forEach((function(e){M(m.iceTransport,e)})):m.iceTransport.setRemoteCandidates(x)),O=e.RTCRtpReceiver.getCapabilities(R),t<15019&&(O.codecs=O.codecs.filter((function(e){return"rtx"!==e.name}))),L=m.sendEncodingParameters||[{ssrc:1001*(2*c+2)}];var w,B=!1;if("sendrecv"===p||"sendonly"===p){if(B=!m.rtpReceiver,f=m.rtpReceiver||new e.RTCRtpReceiver(m.dtlsTransport,R),B)A=f.track,g&&"-"===g.stream||(g?(n[g.stream]||(n[g.stream]=new e.MediaStream,Object.defineProperty(n[g.stream],"id",{get:function(){return g.stream}})),Object.defineProperty(A,"id",{get:function(){return g.track}}),w=n[g.stream]):(n.default||(n.default=new e.MediaStream),w=n.default)),w&&(r(A,w),m.associatedRemoteMediaStreams.push(w)),a.push([A,f,w])}else m.rtpReceiver&&m.rtpReceiver.track&&(m.associatedRemoteMediaStreams.forEach((function(t){var r=t.getTracks().find((function(e){return e.id===m.rtpReceiver.track.id}));r&&function(t,r){r.removeTrack(t),r.dispatchEvent(new e.MediaStreamTrackEvent("removetrack",{track:t}))}(r,t)})),m.associatedRemoteMediaStreams=[]);m.localCapabilities=O,m.remoteCapabilities=k,m.rtpReceiver=f,m.rtcpParameters=b,m.sendEncodingParameters=L,m.recvEncodingParameters=v,s._transceive(s.transceivers[c],!1,B)}}})),void 0===s._dtlsRole&&(s._dtlsRole="offer"===i.type?"active":"passive"),s._remoteDescription={type:i.type,sdp:i.sdp},"offer"===i.type?s._updateSignalingState("have-remote-offer"):s._updateSignalingState("stable"),Object.keys(n).forEach((function(t){var r=n[t];if(r.getTracks().length){if(-1===s.remoteStreams.indexOf(r)){s.remoteStreams.push(r);var i=new Event("addstream");i.stream=r,e.setTimeout((function(){s._dispatchEvent("addstream",i)}))}a.forEach((function(e){var t=e[0],i=e[1];r.id===e[2].id&&o(s,t,i,[r])}))}})),a.forEach((function(e){e[2]||o(s,e[0],e[1],[])})),e.setTimeout((function(){s&&s.transceivers&&s.transceivers.forEach((function(e){e.iceTransport&&"new"===e.iceTransport.state&&e.iceTransport.getRemoteCandidates().length>0&&(console.warn("Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification"),e.iceTransport.addRemoteCandidate({}))}))}),4e3),Promise.resolve()},i.prototype.close=function(){this.transceivers.forEach((function(e){e.iceTransport&&e.iceTransport.stop(),e.dtlsTransport&&e.dtlsTransport.stop(),e.rtpSender&&e.rtpSender.stop(),e.rtpReceiver&&e.rtpReceiver.stop()})),this._isClosed=!0,this._updateSignalingState("closed")},i.prototype._updateSignalingState=function(e){this.signalingState=e;var t=new Event("signalingstatechange");this._dispatchEvent("signalingstatechange",t)},i.prototype._maybeFireNegotiationNeeded=function(){var t=this;"stable"===this.signalingState&&!0!==this.needNegotiation&&(this.needNegotiation=!0,e.setTimeout((function(){if(t.needNegotiation){t.needNegotiation=!1;var e=new Event("negotiationneeded");t._dispatchEvent("negotiationneeded",e)}}),0))},i.prototype._updateIceConnectionState=function(){var e,t={new:0,closed:0,checking:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach((function(e){e.iceTransport&&!e.rejected&&t[e.iceTransport.state]++})),e="new",t.failed>0?e="failed":t.checking>0?e="checking":t.disconnected>0?e="disconnected":t.new>0?e="new":t.connected>0?e="connected":t.completed>0&&(e="completed"),e!==this.iceConnectionState){this.iceConnectionState=e;var r=new Event("iceconnectionstatechange");this._dispatchEvent("iceconnectionstatechange",r)}},i.prototype._updateConnectionState=function(){var e,t={new:0,closed:0,connecting:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach((function(e){e.iceTransport&&e.dtlsTransport&&!e.rejected&&(t[e.iceTransport.state]++,t[e.dtlsTransport.state]++)})),t.connected+=t.completed,e="new",t.failed>0?e="failed":t.connecting>0?e="connecting":t.disconnected>0?e="disconnected":t.new>0?e="new":t.connected>0&&(e="connected"),e!==this.connectionState){this.connectionState=e;var r=new Event("connectionstatechange");this._dispatchEvent("connectionstatechange",r)}},i.prototype.createOffer=function(){var r=this;if(r._isClosed)return Promise.reject(x("InvalidStateError","Can not call createOffer after close"));var o=r.transceivers.filter((function(e){return"audio"===e.kind})).length,i=r.transceivers.filter((function(e){return"video"===e.kind})).length,s=arguments[0];if(s){if(s.mandatory||s.optional)throw new TypeError("Legacy mandatory/optional constraints not supported.");void 0!==s.offerToReceiveAudio&&(o=!0===s.offerToReceiveAudio?1:!1===s.offerToReceiveAudio?0:s.offerToReceiveAudio),void 0!==s.offerToReceiveVideo&&(i=!0===s.offerToReceiveVideo?1:!1===s.offerToReceiveVideo?0:s.offerToReceiveVideo)}for(r.transceivers.forEach((function(e){"audio"===e.kind?--o<0&&(e.wantReceive=!1):"video"===e.kind&&--i<0&&(e.wantReceive=!1)}));o>0||i>0;)o>0&&(r._createTransceiver("audio"),o--),i>0&&(r._createTransceiver("video"),i--);var n=y.writeSessionBoilerplate(r._sdpSessionId,r._sdpSessionVersion++);r.transceivers.forEach((function(o,i){var s=o.track,n=o.kind,a=o.mid||y.generateIdentifier();o.mid=a,o.iceGatherer||(o.iceGatherer=r._createIceGatherer(i,r.usingBundle));var c=e.RTCRtpSender.getCapabilities(n);t<15019&&(c.codecs=c.codecs.filter((function(e){return"rtx"!==e.name}))),c.codecs.forEach((function(e){"H264"===e.name&&void 0===e.parameters["level-asymmetry-allowed"]&&(e.parameters["level-asymmetry-allowed"]="1"),o.remoteCapabilities&&o.remoteCapabilities.codecs&&o.remoteCapabilities.codecs.forEach((function(t){e.name.toLowerCase()===t.name.toLowerCase()&&e.clockRate===t.clockRate&&(e.preferredPayloadType=t.payloadType)}))})),c.headerExtensions.forEach((function(e){(o.remoteCapabilities&&o.remoteCapabilities.headerExtensions||[]).forEach((function(t){e.uri===t.uri&&(e.id=t.id)}))}));var d=o.sendEncodingParameters||[{ssrc:1001*(2*i+1)}];s&&t>=15019&&"video"===n&&!d[0].rtx&&(d[0].rtx={ssrc:d[0].ssrc+1}),o.wantReceive&&(o.rtpReceiver=new e.RTCRtpReceiver(o.dtlsTransport,n)),o.localCapabilities=c,o.sendEncodingParameters=d})),"max-compat"!==r._config.bundlePolicy&&(n+="a=group:BUNDLE "+r.transceivers.map((function(e){return e.mid})).join(" ")+"\r\n"),n+="a=ice-options:trickle\r\n",r.transceivers.forEach((function(e,t){n+=b(e,e.localCapabilities,"offer",e.stream,r._dtlsRole),n+="a=rtcp-rsize\r\n",!e.iceGatherer||"new"===r.iceGatheringState||0!==t&&r.usingBundle||(e.iceGatherer.getLocalCandidates().forEach((function(e){e.component=1,n+="a="+y.writeCandidate(e)+"\r\n"})),"completed"===e.iceGatherer.state&&(n+="a=end-of-candidates\r\n"))}));var a=new e.RTCSessionDescription({type:"offer",sdp:n});return Promise.resolve(a)},i.prototype.createAnswer=function(){var r=this;if(r._isClosed)return Promise.reject(x("InvalidStateError","Can not call createAnswer after close"));if("have-remote-offer"!==r.signalingState&&"have-local-pranswer"!==r.signalingState)return Promise.reject(x("InvalidStateError","Can not call createAnswer in signalingState "+r.signalingState));var o=y.writeSessionBoilerplate(r._sdpSessionId,r._sdpSessionVersion++);r.usingBundle&&(o+="a=group:BUNDLE "+r.transceivers.map((function(e){return e.mid})).join(" ")+"\r\n"),o+="a=ice-options:trickle\r\n";var i=y.getMediaSections(r._remoteDescription.sdp).length;r.transceivers.forEach((function(e,s){if(!(s+1>i)){if(e.rejected)return"application"===e.kind?"DTLS/SCTP"===e.protocol?o+="m=application 0 DTLS/SCTP 5000\r\n":o+="m=application 0 "+e.protocol+" webrtc-datachannel\r\n":"audio"===e.kind?o+="m=audio 0 UDP/TLS/RTP/SAVPF 0\r\na=rtpmap:0 PCMU/8000\r\n":"video"===e.kind&&(o+="m=video 0 UDP/TLS/RTP/SAVPF 120\r\na=rtpmap:120 VP8/90000\r\n"),void(o+="c=IN IP4 0.0.0.0\r\na=inactive\r\na=mid:"+e.mid+"\r\n");var n;if(e.stream)"audio"===e.kind?n=e.stream.getAudioTracks()[0]:"video"===e.kind&&(n=e.stream.getVideoTracks()[0]),n&&t>=15019&&"video"===e.kind&&!e.sendEncodingParameters[0].rtx&&(e.sendEncodingParameters[0].rtx={ssrc:e.sendEncodingParameters[0].ssrc+1});var a=U(e.localCapabilities,e.remoteCapabilities);!a.codecs.filter((function(e){return"rtx"===e.name.toLowerCase()})).length&&e.sendEncodingParameters[0].rtx&&delete e.sendEncodingParameters[0].rtx,o+=b(e,a,"answer",e.stream,r._dtlsRole),e.rtcpParameters&&e.rtcpParameters.reducedSize&&(o+="a=rtcp-rsize\r\n")}}));var s=new e.RTCSessionDescription({type:"answer",sdp:o});return Promise.resolve(s)},i.prototype.addIceCandidate=function(e){var t,r=this;return e&&void 0===e.sdpMLineIndex&&!e.sdpMid?Promise.reject(new TypeError("sdpMLineIndex or sdpMid required")):new Promise((function(o,i){if(!r._remoteDescription)return i(x("InvalidStateError","Can not add ICE candidate without a remote description"));if(e&&""!==e.candidate){var s=e.sdpMLineIndex;if(e.sdpMid)for(var n=0;n<r.transceivers.length;n++)if(r.transceivers[n].mid===e.sdpMid){s=n;break}var a=r.transceivers[s];if(!a)return i(x("OperationError","Can not add ICE candidate"));if(a.rejected)return o();var c=Object.keys(e.candidate).length>0?y.parseCandidate(e.candidate):{};if("tcp"===c.protocol&&(0===c.port||9===c.port))return o();if(c.component&&1!==c.component)return o();if((0===s||s>0&&a.iceTransport!==r.transceivers[0].iceTransport)&&!M(a.iceTransport,c))return i(x("OperationError","Can not add ICE candidate"));var d=e.candidate.trim();0===d.indexOf("a=")&&(d=d.substr(2)),(t=y.getMediaSections(r._remoteDescription.sdp))[s]+="a="+(c.type?d:"end-of-candidates")+"\r\n",r._remoteDescription.sdp=y.getDescription(r._remoteDescription.sdp)+t.join("")}else for(var u=0;u<r.transceivers.length&&(r.transceivers[u].rejected||(r.transceivers[u].iceTransport.addRemoteCandidate({}),(t=y.getMediaSections(r._remoteDescription.sdp))[u]+="a=end-of-candidates\r\n",r._remoteDescription.sdp=y.getDescription(r._remoteDescription.sdp)+t.join(""),!r.usingBundle));u++);o()}))},i.prototype.getStats=function(t){if(t&&t instanceof e.MediaStreamTrack){var r=null;if(this.transceivers.forEach((function(e){e.rtpSender&&e.rtpSender.track===t?r=e.rtpSender:e.rtpReceiver&&e.rtpReceiver.track===t&&(r=e.rtpReceiver)})),!r)throw x("InvalidAccessError","Invalid selector.");return r.getStats()}var o=[];return this.transceivers.forEach((function(e){["rtpSender","rtpReceiver","iceGatherer","iceTransport","dtlsTransport"].forEach((function(t){e[t]&&o.push(e[t].getStats())}))})),Promise.all(o).then((function(e){var t=new Map;return e.forEach((function(e){e.forEach((function(e){t.set(e.id,e)}))})),t}))};["RTCRtpSender","RTCRtpReceiver","RTCIceGatherer","RTCIceTransport","RTCDtlsTransport"].forEach((function(t){var r=e[t];if(r&&r.prototype&&r.prototype.getStats){var o=r.prototype.getStats;r.prototype.getStats=function(){return o.apply(this).then((function(e){var t=new Map;return Object.keys(e).forEach((function(r){var o;e[r].type={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[(o=e[r]).type]||o.type,t.set(r,e[r])})),t}))}}}));var s=["createOffer","createAnswer"];return s.forEach((function(e){var t=i.prototype[e];i.prototype[e]=function(){var e=arguments;return"function"==typeof e[0]||"function"==typeof e[1]?t.apply(this,[arguments[2]]).then((function(t){"function"==typeof e[0]&&e[0].apply(null,[t])}),(function(t){"function"==typeof e[1]&&e[1].apply(null,[t])})):t.apply(this,arguments)}})),(s=["setLocalDescription","setRemoteDescription","addIceCandidate"]).forEach((function(e){var t=i.prototype[e];i.prototype[e]=function(){var e=arguments;return"function"==typeof e[1]||"function"==typeof e[2]?t.apply(this,arguments).then((function(){"function"==typeof e[1]&&e[1].apply(null)}),(function(t){"function"==typeof e[2]&&e[2].apply(null,[t])})):t.apply(this,arguments)}})),["getStats"].forEach((function(e){var t=i.prototype[e];i.prototype[e]=function(){var e=arguments;return"function"==typeof e[1]?t.apply(this,arguments).then((function(){"function"==typeof e[1]&&e[1].apply(null)})):t.apply(this,arguments)}})),i};function B(e){const t=e&&e.navigator,r=t.mediaDevices.getUserMedia.bind(t.mediaDevices);t.mediaDevices.getUserMedia=function(e){return r(e).catch((e=>Promise.reject(function(e){return{name:{PermissionDeniedError:"NotAllowedError"}[e.name]||e.name,message:e.message,constraint:e.constraint,toString(){return this.name}}}(e))))}}function V(e){"getDisplayMedia"in e.navigator&&e.navigator.mediaDevices&&(e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||(e.navigator.mediaDevices.getDisplayMedia=e.navigator.getDisplayMedia.bind(e.navigator)))}function $(e,t){if(e.RTCIceGatherer&&(e.RTCIceCandidate||(e.RTCIceCandidate=function(e){return e}),e.RTCSessionDescription||(e.RTCSessionDescription=function(e){return e}),t.version<15025)){const t=Object.getOwnPropertyDescriptor(e.MediaStreamTrack.prototype,"enabled");Object.defineProperty(e.MediaStreamTrack.prototype,"enabled",{set(e){t.set.call(this,e);const r=new Event("enabled");r.enabled=e,this.dispatchEvent(r)}})}e.RTCRtpSender&&!("dtmf"in e.RTCRtpSender.prototype)&&Object.defineProperty(e.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this._dtmf&&("audio"===this.track.kind?this._dtmf=new e.RTCDtmfSender(this):"video"===this.track.kind&&(this._dtmf=null)),this._dtmf}}),e.RTCDtmfSender&&!e.RTCDTMFSender&&(e.RTCDTMFSender=e.RTCDtmfSender);const r=w(e,t.version);e.RTCPeerConnection=function(e){return e&&e.iceServers&&(e.iceServers=function(e,t){let r=!1;return(e=JSON.parse(JSON.stringify(e))).filter((e=>{if(e&&(e.urls||e.url)){let t=e.urls||e.url;e.url&&!e.urls&&C("RTCIceServer.url","RTCIceServer.urls");const o="string"==typeof t;return o&&(t=[t]),t=t.filter((e=>{if(0===e.indexOf("stun:"))return!1;const t=e.startsWith("turn")&&!e.startsWith("turn:[")&&e.includes("transport=udp");return t&&!r?(r=!0,!0):t&&!r})),delete e.url,e.urls=o?t[0]:t,!!t.length}}))}(e.iceServers,t.version),R("ICE servers after filtering:",e.iceServers)),new r(e)},e.RTCPeerConnection.prototype=r.prototype}function F(e){e.RTCRtpSender&&!("replaceTrack"in e.RTCRtpSender.prototype)&&(e.RTCRtpSender.prototype.replaceTrack=e.RTCRtpSender.prototype.setTrack)}var G=Object.freeze({__proto__:null,shimPeerConnection:$,shimReplaceTrack:F,shimGetUserMedia:B,shimGetDisplayMedia:V});function K(e,t){const r=e&&e.navigator,o=e&&e.MediaStreamTrack;if(r.getUserMedia=function(e,t,o){C("navigator.getUserMedia","navigator.mediaDevices.getUserMedia"),r.mediaDevices.getUserMedia(e).then(t,o)},!(t.version>55&&"autoGainControl"in r.mediaDevices.getSupportedConstraints())){const e=function(e,t,r){t in e&&!(r in e)&&(e[r]=e[t],delete e[t])},t=r.mediaDevices.getUserMedia.bind(r.mediaDevices);if(r.mediaDevices.getUserMedia=function(r){return"object"==typeof r&&"object"==typeof r.audio&&(r=JSON.parse(JSON.stringify(r)),e(r.audio,"autoGainControl","mozAutoGainControl"),e(r.audio,"noiseSuppression","mozNoiseSuppression")),t(r)},o&&o.prototype.getSettings){const t=o.prototype.getSettings;o.prototype.getSettings=function(){const r=t.apply(this,arguments);return e(r,"mozAutoGainControl","autoGainControl"),e(r,"mozNoiseSuppression","noiseSuppression"),r}}if(o&&o.prototype.applyConstraints){const t=o.prototype.applyConstraints;o.prototype.applyConstraints=function(r){return"audio"===this.kind&&"object"==typeof r&&(r=JSON.parse(JSON.stringify(r)),e(r,"autoGainControl","mozAutoGainControl"),e(r,"noiseSuppression","mozNoiseSuppression")),t.apply(this,[r])}}}}function H(e){"object"==typeof e&&e.RTCTrackEvent&&"receiver"in e.RTCTrackEvent.prototype&&!("transceiver"in e.RTCTrackEvent.prototype)&&Object.defineProperty(e.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function j(e,t){if("object"!=typeof e||!e.RTCPeerConnection&&!e.mozRTCPeerConnection)return;!e.RTCPeerConnection&&e.mozRTCPeerConnection&&(e.RTCPeerConnection=e.mozRTCPeerConnection),t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const r=e.RTCPeerConnection.prototype[t],o={[t](){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),r.apply(this,arguments)}};e.RTCPeerConnection.prototype[t]=o[t]}));const r={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},o=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){const[e,i,s]=arguments;return o.apply(this,[e||null]).then((e=>{if(t.version<53&&!i)try{e.forEach((e=>{e.type=r[e.type]||e.type}))}catch(t){if("TypeError"!==t.name)throw t;e.forEach(((t,o)=>{e.set(o,Object.assign({},t,{type:r[t.type]||t.type}))}))}return e})).then(i,s)}}function J(e){if("object"!=typeof e||!e.RTCPeerConnection||!e.RTCRtpSender)return;if(e.RTCRtpSender&&"getStats"in e.RTCRtpSender.prototype)return;const t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e});const r=e.RTCPeerConnection.prototype.addTrack;r&&(e.RTCPeerConnection.prototype.addTrack=function(){const e=r.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){return this.track?this._pc.getStats(this.track):Promise.resolve(new Map)}}function W(e){if("object"!=typeof e||!e.RTCPeerConnection||!e.RTCRtpSender)return;if(e.RTCRtpSender&&"getStats"in e.RTCRtpReceiver.prototype)return;const t=e.RTCPeerConnection.prototype.getReceivers;t&&(e.RTCPeerConnection.prototype.getReceivers=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e}),u(e,"track",(e=>(e.receiver._pc=e.srcElement,e))),e.RTCRtpReceiver.prototype.getStats=function(){return this._pc.getStats(this.track)}}function q(e){e.RTCPeerConnection&&!("removeStream"in e.RTCPeerConnection.prototype)&&(e.RTCPeerConnection.prototype.removeStream=function(e){C("removeStream","removeTrack"),this.getSenders().forEach((t=>{t.track&&e.getTracks().includes(t.track)&&this.removeTrack(t)}))})}function Y(e){e.DataChannel&&!e.RTCDataChannel&&(e.RTCDataChannel=e.DataChannel)}function z(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.addTransceiver;t&&(e.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];const e=arguments[1],r=e&&"sendEncodings"in e;r&&e.sendEncodings.forEach((e=>{if("rid"in e){if(!/^[a-z0-9]{0,16}$/i.test(e.rid))throw new TypeError("Invalid RID value provided.")}if("scaleResolutionDownBy"in e&&!(parseFloat(e.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in e&&!(parseFloat(e.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")}));const o=t.apply(this,arguments);if(r){const{sender:t}=o,r=t.getParameters();(!("encodings"in r)||1===r.encodings.length&&0===Object.keys(r.encodings[0]).length)&&(r.encodings=e.sendEncodings,t.sendEncodings=e.sendEncodings,this.setParametersPromises.push(t.setParameters(r).then((()=>{delete t.sendEncodings})).catch((()=>{delete t.sendEncodings}))))}return o})}function Q(e){if("object"!=typeof e||!e.RTCRtpSender)return;const t=e.RTCRtpSender.prototype.getParameters;t&&(e.RTCRtpSender.prototype.getParameters=function(){const e=t.apply(this,arguments);return"encodings"in e||(e.encodings=[].concat(this.sendEncodings||[{}])),e})}function Z(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.createOffer;e.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}function X(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.createAnswer;e.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}var ee=Object.freeze({__proto__:null,shimOnTrack:H,shimPeerConnection:j,shimSenderGetStats:J,shimReceiverGetStats:W,shimRemoveStream:q,shimRTCDataChannel:Y,shimAddTransceiver:z,shimGetParameters:Q,shimCreateOffer:Z,shimCreateAnswer:X,shimGetUserMedia:K,shimGetDisplayMedia:function(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&(e.navigator.mediaDevices.getDisplayMedia=function(r){if(!r||!r.video){const e=new DOMException("getDisplayMedia without video constraints is undefined");return e.name="NotFoundError",e.code=8,Promise.reject(e)}return!0===r.video?r.video={mediaSource:t}:r.video.mediaSource=t,e.navigator.mediaDevices.getUserMedia(r)})}});function te(e){if("object"==typeof e&&e.RTCPeerConnection){if("getLocalStreams"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.getLocalStreams=function(){return this._localStreams||(this._localStreams=[]),this._localStreams}),!("addStream"in e.RTCPeerConnection.prototype)){const t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addStream=function(e){this._localStreams||(this._localStreams=[]),this._localStreams.includes(e)||this._localStreams.push(e),e.getAudioTracks().forEach((r=>t.call(this,r,e))),e.getVideoTracks().forEach((r=>t.call(this,r,e)))},e.RTCPeerConnection.prototype.addTrack=function(e,...r){return r&&r.forEach((e=>{this._localStreams?this._localStreams.includes(e)||this._localStreams.push(e):this._localStreams=[e]})),t.apply(this,arguments)}}"removeStream"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.removeStream=function(e){this._localStreams||(this._localStreams=[]);const t=this._localStreams.indexOf(e);if(-1===t)return;this._localStreams.splice(t,1);const r=e.getTracks();this.getSenders().forEach((e=>{r.includes(e.track)&&this.removeTrack(e)}))})}}function re(e){if("object"==typeof e&&e.RTCPeerConnection&&("getRemoteStreams"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.getRemoteStreams=function(){return this._remoteStreams?this._remoteStreams:[]}),!("onaddstream"in e.RTCPeerConnection.prototype))){Object.defineProperty(e.RTCPeerConnection.prototype,"onaddstream",{get(){return this._onaddstream},set(e){this._onaddstream&&(this.removeEventListener("addstream",this._onaddstream),this.removeEventListener("track",this._onaddstreampoly)),this.addEventListener("addstream",this._onaddstream=e),this.addEventListener("track",this._onaddstreampoly=e=>{e.streams.forEach((e=>{if(this._remoteStreams||(this._remoteStreams=[]),this._remoteStreams.includes(e))return;this._remoteStreams.push(e);const t=new Event("addstream");t.stream=e,this.dispatchEvent(t)}))})}});const t=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){const e=this;return this._onaddstreampoly||this.addEventListener("track",this._onaddstreampoly=function(t){t.streams.forEach((t=>{if(e._remoteStreams||(e._remoteStreams=[]),e._remoteStreams.indexOf(t)>=0)return;e._remoteStreams.push(t);const r=new Event("addstream");r.stream=t,e.dispatchEvent(r)}))}),t.apply(e,arguments)}}}function oe(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype,r=t.createOffer,o=t.createAnswer,i=t.setLocalDescription,s=t.setRemoteDescription,n=t.addIceCandidate;t.createOffer=function(e,t){const o=arguments.length>=2?arguments[2]:arguments[0],i=r.apply(this,[o]);return t?(i.then(e,t),Promise.resolve()):i},t.createAnswer=function(e,t){const r=arguments.length>=2?arguments[2]:arguments[0],i=o.apply(this,[r]);return t?(i.then(e,t),Promise.resolve()):i};let a=function(e,t,r){const o=i.apply(this,[e]);return r?(o.then(t,r),Promise.resolve()):o};t.setLocalDescription=a,a=function(e,t,r){const o=s.apply(this,[e]);return r?(o.then(t,r),Promise.resolve()):o},t.setRemoteDescription=a,a=function(e,t,r){const o=n.apply(this,[e]);return r?(o.then(t,r),Promise.resolve()):o},t.addIceCandidate=a}function ie(e){const t=e&&e.navigator;if(t.mediaDevices&&t.mediaDevices.getUserMedia){const e=t.mediaDevices,r=e.getUserMedia.bind(e);t.mediaDevices.getUserMedia=e=>r(se(e))}!t.getUserMedia&&t.mediaDevices&&t.mediaDevices.getUserMedia&&(t.getUserMedia=function(e,r,o){t.mediaDevices.getUserMedia(e).then(r,o)}.bind(t))}function se(e){return e&&void 0!==e.video?Object.assign({},e,{video:p(e.video)}):e}function ne(e){if(!e.RTCPeerConnection)return;const t=e.RTCPeerConnection;e.RTCPeerConnection=function(e,r){if(e&&e.iceServers){const t=[];for(let r=0;r<e.iceServers.length;r++){let o=e.iceServers[r];!o.hasOwnProperty("urls")&&o.hasOwnProperty("url")?(C("RTCIceServer.url","RTCIceServer.urls"),o=JSON.parse(JSON.stringify(o)),o.urls=o.url,delete o.url,t.push(o)):t.push(e.iceServers[r])}e.iceServers=t}return new t(e,r)},e.RTCPeerConnection.prototype=t.prototype,"generateCertificate"in t&&Object.defineProperty(e.RTCPeerConnection,"generateCertificate",{get:()=>t.generateCertificate})}function ae(e){"object"==typeof e&&e.RTCTrackEvent&&"receiver"in e.RTCTrackEvent.prototype&&!("transceiver"in e.RTCTrackEvent.prototype)&&Object.defineProperty(e.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function ce(e){const t=e.RTCPeerConnection.prototype.createOffer;e.RTCPeerConnection.prototype.createOffer=function(e){if(e){void 0!==e.offerToReceiveAudio&&(e.offerToReceiveAudio=!!e.offerToReceiveAudio);const t=this.getTransceivers().find((e=>"audio"===e.receiver.track.kind));!1===e.offerToReceiveAudio&&t?"sendrecv"===t.direction?t.setDirection?t.setDirection("sendonly"):t.direction="sendonly":"recvonly"===t.direction&&(t.setDirection?t.setDirection("inactive"):t.direction="inactive"):!0!==e.offerToReceiveAudio||t||this.addTransceiver("audio"),void 0!==e.offerToReceiveVideo&&(e.offerToReceiveVideo=!!e.offerToReceiveVideo);const r=this.getTransceivers().find((e=>"video"===e.receiver.track.kind));!1===e.offerToReceiveVideo&&r?"sendrecv"===r.direction?r.setDirection?r.setDirection("sendonly"):r.direction="sendonly":"recvonly"===r.direction&&(r.setDirection?r.setDirection("inactive"):r.direction="inactive"):!0!==e.offerToReceiveVideo||r||this.addTransceiver("video")}return t.apply(this,arguments)}}function de(e){"object"!=typeof e||e.AudioContext||(e.AudioContext=e.webkitAudioContext)}var ue=Object.freeze({__proto__:null,shimLocalStreamsAPI:te,shimRemoteStreamsAPI:re,shimCallbacksAPI:oe,shimGetUserMedia:ie,shimConstraints:se,shimRTCIceServerUrls:ne,shimTrackEventTransceiver:ae,shimCreateOfferLegacy:ce,shimAudioContext:de});function _e(e){if(!e.RTCIceCandidate||e.RTCIceCandidate&&"foundation"in e.RTCIceCandidate.prototype)return;const t=e.RTCIceCandidate;e.RTCIceCandidate=function(e){if("object"==typeof e&&e.candidate&&0===e.candidate.indexOf("a=")&&((e=JSON.parse(JSON.stringify(e))).candidate=e.candidate.substr(2)),e.candidate&&e.candidate.length){const r=new t(e),o=y.parseCandidate(e.candidate),i=Object.assign(r,o);return i.toJSON=function(){return{candidate:i.candidate,sdpMid:i.sdpMid,sdpMLineIndex:i.sdpMLineIndex,usernameFragment:i.usernameFragment}},i}return new t(e)},e.RTCIceCandidate.prototype=t.prototype,u(e,"icecandidate",(t=>(t.candidate&&Object.defineProperty(t,"candidate",{value:new e.RTCIceCandidate(t.candidate),writable:"false"}),t)))}function le(e,t){if(!e.RTCPeerConnection)return;"sctp"in e.RTCPeerConnection.prototype||Object.defineProperty(e.RTCPeerConnection.prototype,"sctp",{get(){return void 0===this._sctp?null:this._sctp}});const r=function(e){if(!e||!e.sdp)return!1;const t=y.splitSections(e.sdp);return t.shift(),t.some((e=>{const t=y.parseMLine(e);return t&&"application"===t.kind&&-1!==t.protocol.indexOf("SCTP")}))},o=function(e){const t=e.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(null===t||t.length<2)return-1;const r=parseInt(t[1],10);return r!=r?-1:r},i=function(e){let r=65536;return"firefox"===t.browser&&(r=t.version<57?-1===e?16384:2147483637:t.version<60?57===t.version?65535:65536:2147483637),r},s=function(e,r){let o=65536;"firefox"===t.browser&&57===t.version&&(o=65535);const i=y.matchPrefix(e.sdp,"a=max-message-size:");return i.length>0?o=parseInt(i[0].substr(19),10):"firefox"===t.browser&&-1!==r&&(o=2147483637),o},n=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this._sctp=null,"chrome"===t.browser&&t.version>=76){const{sdpSemantics:e}=this.getConfiguration();"plan-b"===e&&Object.defineProperty(this,"sctp",{get(){return void 0===this._sctp?null:this._sctp},enumerable:!0,configurable:!0})}if(r(arguments[0])){const e=o(arguments[0]),t=i(e),r=s(arguments[0],e);let n;n=0===t&&0===r?Number.POSITIVE_INFINITY:0===t||0===r?Math.max(t,r):Math.min(t,r);const a={};Object.defineProperty(a,"maxMessageSize",{get:()=>n}),this._sctp=a}return n.apply(this,arguments)}}function Re(e){if(!e.RTCPeerConnection||!("createDataChannel"in e.RTCPeerConnection.prototype))return;function t(e,t){const r=e.send;e.send=function(){const o=arguments[0],i=o.length||o.size||o.byteLength;if("open"===e.readyState&&t.sctp&&i>t.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+t.sctp.maxMessageSize+" bytes)");return r.apply(e,arguments)}}const r=e.RTCPeerConnection.prototype.createDataChannel;e.RTCPeerConnection.prototype.createDataChannel=function(){const e=r.apply(this,arguments);return t(e,this),e},u(e,"datachannel",(e=>(t(e.channel,e.target),e)))}function Ce(e){if(!e.RTCPeerConnection||"connectionState"in e.RTCPeerConnection.prototype)return;const t=e.RTCPeerConnection.prototype;Object.defineProperty(t,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(t,"onconnectionstatechange",{get(){return this._onconnectionstatechange||null},set(e){this._onconnectionstatechange&&(this.removeEventListener("connectionstatechange",this._onconnectionstatechange),delete this._onconnectionstatechange),e&&this.addEventListener("connectionstatechange",this._onconnectionstatechange=e)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach((e=>{const r=t[e];t[e]=function(){return this._connectionstatechangepoly||(this._connectionstatechangepoly=e=>{const t=e.target;if(t._lastConnectionState!==t.connectionState){t._lastConnectionState=t.connectionState;const r=new Event("connectionstatechange",e);t.dispatchEvent(r)}return e},this.addEventListener("iceconnectionstatechange",this._connectionstatechangepoly)),r.apply(this,arguments)}}))}function he(e,t){if(!e.RTCPeerConnection)return;if("chrome"===t.browser&&t.version>=71)return;if("safari"===t.browser&&t.version>=605)return;const r=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(t){if(t&&t.sdp&&-1!==t.sdp.indexOf("\na=extmap-allow-mixed")){const r=t.sdp.split("\n").filter((e=>"a=extmap-allow-mixed"!==e.trim())).join("\n");e.RTCSessionDescription&&t instanceof e.RTCSessionDescription?arguments[0]=new e.RTCSessionDescription({type:t.type,sdp:r}):t.sdp=r}return r.apply(this,arguments)}}function pe(e,t){if(!e.RTCPeerConnection||!e.RTCPeerConnection.prototype)return;const r=e.RTCPeerConnection.prototype.addIceCandidate;r&&0!==r.length&&(e.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?("chrome"===t.browser&&t.version<78||"firefox"===t.browser&&t.version<68||"safari"===t.browser)&&arguments[0]&&""===arguments[0].candidate?Promise.resolve():r.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}var ge=Object.freeze({__proto__:null,shimRTCIceCandidate:_e,shimMaxMessageSize:le,shimSendThrowTypeError:Re,shimConnectionState:Ce,removeExtmapAllowMixed:he,shimAddIceCandidateNullOrEmpty:pe});const Te=function({window:e}={},t={shimChrome:!0,shimFirefox:!0,shimEdge:!0,shimSafari:!0}){const r=R,o=function(e){const t={browser:null,version:null};if(void 0===e||!e.navigator)return t.browser="Not a browser.",t;const{navigator:r}=e;if(r.mozGetUserMedia)t.browser="firefox",t.version=d(r.userAgent,/Firefox\/(\d+)\./,1);else if(r.webkitGetUserMedia||!1===e.isSecureContext&&e.webkitRTCPeerConnection&&!e.RTCIceGatherer)t.browser="chrome",t.version=d(r.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else if(r.mediaDevices&&r.userAgent.match(/Edge\/(\d+).(\d+)$/))t.browser="edge",t.version=d(r.userAgent,/Edge\/(\d+).(\d+)$/,2);else{if(!e.RTCPeerConnection||!r.userAgent.match(/AppleWebKit\/(\d+)\./))return t.browser="Not a supported browser.",t;t.browser="safari",t.version=d(r.userAgent,/AppleWebKit\/(\d+)\./,1),t.supportsUnifiedPlan=e.RTCRtpTransceiver&&"currentDirection"in e.RTCRtpTransceiver.prototype}return t}(e),i={browserDetails:o,commonShim:ge,extractVersion:d,disableLog:_,disableWarnings:l};switch(o.browser){case"chrome":if(!k||!N||!t.shimChrome)return r("Chrome shim is not included in this adapter release."),i;if(null===o.version)return r("Chrome shim can not determine version, not shimming."),i;r("adapter.js shimming chrome."),i.browserShim=k,pe(e,o),S(e,o),I(e),N(e,o),E(e),A(e,o),f(e),L(e),v(e),D(e,o),_e(e),Ce(e),le(e,o),Re(e),he(e,o);break;case"firefox":if(!ee||!j||!t.shimFirefox)return r("Firefox shim is not included in this adapter release."),i;r("adapter.js shimming firefox."),i.browserShim=ee,pe(e,o),K(e,o),j(e,o),H(e),q(e),J(e),W(e),Y(e),z(e),Q(e),Z(e),X(e),_e(e),Ce(e),le(e,o),Re(e);break;case"edge":if(!G||!$||!t.shimEdge)return r("MS edge shim is not included in this adapter release."),i;r("adapter.js shimming edge."),i.browserShim=G,B(e),V(e),$(e,o),F(e),le(e,o),Re(e);break;case"safari":if(!ue||!t.shimSafari)return r("Safari shim is not included in this adapter release."),i;r("adapter.js shimming safari."),i.browserShim=ue,pe(e,o),ne(e),ce(e),oe(e),te(e),re(e),ae(e),ie(e),de(e),_e(e),le(e,o),Re(e),he(e,o);break;default:r("Unsupported browser!")}return i}({window:"undefined"==typeof window?void 0:window});var me,Se,Ie;e.RCFrameRate=void 0,(me=e.RCFrameRate||(e.RCFrameRate={})).FPS_10="FPS_10",me.FPS_15="FPS_15",me.FPS_24="FPS_24",me.FPS_30="FPS_30",e.RCResolution=void 0,(Se=e.RCResolution||(e.RCResolution={})).W176_H132="W176_H132",Se.W176_H144="W176_H144",Se.W180_H180="W180_H180",Se.W240_H180="W240_H180",Se.W240_H240="W240_H240",Se.W256_H144="W256_H144",Se.W320_H180="W320_H180",Se.W320_H240="W320_H240",Se.W360_H360="W360_H360",Se.W480_H360="W480_H360",Se.W480_H480="W480_H480",Se.W640_H360="W640_H360",Se.W640_H480="W640_H480",Se.W720_H480="W720_H480",Se.W848_H480="W848_H480",Se.W960_H720="W960_H720",Se.W1280_H720="W1280_H720",Se.W1920_H1080="W1920_H1080",e.RCMediaType=void 0,(Ie=e.RCMediaType||(e.RCMediaType={}))[Ie.AUDIO_ONLY=0]="AUDIO_ONLY",Ie[Ie.VIDEO_ONLY=1]="VIDEO_ONLY",Ie[Ie.AUDIO_VIDEO=2]="AUDIO_VIDEO";const Ee={[e.RCResolution.W176_H132]:{width:176,height:132,maxBitrate:150,minBitrate:80},[e.RCResolution.W176_H144]:{width:176,height:144,maxBitrate:150,minBitrate:80},[e.RCResolution.W180_H180]:{width:180,height:180,maxBitrate:200,minBitrate:100},[e.RCResolution.W240_H180]:{width:240,height:180,maxBitrate:240,minBitrate:120},[e.RCResolution.W240_H240]:{width:240,height:240,maxBitrate:280,minBitrate:120},[e.RCResolution.W256_H144]:{width:256,height:144,maxBitrate:240,minBitrate:120},[e.RCResolution.W320_H180]:{width:320,height:180,maxBitrate:280,minBitrate:120},[e.RCResolution.W320_H240]:{width:320,height:240,maxBitrate:400,minBitrate:120},[e.RCResolution.W360_H360]:{width:360,height:360,maxBitrate:520,minBitrate:140},[e.RCResolution.W480_H360]:{width:480,height:360,maxBitrate:650,minBitrate:150},[e.RCResolution.W480_H480]:{width:480,height:480,maxBitrate:800,minBitrate:180},[e.RCResolution.W640_H360]:{width:640,height:360,maxBitrate:800,minBitrate:180},[e.RCResolution.W640_H480]:{width:640,height:480,maxBitrate:900,minBitrate:200},[e.RCResolution.W720_H480]:{width:720,height:480,maxBitrate:1e3,minBitrate:200},[e.RCResolution.W848_H480]:{width:848,height:480,maxBitrate:1860,minBitrate:200},[e.RCResolution.W960_H720]:{width:960,height:720,maxBitrate:2e3,minBitrate:250},[e.RCResolution.W1280_H720]:{width:1280,height:720,maxBitrate:2200,minBitrate:250},[e.RCResolution.W1920_H1080]:{width:1920,height:1080,maxBitrate:4e3,minBitrate:400}},fe=e=>{const t={192:180,368:360,1088:1080};return t[e]?t[e]:e},Le=(e,t)=>{e=fe(e),t=fe(t);const r=Ee[`W${e}_H${t}`];if(r)return r;const o=e*t;return Object.keys(Ee).map((e=>Ee[e])).sort(((e,t)=>e.height*e.width-t.width*t.height)).filter((e=>e.height*e.width>=o))[0]||Ee.W1920_H1080},ve={10:1,15:1,24:1.5,30:1.5},Oe=e=>{let t=Number.MAX_VALUE,r=1;for(const o in ve){const i=Math.abs(e-parseInt(o));i<t&&(t=i,r=ve[o])}return r},Ae={getCameras:()=>r(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"videoinput"===e.kind))})),getMicrophones:()=>r(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"audioinput"===e.kind))})),getSpeakers:()=>r(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"audiooutput"===e.kind))}))};var Ne,De;!function(e){e.AUDIO="audio",e.VIDEO="video"}(Ne||(Ne={}));class ke extends t.EventEmitter{constructor(e,t,r,o,i){super(),this._tag=e,this._userId=t,this._kind=r,this._isLocalTrack=o,this._roomId=i,this._localMuted=!1,this._remoteMuted=!1,this._streamId=[this._userId||this._roomId,this._tag].join("_"),this._id=[this._streamId,this.isAudioTrack()?0:1].join("_")}getStreamId(){return this._streamId}getTrackId(){return this._id}getUserId(){return this._userId}__innerGetMediaStreamTrack(){return this._msTrack}get streamTrack(){return this._msTrack}getTag(){return this._tag}isLocalTrack(){return this._isLocalTrack}isVideoTrack(){return"video"===this._kind}isAudioTrack(){return"audio"===this._kind}isReady(){var e;return"live"===(null===(e=this._msTrack)||void 0===e?void 0:e.readyState)}__innerSetMediaStreamTrack(e){this._msTrack=e,this._setLocalMuted(this._localMuted);const t=this._msStream=this._msStream||new MediaStream,r=t.getTracks()[0];r&&t.removeTrack(r),e?t.addTrack(e):this._element&&(this._element.pause(),this._element.srcObject=null)}_setLocalMuted(e){this._msTrack&&(this._msTrack.enabled=!e),this._localMuted=e}mute(){return o.info(`set ${this._id} enabled: false`),t.logger.info(s.L_TRACK_MUTE_O,{status:n.SUCCESSED,id:this._id},{logSource:t.LogSource.RTC}),this._setLocalMuted(!0)}unmute(){return o.info(`set ${this._id} enabled: true`),t.logger.info(s.L_TRACK_UNMUTE_O,{status:n.SUCCESSED,id:this._id},{logSource:t.LogSource.RTC}),this._setLocalMuted(!1)}isLocalMuted(){return this._localMuted}isMCUTrack(){return Boolean(this._roomId)}isOwnerMuted(){return this._remoteMuted}play(i,a){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_TRACK_PLAY_T,{element:i,options:a},{logSource:t.LogSource.RTC}),!this._msTrack)return o.warn(`the track is not ready to play -> id: ${this._id}`),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.TRACK_NOT_READY,msg:`play error -> id: ${this._id}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.TRACK_NOT_READY};if("ended"===this._msTrack.readyState&&(o.warn(`the track's readyState is 'ended' -> id: ${this._id}`),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:"",msg:`the track's readyState is ended -> id: ${this._id}`},{logSource:t.LogSource.RTC})),null==a?void 0:a.volume){if(!t.isNumber(null==a?void 0:a.volume))return o.error(`${null==a?void 0:a.volume} is not a number, the valid range of options.volume is 0-100`),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.volume不是数字"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};(null==a?void 0:a.volume)<0&&(a.volume=0,o.warn("the valid range of options.volume is 0-100, the value of volume has been set 0"),t.logger.warn(s.L_TRACK_PLAY_R,{status:n.FAILED,code:"",msg:"params error -> options.volume < 0"},{logSource:t.LogSource.RTC})),(null==a?void 0:a.volume)>100&&(a.volume=100,o.warn("the valid range of options.volume is 0-100, the value of volume has been set 100"),t.logger.warn(s.L_TRACK_PLAY_R,{status:n.FAILED,code:"",msg:"params error -> options.volume > 100"},{logSource:t.LogSource.RTC}))}if(null==a?void 0:a.audioDeviceId){if(!(yield Ae.getSpeakers()).map((e=>e.deviceId)).includes(a.audioDeviceId))return o.error(`the options.audioDeviceId is invalid --\x3e ${a.audioDeviceId}`),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.audioDeviceId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR}}const c=this.isVideoTrack();return!c||i&&(i instanceof HTMLVideoElement||this.__validateVideoNodeName(i))?(this._element=c?i:this._element||new Audio,this._localMuted&&this._setLocalMuted(!1),this._element.srcObject&&this._element.srcObject===this._msStream||this._element.pause(),this._element.onloadstart=e=>{var r,i;o.debug(`HTMLMediaElement onloadstart -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement onloadstart -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.ondurationchange=e=>{var r,i;o.debug(`HTMLMediaElement ondurationchange -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement ondurationchange -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.onloadedmetadata=e=>{var r,i;o.debug(`HTMLMediaElement onloadedmetadata -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement onloadedmetadata -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.onloadeddata=e=>{var r,i;o.debug(`HTMLMediaElement onloadeddata -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement onloadeddata -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.onabort=e=>{var r,i;o.info(`HTMLMediaElement onabort -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement onabort -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.oncanplay=i=>r(this,void 0,void 0,(function*(){var r,d,u;o.info(`HTMLMediaElement oncanplay -> id: ${null===(r=i.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement oncanplay -> id: ${null===(d=i.target)||void 0===d?void 0:d.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC});try{yield null===(u=this._element)||void 0===u?void 0:u.play(),(null==a?void 0:a.audioDeviceId)&&!c&&(yield this._element.setSinkId(a.audioDeviceId))}catch(r){if("No permission to use requested device"===r.message)return o.error(`setSinkId failed -> ${r.message}`),void t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.NO_PERMISSION_TO_USE_REQUESTED_DEVICE,msg:"No permission"},{logSource:t.LogSource.RTC});o.error(r),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.TRACK_PLAY_ERROR,msg:"play error"},{logSource:t.LogSource.RTC})}})),this._element.onvolumechange=e=>{var r,i;const a=Math.floor(100*(null===(r=e.target)||void 0===r?void 0:r.volume));o.info(`HTMLMediaElement onvolumechange -> volume: ${a}, trackId: ${this._id}`),t.logger.info(s.L_TRACK_PLAY_R,{status:n.INFO,msg:`HTMLMediaElement onvolumechange -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`},{logSource:t.LogSource.RTC})},this._element.srcObject=this._msStream,this._element.autoplay=!0,c&&(this._element.playsInline=!0,this._element.x5PlaysInline=!0,this._element.webkitPlaysInline=!0),c||!(null==a?void 0:a.volume)&&0!==(null==a?void 0:a.volume)||(this._element.volume=(null==a?void 0:a.volume)/100),t.logger.info(s.L_TRACK_PLAY_R,{status:n.SUCCESSED,element:i,options:a},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS}):(o.error(`the video track need an <video> to play -> id: ${this._id}`),t.logger.error(s.L_TRACK_PLAY_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> element不是一个video标签"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.VIDEO_TRACK_MISS_MEDIA_ELEMENT})}))}__innerDestroy(){this.__innerSetMediaStreamTrack(void 0)}__releaseMediaElement(){this._element&&(this._element.remove(),this._element.srcObject=null)}__validateVideoNodeName(e){return e&&e.nodeName&&"VIDEO"===e.nodeName.toUpperCase()}}e.RCAudioBitrate=void 0,(De=e.RCAudioBitrate||(e.RCAudioBitrate={})).Speech="Speech",De.Music="Music",De.MusicHigh="MusicHigh";const ye={[e.RCAudioBitrate.Music]:{max:64,min:64},[e.RCAudioBitrate.MusicHigh]:{max:128,min:128},[e.RCAudioBitrate.Speech]:{max:32,min:32}};var be;e.RCVideoBitrate=void 0,(be=e.RCVideoBitrate||(e.RCVideoBitrate={})).LEVEL0="LEVEL0",be.LEVEL1="LEVEL1",be.LEVEL2="LEVEL2",be.LEVEL3="LEVEL3",be.LEVEL4="LEVEL4",be.LEVEL5="LEVEL5";const Ue={[e.RCVideoBitrate.LEVEL0]:{max:150,min:80},[e.RCVideoBitrate.LEVEL1]:{max:280,min:120},[e.RCVideoBitrate.LEVEL2]:{max:650,min:150},[e.RCVideoBitrate.LEVEL3]:{max:1e3,min:200},[e.RCVideoBitrate.LEVEL4]:{max:2200,min:250},[e.RCVideoBitrate.LEVEL5]:{max:4e3,min:400}};class Pe{static setStatus(e=!0){Pe.isOpen=e}static setWroklet(e,t){Pe.workletModule=e,Pe.workletModule=t}static transformStreamTrack(e){var i;return r(this,void 0,void 0,(function*(){if(!Pe.isOpen)return new Promise((t=>{t({track:null==e?void 0:e.getAudioTracks()[0],stop:()=>{}})}));let r=new AudioContext({sampleRate:44100}),a=r.createMediaStreamSource(e),c=r.createMediaStreamDestination(),d=null,u=null;if(d=yield r.audioWorklet.addModule(Pe.workletModule).then((()=>(o.info(s.L_RTC_3ANOISE_NODE_O,{status:n.SUCCESSED,message:{msg:"addModule RC3AnoiseTrack.workletModule success"}},{logSource:t.LogSource.RTC}),fetch(Pe.workletWasm,{cache:"force-cache",credentials:"same-origin"}).then((function(e){return e.arrayBuffer()})).catch((e=>{throw new Error(e.message)}))))).then((e=>(u=new AudioWorkletNode(r,"process-worklet",{numberOfInputs:1,numberOfOutputs:1,outputChannelCount:[1],processorOptions:{binary:e}}),u))).catch((e=>{o.info(s.L_RTC_3ANOISE_NODE_E,{status:n.FAILED,message:{msg:e.message}},{logSource:t.LogSource.RTC})})),!d)return new Promise((t=>{t({track:null==e?void 0:e.getAudioTracks()[0],stop:()=>{}})}));a.connect(d).connect(c);let _=null===(i=null==c?void 0:c.stream)||void 0===i?void 0:i.getAudioTracks()[0],l=()=>{o.info(s.L_RTC_3ANOISE_NODE_STOP_O,{status:n.SUCCESSED,message:{msg:"call stop RC3AnoiseTrack.workletModule"}},{logSource:t.LogSource.RTC}),null==d||d.port.postMessage({type:"stop",msg:""}),setTimeout((()=>{const t=null==e?void 0:e.getAudioTracks()[0];null==t||t.stop(),r.suspend(),r.close(),c.disconnect(),d.disconnect(),a.disconnect(),r=null,d=null,c=null,a=null,u=null,e=null,null==_||_.stop(),_=null,l=null}),200)};return{track:_,stop:l}}))}}Pe.workletModule="https://cdn.ronghub.com/plugin-rtc/wasm/5.0.0-alpha.2/process-worklet.js",Pe.workletWasm="https://cdn.ronghub.com/plugin-rtc/wasm/5.0.0-alpha.2/AudioProcessing.wasm",Pe.isOpen=!1;class Me extends ke{constructor(e,t,r,o){super(e,t,r,!0),this._isDestroyed=!1,this._isPublished=!1,this.__innerSetMediaStreamTrack(o),o.onended=()=>{o.onended=null,this.emit(Me.EVENT_LOCAL_TRACK_END,this),this.removeAll(Me.EVENT_LOCAL_TRACK_END)}}_setLocalMuted(e){return new Promise(((r,o)=>{const i=this._localMuted!==e;super._setLocalMuted(e),this._remoteMuted=this._localMuted,i&&this.emit(Me.__INNER_EVENT_MUTED_CHANGE__,this,r),t.logger.info(s.L_LOCAL_TRACK_SET_LOCAL_MUTED_O,{status:n.SUCCESSED,bool:e},{logSource:t.LogSource.RTC})}))}__innerSetPublished(e){t.logger.info(s.L_LOCAL_TRACK_INNER_SET_PUBLISHED_O,{status:n.SUCCESSED,bool:e},{logSource:t.LogSource.RTC}),this._isPublished=e}isPublished(){return this._isPublished}destroy(){var e;o.info(`track is destroyed -> trackId: ${this.getTrackId()}`),this._isDestroyed=!0,null===(e=this._msTrack)||void 0===e||e.stop(),super.__innerDestroy(),this.isAudioTrack()&&super.__releaseMediaElement(),this.emit(Me.__INNER_EVENT_DESTROY__,this),t.logger.info(s.L_LOCAL_TRACK_DESTROY_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC})}isDestroyed(){return this._isDestroyed}setBitrate(e=0,r=0,i=0){if(!t.isNumber(e)||!t.isNumber(r)||!t.isNumber(i)||e<=0||r<=0||e<r)return o.error("setBitrate params error ->"),void t.logger.error(s.L_LOCAL_TRACK_SET_BITRATE_O,{status:n.FAILED,code:"",msg:`params error -> max: ${e},min: ${r}, start: ${i}`},{logSource:t.LogSource.RTC});t.logger.info(s.L_LOCAL_TRACK_SET_BITRATE_O,{status:n.SUCCESSED,max:e,min:r,start:i},{logSource:t.LogSource.RTC}),this._bitrateInfo={max:e,min:r,start:i}}getBitrate(){var e,t,r,o,i,s,n;let{min:a,max:c,start:d}={min:0,max:0,start:0};return(null===(e=this._msTrack)||void 0===e?void 0:e.kind)===Ne.VIDEO?({min:a,max:c}=et(this._msTrack)):(null===(t=this._msTrack)||void 0===t?void 0:t.kind)===Ne.AUDIO&&({min:a,max:c}={min:32,max:32}),(null===(r=this._bitrateInfo)||void 0===r?void 0:r.max)&&(d=.7*(null===(o=this._bitrateInfo)||void 0===o?void 0:o.max)),{min:(null===(i=this._bitrateInfo)||void 0===i?void 0:i.min)||a,max:(null===(s=this._bitrateInfo)||void 0===s?void 0:s.max)||c,start:(null===(n=this._bitrateInfo)||void 0===n?void 0:n.start)||d}}}Me.EVENT_LOCAL_TRACK_END="local-track-end",Me.__INNER_EVENT_MUTED_CHANGE__="inner-muted-change",Me.__INNER_EVENT_DESTROY__="inner-destroy";class xe extends Me{constructor(e,t,r){super(e,t,"audio",r),this._stopProcess=()=>{}}setRecommendBitrate(r){if(!t.validate("livingType",r,(t=>t in e.RCAudioBitrate)))return void t.logger.warn(s.L_RTC_SET_RECOMMEND_BITRATE_O,{status:n.FAILED,msg:"params error -> setRecommendBitrate Audio"},{logSource:t.LogSource.RTC});const o=ye[r];this.setBitrate(o.max,o.min,o.start||.7*o.max)}setBitrate(e,...t){const[r=1,o=.7*e||1]=t;super.setBitrate(e,r,o)}__innerSetMediaStreamTrack(e){if(e)if(Pe.isOpen){const t=new MediaStream([e]);Pe.transformStreamTrack(t).then((({track:e,stop:t})=>{super.__innerSetMediaStreamTrack(e),this._stopProcess=t}))}else super.__innerSetMediaStreamTrack(e);else super.__innerSetMediaStreamTrack(e),this._stopProcess()}}class we extends Me{constructor(e,t,r,o=!1){super(e,t,"video",r),this._isTiny=o}__isTiny(){return this._isTiny}getStreamId(){const e=super.getStreamId();return this._isTiny?`${e}_tiny`:e}getTrackId(){const e=super.getTrackId();return this._isTiny?`${e}_tiny`:e}setRecommendBitrate(r){if(!t.validate("livingType",r,(t=>t in e.RCVideoBitrate)))return void t.logger.warn(s.L_RTC_SET_RECOMMEND_BITRATE_O,{status:n.FAILED,msg:"params error -> setRecommendBitrate Video"},{logSource:t.LogSource.RTC});const o=Ue[r];this.setBitrate(o.max,o.min,o.start||.7*o.max)}setBitrate(e,...t){const[r=1,o=.7*e||1]=t;super.setBitrate(e,r,o)}}class Be extends Me{constructor(e,t,r,o,i){super(e,t,r,o),this._resource=i,Be.__innerSetMapping(this.getTrackId(),i)}static __innerSetMapping(e,t){const r=this._mapping.get(t)||[];r.push(e),this._mapping.set(t,r)}static __innerRemoveMapping(e,t){var r,o;const i=null===(r=this._mapping.get(t))||void 0===r?void 0:r.filter((t=>t!==e));i&&i.length>0?this._mapping.set(t,i):(this._mapping.delete(t),t.pause(),t.src="",null===(o=t.parentNode)||void 0===o||o.removeChild(t))}destroy(){this.isAudioTrack()&&this.mute(),Be.__innerRemoveMapping(this.getTrackId(),this._resource),super.destroy()}}Be._mapping=new Map;class Ve extends Be{constructor(e,t,r,o){super(e,t,"video",r,o)}}class $e extends Be{constructor(e,t,r,o){super(e,t,"audio",r,o),this._stopProcess=()=>{}}_setLocalMuted(e){const t=Object.create(null,{_setLocalMuted:{get:()=>super._setLocalMuted}});return r(this,void 0,void 0,(function*(){return this._resource&&(this._resource.muted=e),t._setLocalMuted.call(this,e)}))}play(){return this._setLocalMuted(!1),Promise.resolve({code:e.RCRTCCode.SUCCESS})}__innerSetMediaStreamTrack(e){if(e)if(Pe.isOpen){const t=new MediaStream([e]);Pe.transformStreamTrack(t).then((({track:e,stop:t})=>{super.__innerSetMediaStreamTrack(e),this._stopProcess=t}))}else super.__innerSetMediaStreamTrack(e);else super.__innerSetMediaStreamTrack(e),this._stopProcess()}}class Fe extends xe{}class Ge extends we{}class Ke extends we{}class He extends xe{}class je extends ke{constructor(e,t,r,o){super(e,t,r,!1,o),this._isSubscribed=!1}__innerSetRemoteMuted(e){this._remoteMuted=e}__innerSetSubscribed(e){this._isSubscribed=e,t.logger.info(s.L_REMOTE_TRACK_INNER_SET_SUBSCRIBED_O,{status:n.SUCCESSED,bool:e},{logSource:t.LogSource.RTC})}isSubscribed(){return this._isSubscribed}}class Je extends je{constructor(e,t,r){super(e,t,"audio",r)}}class We extends je{constructor(e,t,r){super(e,t,"video",r),this._isSubTiny=!1}__innerSetIsTinyTrack(e){this._isSubTiny=e}isSubTiny(){return this._isSubTiny}}const qe=(e,t)=>({name:e,content:JSON.stringify({uris:t,ignore:!0})}),Ye=e=>JSON.stringify(e),ze=e=>/^[a-zA-Z\d-=]+$/g.test(e),Qe="http:"!==location.protocol||["localhost","127.0.0.1"].includes(location.hostname),Ze=e=>{if(void 0===e)return 0;if(t.isNumber(e))return e;const r=e;return r.exact||r.ideal||r.max||0},Xe=e=>{const t=e.getSettings(),r=e.getConstraints();return{width:Ze(r.width)||t.width||0,height:Ze(r.height)||t.height||0,frameRate:t.frameRate||Ze(r.frameRate)}},et=e=>{const{width:t,height:r,frameRate:o}=Xe(e),i=Le(t||1920,r||1080),s=Oe(o);return{min:i.minBitrate*s,max:i.maxBitrate*s}},tt=e=>[e.msid,e.mediaType].join("_"),rt=e=>{const t=e.split("_");return{mediaType:parseInt(t.pop()),tag:t.pop(),userId:t.join("_")}},ot=(e,t)=>[e,t].join("_"),it=e=>e.map((e=>Object.assign({},e))),st=(e,t,r=!1)=>{e=e.slice();const o=[],i=[],s=[];return t.forEach((t=>{const i=tt(t);let n=e.findIndex((e=>tt(e)===i));if(r&&(n=e.findIndex((e=>e.uri===t.uri))),-1===n)return void o.push(t);const a=e[n];a.uri!==t.uri?o.push(t):a.state!==t.state&&s.push(t),e.splice(n,1)})),i.push(...e),{publishedList:o,unpublishedList:i,modifiedList:s}},nt=()=>{let e="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}));return e=e.replace(/-/g,"")+"0",e=parseInt(e,16),e=(e=>{const t="0123456789abcdefghigklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ+/".split(""),r=t.length+1;let o=+e;const i=[];do{const e=o%r;o=(o-e)/r,i.unshift(t[e])}while(o);return i.join("")})(e),e.length>22&&(e=e.slice(0,22)),e},at=e=>{if(Ee[e]){const{width:t,height:r}=Ee[e];return{width:t,height:r}}const[t,r]=e.split("_").map((e=>parseInt(e.replace(/[^\d]/g,""))));return{width:t,height:r}},ct=t=>!!e.RCResolution[t],dt=t=>!!e.RCFrameRate[t],ut=e=>parseInt(e.replace("FPS_","")),_t=(()=>{const{browser:e,version:t,supportsUnifiedPlan:r}=Te.browserDetails;return{browser:e,version:t,supportsUnifiedPlan:!1!==r}})();function lt(){return"captureStream"in HTMLMediaElement.prototype||"mozCaptureStream"in HTMLMediaElement.prototype}function Rt(){return"mediaDevices"in navigator&&"getDisplayMedia"in navigator.mediaDevices}const Ct=e=>"[object Null]"===Object.prototype.toString.call(e),ht=e=>1===e.type,pt=(e,t)=>{const r={},i=Object.keys(e.users);return i.length&&i.forEach((i=>{const s=[],n=e.users[i];if(n.extra){const e=JSON.parse(n.extra).roomId;if(t!==e)return}if(n.uris)try{s.push(...JSON.parse(n.uris))}catch(e){o.warn(`invalid user data -> userId: ${i}, userData: ${n}`)}r[i]=s})),r},gt=e=>e instanceof ke?e.getTrackId():e.track.getTrackId(),Tt=e=>{if(!t.isObject(e)||void 0===e.low||void 0===e.high)return e;let r=e.low;r<0&&(r+=4294967296),r=r.toString(16);return parseInt(e.high.toString(16)+"00000000".replace(new RegExp("0{"+r.length+"}$"),r),16)};var mt,St;!function(e){e.PUBLISH="RCRTC:PublishResource",e.UNPUBLISH="RCRTC:UnpublishResource",e.MODIFY="RCRTC:ModifyResource",e.TOTAL_CONTENT_RESOURCE="RCRTC:TotalContentResources",e.STATE="RCRTC:state",e.ROOM_NOTIFY="RCRTC:RoomNtf",e.USER_NOTIFY="RCRTC:UserNtf",e.KICK="RCRTC:kick",e.PK_INVITE="RCRTC:invite",e.PK_INVITE_TIMEOUT="RCRTC:inviteTimeout",e.PK_CANCEL_INVITE="RCRTC:cancelInvite",e.PK_INVITE_ANSWER="RCRTC:answerInvite",e.PK_END="RCRTC:endInvite",e.OTHER_ROOM_OFFLINE="RCRTC:otherRoomOffline",e.ROOM_TASK_FINISH="RCRTC:roomTaskFinish"}(mt||(mt={})),e.RCRTCPingResult=void 0,(St=e.RCRTCPingResult||(e.RCRTCPingResult={})).SUCCESS="Success",St.FAIL="Fail";class It{constructor(e,t,r,o=5e3,i=6e4){this._roomId=e,this._roomMode=t,this._context=r,this._gap=o,this._offlineKickTime=i,this._latestTimestamp=Date.now(),this._started=!1,this._timer=null}start(){this._started||(o.info("rtcping start ->"),t.logger.info(s.L_PINGER_START_O,{status:n.SUCCESSED,interval:this._gap},{logSource:t.LogSource.RTC}),this._started=!0,this._checkAlive())}_sendPing(){return new Promise((e=>{this._context.rtcPing(this._roomId,this._roomMode).then(e).catch((r=>{o.error(`rtcping receive unknown error -> ${r}`),e(t.ErrorCode.UNKNOWN)})),setTimeout(e,5e3,t.ErrorCode.TIMEOUT)}))}_checkAlive(){var i,a,c;return r(this,void 0,void 0,(function*(){o.info("rtcping ->");const r=yield this._sendPing(),d=Date.now();return r===t.ErrorCode.SUCCESS?(o.info("rtcping success ->"),this._latestTimestamp=d,null===(i=this.onPingResult)||void 0===i||i.call(this,e.RCRTCPingResult.SUCCESS),void(this._timer=setTimeout((()=>this._checkAlive()),this._gap))):(r===t.ErrorCode.TIMEOUT&&t.logger.error(s.L_PINGER_TIMEOUT_O,{status:n.TIMEOUT},{logSource:t.LogSource.RTC}),o.warn(`rtcping failed -> code: ${r}`),null===(a=this.onPingResult)||void 0===a||a.call(this,e.RCRTCPingResult.FAIL),40003===r||d-this._latestTimestamp>this._offlineKickTime?(this.stop(),void(null===(c=this.onFailed)||void 0===c||c.call(this,40003===r))):void(this._timer=setTimeout((()=>this._checkAlive()),500)))}))}stop(){this._started&&(o.info("rtcping stop ->"),t.logger.info(s.L_PINGER_STOP_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this._started=!1,this._timer&&(clearTimeout(this._timer),this._timer=null))}}const Et=-1,ft=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),Lt=(e,i,s)=>r(void 0,void 0,void 0,(function*(){const n=[];return yield Promise.any(e.map((e=>r(void 0,void 0,void 0,(function*(){const r=`${e.detectorAddr.replace(/^(https?:\/\/)?/,"https://")}/rtc/detector/ping?t=${a=1e3,c=9999,a+Math.floor(Math.random()*(c-a))}`;var a,c;const d={jwt:s},u=yield i.httpReq({url:r,body:JSON.stringify(d),timeout:t.PING_REQ_TIMEOUT,method:t.HttpMethod.POST});if(o.info(`ping res => ${JSON.stringify({status:u.status,host:e})}`),200!==u.status)return Promise.reject();n.push(e.clusterId)}))))),n})),vt=(e,i)=>r(void 0,void 0,void 0,(function*(){const r=(e=>{var t;if(!e)return"";let r;try{r=JSON.parse(e.voipCallInfo||'{ "strategy": 0 }')}catch(t){return o.warn("parse `voipCallInfo` of navi failed: "+e.voipCallInfo),""}if(0===r.strategy)return"";const i=null===(t=r.callEngine)||void 0===t?void 0:t.filter((e=>4===e.engineType));if(!i||0===i.length)return"";const s=i[0];return s.detectorManager?s.detectorManager:""})(i),s=(n=i)&&n.jwt||"";var n;let a=null,c=120,d=0;const u={jwt:s};if(r&&s){const o=yield e.httpReq({url:`${r}/rtc/detector/servers`,body:JSON.stringify(u),headers:{"Content-Type":"application/json;charset=UTF-8","Cache-Control":"no-cache",ClientType:`web|${_t.browser}|${_t.version}`,ClientVersion:"5.5.6","Client-Session-Id":ft(),"Request-Id":Date.now().toString()},method:t.HttpMethod.POST}),i=o.data&&JSON.parse(o.data).detectorAddrs;c=o.data&&JSON.parse(o.data).clientDetectMinute,d=o.data&&JSON.parse(o.data).resultCode,i&&t.isArray(i)&&(a=yield Lt(i,e,s))}return{fastMediaUrl:a,clientDetectMinute:c,status:d}})),Ot=()=>({"Content-Type":"application/json;charset=UTF-8","Cache-Control":"no-cache",ClientType:`web|${_t.browser}|${_t.version}`,ClientVersion:"5.5.6","Client-Session-Id":ft(),"Request-Id":Date.now().toString()});class At{constructor(e,r,o,i=5e3){this._runtime=e,this._context=r,this._msUrl=o,this._timeout=i,this._msInNavi=[],this._failedMs=[],this._rtcFinger=void 0,this._clusterId="",this._configUrl="",this._msList=[],At.isDetector||r.getConnectionStatus()!==t.ConnectionStatus.CONNECTED||this.detectorMediaSever()}detectorMediaSever(){if(this._msUrl)return;const e=Date.now(),r=At.detectValidMinute+At.detectorTime>e;At.isDetector=r,t.logger.info(`set msInDetector => ${JSON.stringify(At.msInDetector)}`);const o=this._context.getNaviInfo();!r&&o&&t.notEmptyObject(o)&&(this._msList=[],this._getDetectorUrls(o))}_getDetectorUrls(t){return r(this,void 0,void 0,(function*(){if(At.isDetector)return;At.isDetector=!0;const{fastMediaUrl:r,clientDetectMinute:i,status:s}=yield vt(this._runtime,t);if(s===e.RCRTCCode.JWT_TIME_OUT&&At.naviRefetchCount<5){this._context.getPluginContext().refetchNaviInfo().then((()=>{this.detectorMediaSever()})),++At.naviRefetchCount,o.info(`RCMediaService refetch navi count => ${At.naviRefetchCount}`)}At.msInDetector=r||[],At.detectorTime=Date.now(),At.detectValidMinute=60*i*1e3,o.info(`RCMediaService detectorTime => ${At.detectorTime}`),o.info(`RCMediaService detectValidMinute => ${At.detectValidMinute}`)}))}getNaviMS(){return this._msUrl?[this._msUrl]:(t.notEmptyArray(this._msList)&&!this._clusterId||(this._msList=this.setMediaServiceList()),this._msList)}setMediaServiceList(){let e=[],r=[];return this._clusterId&&(this._clusterId=this._clusterId.replace(/^(https?:\/\/)?/,"https://"),this._msList.push(this._clusterId)),o.info(`MediaServiceList _clusterId -> ${this._clusterId}`),t.notEmptyArray(At.msInDetector)&&(At.msInDetector=At.msInDetector.map((e=>e.replace(/^(https?:\/\/)?/,"https://"))),this._msList.push(At.msInDetector[0]),e=At.msInDetector.concat().splice(1,At.msInDetector.length-1)),o.info(`MediaServiceList msInDetector ->${JSON.stringify(At.msInDetector)}`),0===this._msInNavi.length&&(0===this._failedMs.length?this._msInNavi.push(...(e=>{var t;if(!e)return[];let r;try{r=JSON.parse(e.voipCallInfo||'{ "strategy": 0 }')}catch(t){return o.warn("parse `voipCallInfo` of navi failed: "+e.voipCallInfo),[]}if(0===r.strategy)return[];const i=null===(t=r.callEngine)||void 0===t?void 0:t.filter((e=>4===e.engineType));if(!i||0===i.length)return[];const s=i[0],n=[];return s.mediaServer&&n.push(s.mediaServer.replace(/^(https?:\/\/)?/,"https://")),s.backupMediaServer&&s.backupMediaServer.forEach((e=>{n.push(e.replace(/^(https?:\/\/)?/,"https://"))})),n})(this._context.getNaviInfo())):(this._msInNavi.push(...this._failedMs),this._failedMs.length=0)),o.info(`MediaServiceList _msInNavi-> ${JSON.stringify(this._msInNavi)}`),r=this._msInNavi.concat().splice(1,this._msInNavi.length-1),this._msList.push(this._msInNavi[0]),this._msList=[...this._msList,...e,...r],this._msList=[...new Set(this._msList)],o.info(`MediaServiceList msList -> ${JSON.stringify(this._msList)}`),this._msList}_request(i,a,c){return r(this,void 0,void 0,(function*(){const r=this.getNaviMS();if(0===r.length)return o.warn(`request '${i}' failed -> have no valid service address.`),t.logger.error(s.L_MEDIA_SERVICE_REQUEST_R,{status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"invalid navi_url"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};this._rtcFinger&&(c.rtcFinger=this._rtcFinger);for(let d=0;d<r.length;d+=1){const u=`${r[d]}${i}`,_=Ot(),l=Object.assign(Object.assign({},_),a),R=JSON.stringify(c),C=_["Request-Id"];t.logger.info(s.L_MEDIA_SERVICE_REQUEST_T,{path:i,headers:a,body:c,reqId:C},{logSource:t.LogSource.RTC}),o.info(`request -> Request-Id: ${C}, url: ${u}, headers: ${JSON.stringify(l)}, body: ${R}, timeout: ${this._timeout}`);const{status:h,data:p}=yield this._runtime.httpReq({url:u,body:R,headers:l,method:t.HttpMethod.POST,timeout:this._timeout});if(200===h){const r=JSON.parse(p);return r.rtcFinger&&(this._rtcFinger=r.rtcFinger),r.clusterId&&(this._clusterId=r.clusterId),o.info(`request success -> Request-Id: ${C}`),t.logger.info(s.L_MEDIA_SERVICE_REQUEST_R,{status:n.SUCCESSED,url:u,reqId:C},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,data:r}}o.warn(`request failed -> Request-Id: ${C}, status: ${h}, url: ${u}`),this._failedMs.push(...this._msInNavi.splice(d,1)),t.logger.error(s.L_MEDIA_SERVICE_REQUEST_R,{status:n.FAILED,code:"",reqId:C,url:u,msg:`request error -> Request-Id: ${C}, status: ${h}, url: ${u}`},{logSource:t.LogSource.RTC})}return{code:e.RCRTCCode.REQUEST_FAILED}}))}exchange(t,o){var i;return r(this,void 0,void 0,(function*(){const r=yield this._request("/exchange",t,o);if(r.code===e.RCRTCCode.SUCCESS&&(null===(i=r.data)||void 0===i?void 0:i.resultCode)===e.RCRTCCode.SUCCESS){const e=r.data.urls;e&&(this._configUrl=e.configUrl)}return r}))}exit(e){return r(this,void 0,void 0,(function*(){const{code:t}=yield this._request("/exit",e,{});return t}))}broadcastSubscribe(e,t){return this._request("/broadcast/subscribe",e,t)}broadcastExit(e){return r(this,void 0,void 0,(function*(){const{code:t}=yield this._request("/broadcast/exit",e,{});return{code:t}}))}setMcuConfig(i,a){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_MEDIA_SERVICE_SET_MCU_CONFIG_T,{headers:i,body:a},{logSource:t.LogSource.RTC}),!this._configUrl)return o.warn("RCMediaService.setMcuConfig failed -> RCRTCCode.MCU_SERVER_NOT_FOUND"),t.logger.error(s.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,{status:n.FAILED,code:e.RCRTCCode.MCU_SERVER_NOT_FOUND,msg:"MCU not found"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.MCU_SERVER_NOT_FOUND};const r=`${this._configUrl.replace(/^(https?:\/\/)?/,"https://")}/server/mcu/config`,c=Ot(),d=Object.assign(Object.assign({},c),i),u=JSON.stringify(a),_=c["Request-Id"];o.info(`request -> Request-Id: ${_}, url: ${r}, headers: ${JSON.stringify(d)}, body: ${u}`);const{status:l,data:R}=yield this._runtime.httpReq({url:r,headers:d,body:u,method:t.HttpMethod.POST});if(200===l){o.info(`request success -> Request-Id: ${_}`);const e=JSON.parse(R);return t.logger.info(s.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,{status:n.SUCCESSED,reqId:_},{logSource:t.LogSource.RTC}),{code:e.resultCode,res:e}}return o.warn(`request failed -> Request-Id: ${_}, status: ${l}, url: ${r}`),t.logger.error(s.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,{status:n.FAILED,code:e.RCRTCCode.REQUEST_FAILED,msg:`request error -> Request-Id: ${_}, status: ${l}, url: ${r}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REQUEST_FAILED}}))}getCDNResourceInfo(i,a){return r(this,void 0,void 0,(function*(){t.logger.info(s.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_T,{headers:i,url:a},{logSource:t.LogSource.RTC});const r=Ot(),c=Object.assign(Object.assign({},r),i),d=r["Request-Id"];o.info(`request -> Request-Id: ${d}, url: ${a}, headers: ${JSON.stringify(c)}`);const{status:u,data:_}=yield this._runtime.httpReq({url:a,headers:c,method:t.HttpMethod.GET});if(200===u){o.info(`request success -> Request-Id: ${r["Request-Id"]}`);const e=JSON.parse(_);return t.logger.info(s.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R,{status:n.SUCCESSED,reqId:r["Request-Id"]},{logSource:t.LogSource.RTC}),{code:e.resultCode,res:e}}return o.warn(`request failed -> Request-Id: ${r["Request-Id"]}, status: ${u}, url: ${a}`),t.logger.info(s.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R,{status:n.FAILED,code:e.RCRTCCode.REQUEST_FAILED,msg:`request error -> Request-Id: ${r["Request-Id"]}, status: ${u}, url: ${a}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REQUEST_FAILED}}))}}var Nt;At.isDetector=!1,At.msInDetector=[],At.detectorTime=0,At.detectValidMinute=72e5,At.naviRefetchCount=0,function(e){e[e.NORMAL=1]="NORMAL",e[e.TINY=2]="TINY"}(Nt||(Nt={}));const Dt=(e,t)=>Math.round(8*t/e),kt=(e,t=2)=>{const r=10**t;return Math.round(e*r)/r},yt=(e,t=2)=>{e>1&&(e/=32767);const r=10**t;return Math.round(e*r)},bt=(e,t,r,o)=>{if(0===t)return 0;if(!r||!o)return kt(e/t,3);const i=t-o;if(0===i)return 0;const s=e-r;return s<0||i<0?0:kt(s/i,3)},Ut=e=>{const{jitter:t,rtt:r,packetsLostRate:o}=e;return!Ct(t)||!Ct(r)||0!==o};class Pt{constructor(e,t,r){this._rtcPeerConn=e,this._sdpSemantics=t,this._currentUserId=r,this._latestPacketsSent={},this._latestBytesSent={},this._latestBytesRecv={},this._latestPacketsRecv={}}updateBytesSent(e,t,r){let o,i;if(this._latestBytesSent[e]&&t<this._latestBytesSent[e].bytesSent&&this.clearLatestpacketsSent([e]),this._latestBytesSent[e]){const{bytesSent:s,timestamp:n}=this._latestBytesSent[e];o=t-s,i=r-n,this._latestBytesSent[e]={bytesSent:t,timestamp:r}}else o=t,i=1e3,this._latestBytesSent[e]={bytesSent:t,timestamp:r};return Dt(i,o)}updateBytesRecv(e,t,r){let o,i;if(this._latestBytesRecv[e]&&t<this._latestBytesRecv[e].bytesRecv&&this.clearLatestPacketsRecv([e]),this._latestBytesRecv[e]){const{bytesRecv:s,timestamp:n}=this._latestBytesRecv[e];o=t-s,i=r-n,this._latestBytesRecv[e]={bytesRecv:t,timestamp:r}}else o=t,i=1e3,this._latestBytesRecv[e]={bytesRecv:t,timestamp:r};return Dt(i,o)}updateSenderPacketsLost(e,t,r){let o;if(Object.prototype.hasOwnProperty.call(this._latestPacketsSent[e],"packetsSent")){const{packetsLost:i,packetsSent:s}=this._latestPacketsSent[e];o=bt(t,r,i,s),this._latestPacketsSent[e].packetsLost=t,this._latestPacketsSent[e].packetsSent=i===t?s:r}else o=bt(t,r),this._latestPacketsSent[e].packetsLost=t,this._latestPacketsSent[e].packetsSent=r;return o}updateReceiverPacketsLost(e,t,r){let o;if(this._latestPacketsRecv[e]){const{packetsLost:i,packetsRecv:s}=this._latestPacketsRecv[e];o=bt(t,r+t,i,s+i)}else o=bt(t,r);return this._latestPacketsRecv[e]={packetsLost:t,packetsRecv:r},o}clearLatestpacketsSent(t){t.forEach((t=>{if(parseInt(t.split("_").pop())===e.RCMediaType.VIDEO_ONLY){const e=`${t}_tiny`;delete this._latestPacketsSent[e],delete this._latestBytesSent[e]}delete this._latestPacketsSent[t],delete this._latestBytesSent[t]}))}clearLatestPacketsRecv(e){e.forEach((e=>{delete this._latestPacketsRecv[e],delete this._latestBytesRecv[e]}))}parseRTCStatsReport(e){const t=e.keys(),r={};let o=t.next();for(;!o.done;){const i=o.value,s=e.get(i);/^RTCCodec_/.test(i)||(r[i]=s),o=t.next()}return r}formatRCRTCStateReport(e){const r={senders:[],receivers:[]};return t.logger.info(s.L_ABSTRACT_STAT_PARSER_FORMAT_RTC_STATE_REPORT_O,{status:n.SUCCESSED,stats:e,reports:r},{logSource:t.LogSource.RTC}),r}getAudioLevelList(e){return[]}getResourceIdByParseSdp(e){var t,r;const o=e.ssrc,i=e.kind||e.mediaType,s=null===(t=this._rtcPeerConn.currentLocalDescription)||void 0===t?void 0:t.sdp,n=null===(r=this._rtcPeerConn.currentRemoteDescription)||void 0===r?void 0:r.sdp;let a;a="unified-plan"===this._sdpSemantics?new RegExp("a=msid:(.*?) "):new RegExp(`a=ssrc:${o} msid:(.*?) `);const c=null==s?void 0:s.split("\r\nm="),d=null==c?void 0:c.filter((e=>e.includes(`a=ssrc:${o}`)))[0],u=null==d?void 0:d.match(a);let _=u?u[1]:"";if(_){if("audio"===i)return`${_}_0`;const e=_.replace(`${this._currentUserId}_`,"").split("_");return e.length>1&&"tiny"===e[1]?`${this._currentUserId}_${e[0]}_1_tiny`:`${_}_1`}const l=null==n?void 0:n.split("\r\nm="),R=null==l?void 0:l.filter((e=>e.includes(`a=ssrc:${o}`)))[0],C=null==R?void 0:R.match(a);return _=C?C[1]:"",_?`${_}_${"video"===i?1:0}`:""}isValidSender(e){var t;const r=null===(t=this._rtcPeerConn.currentLocalDescription)||void 0===t?void 0:t.sdp,{ssrc:o}=e;return!(null==r?void 0:r.split("\r\nm=").some((e=>e.includes(o)&&e.includes("a=inactive"))))}isValidReceiver(e){var t;const r=null===(t=this._rtcPeerConn.currentRemoteDescription)||void 0===t?void 0:t.sdp,{ssrc:o}=e;return!(null==r?void 0:r.split("\r\nm=").some((e=>e.includes(o)&&e.includes("a=inactive"))))}}class Mt extends Pt{formatRCRTCStateReport(e){const t={senders:[],receivers:[]},r=Math.floor(e.RTCPeerConnection.timestamp);t.timestamp=r;const o=Object.keys(e);let i=0,s=0;o.filter((e=>/^RTCOutboundRTP(Video|Audio)Stream_/.test(e))).forEach((o=>{const n=e[o];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(n))return;const{id:a,kind:c,transportId:d,mediaSourceId:u,remoteId:_,packetsSent:l,bytesSent:R,trackId:C,encoderImplementation:h,pliCount:p,nackCount:g,firCount:T}=n;if(!C)return;let{framesPerSecond:m,frameWidth:S,frameHeight:I}=n;"video"!==c||S||I||m||(S=e[C].frameWidth,I=e[C].frameHeight,m=u?e[u].framesPerSecond:null);const E=e[_];let f=null,L=null,v=0;E&&(f=E.jitter,L=E.roundTripTime,v=E.packetsLost),i+=v;const O=this.getResourceIdByParseSdp(n);if(!O)return;const A=u?e[u].audioLevel:e[C].audioLevel;let N=null;!this._latestPacketsSent[O]&&(this._latestPacketsSent[O]={}),E?N=this.updateSenderPacketsLost(O,v,l):this._latestPacketsSent[O].crtPacketsSent=l;let D=this.updateBytesSent(O,R,r);D<0&&(D=0),s+=D,t.senders.push({id:a,trackId:O,kind:c,packetsLostRate:N,remoteResource:!1,audioLevel:A||0===A?yt(A):null,frameWidth:S,frameHeight:I,frameRate:m,bitrate:D,jitter:f?Math.round(1e3*f):f,rtt:L,encoderImplementation:h,pliCount:p,nackCount:g,googFirsSent:Et,samplingRate:Et,googRenderDelayMs:Et,trackState:Et})}));o.filter((e=>/RTCRemoteInboundRtp(Video|Audio)Stream_/.test(e))).forEach((r=>{const{localId:o,jitter:i,roundTripTime:s,packetsLost:n}=e[r],a=t.senders.filter((e=>e.id===o))[0];if(a&&!Ut(a)){const t=this.getResourceIdByParseSdp(e[a.id]);a.jitter=Math.round(1e3*i),a.rtt=s;const r=this._latestPacketsSent[t].crtPacketsSent;a.packetsLostRate=this.updateSenderPacketsLost(t,n,r)}}));let n=0;o.filter((e=>/^RTCInboundRTP(Video|Audio)Stream_/.test(e))).forEach((o=>{const s=e[o];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(s))return;const{trackId:a,packetsLost:c,packetsReceived:d,jitter:u,bytesReceived:_,framesPerSecond:l,kind:R,codecImplementationName:C,nackCount:h,pliCount:p}=s;if(!a)return;let{frameWidth:g,frameHeight:T,audioLevel:m}=s;"video"===R?g||T||(g=e[a].frameWidth,T=e[a].frameHeight):m||(m=e[a].audioLevel),i+=c;const S=this.getResourceIdByParseSdp(s),I=this.updateReceiverPacketsLost(S,c,d);let E=this.updateBytesRecv(S,_,r);E<0&&(E=0),n+=E,t.receivers.push({trackId:S,kind:R,packetsLostRate:I,remoteResource:!0,audioLevel:m||0===m?yt(m):null,frameWidth:g,frameHeight:T,frameRate:l,bitrate:E,jitter:u?Math.round(1e3*u):0,codecImplementationName:C,nackCount:h,pliCount:p,rtt:null,samplingRate:Et,googFirsReceived:Et,googRenderDelayMs:Et,trackState:Et})}));const a=o.filter((e=>/^RTCTransport_/.test(e)))[0];if(a){const r=e[a],{selectedCandidatePairId:o}=r;if(o){const r=e[o],{availableOutgoingBitrate:a,availableIncomingBitrate:c,currentRoundTripTime:d,localCandidateId:u,remoteCandidateId:_}=r,l=e[u],{ip:R,port:C,networkType:h}=l,p=e[_],{ip:g,port:T,protocol:m}=p;t.iceCandidatePair={IP:R,port:C,networkType:h,remoteIP:g,remotePort:T,protocol:m,bitrateRecv:n,bitrateSend:s,rtt:1e3*d,availableOutgoingBitrate:a,availableIncomingBitrate:c,totalPacketsLost:i},t.receivers.forEach((e=>{e.rtt=d}))}}return t}getAudioLevelList(e){const t=[],r=Object.keys(e);r.filter((e=>/^RTCOutboundRTPAudioStream_/.test(e))).forEach((r=>{var o;const i=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(i))return;const{mediaSourceId:s,trackId:n}=i,a=this.getResourceIdByParseSdp(i),c=s&&e[s]?e[s].audioLevel:(null===(o=e[n])||void 0===o?void 0:o.audioLevel)||null;t.push({trackId:a,audioLevel:c||0===c?yt(c):null})}));return r.filter((e=>/^RTCInboundRTPAudioStream_/.test(e))).forEach((r=>{const o=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(o))return;const{trackId:i}=o,s=o.audioLevel||e[i].audioLevel,n=this.getResourceIdByParseSdp(o);t.push({trackId:n,audioLevel:s||0===s?yt(s):null})})),t}}class xt extends Pt{formatRCRTCStateReport(e){const t=+new Date,r={senders:[],receivers:[],timestamp:t};let o=0,i=0,s=0;for(const n in e){const a=e[n],c=a.type;if("outbound-rtp"===c){if("unified-plan"===this._sdpSemantics&&!this.isValidSender(a))continue;const{id:s,kind:n,bytesSent:c,packetsSent:d,bitrateMean:u,framerateMean:_,nackCount:l,pliCount:R,remoteId:C}=a,{jitter:h,roundTripTime:p,packetsLost:g}=C?e[C]:{jitter:null,roundTripTime:null,packetsLost:0},T=this.getResourceIdByParseSdp(a);o+=g;let m=null;!this._latestPacketsSent[T]&&(this._latestPacketsSent[T]={}),C?m=this.updateSenderPacketsLost(T,g,d):this._latestPacketsSent[T].crtPacketsSent=d;let S=0;"video"===n?u&&(S=Math.floor(u/1e3)):S=this.updateBytesSent(T,c,t),S<0&&(S=0),i+=S,r.senders.push({trackId:T,kind:n,packetsLostRate:m,remoteResource:!1,audioLevel:null,frameWidth:null,frameHeight:null,frameRate:Math.floor(_),bitrate:S,jitter:h?Math.round(1e3*h):null,rtt:p,encoderImplementation:null,pliCount:R,nackCount:l,googFirsSent:Et,samplingRate:Et,googRenderDelayMs:Et,trackState:Et})}if("remote-inbound-rtp"===c){const{localId:t}=a,o=this.getResourceIdByParseSdp(e[t]),i=r.senders.filter((e=>e.trackId===o))[0];i&&Ut(i)&&(i.jitter=Math.round(1e3*a.jitter),i.rtt=a.rtt,i.packetsLostRate=this.updateSenderPacketsLost(o,a.packetsLost,this._latestPacketsSent[o].crtPacketsSent))}if("inbound-rtp"===c){if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(a))continue;const{id:e,packetsLost:i,bytesReceived:n,packetsReceived:c,jitter:d,framerateMean:u,kind:_,bitrateMean:l,nackCount:R,pliCount:C}=a,h=this.getResourceIdByParseSdp(a);o+=i;const p=this.updateReceiverPacketsLost(h,i,c);let g=0;"video"===_?l&&(g=Math.floor(l/1e3)):g=this.updateBytesRecv(h,n,t),g<0&&(g=0),s+=g,r.receivers.push({trackId:h,kind:_,packetsLostRate:p,remoteResource:!0,audioLevel:null,frameWidth:null,frameHeight:null,frameRate:Math.floor(u),bitrate:g,jitter:d?Math.round(1e3*d):null,codecImplementationName:null,nackCount:R,pliCount:C,rtt:null,samplingRate:Et,googFirsReceived:Et,googRenderDelayMs:Et,trackState:Et})}if("candidate-pair"===c&&"succeeded"===a.state){const t=e[a.localCandidateId],{address:n,port:c}=t,d=e[a.remoteCandidateId],{address:u,port:_,protocol:l}=d;r.iceCandidatePair={IP:n,port:c,networkType:null,remoteIP:u,remotePort:_,protocol:l,bitrateRecv:s,bitrateSend:i,rtt:null,availableOutgoingBitrate:null,availableIncomingBitrate:null,totalPacketsLost:o}}}return r.iceCandidatePair&&(r.iceCandidatePair.bitrateSend=i),r.iceCandidatePair&&(r.iceCandidatePair.bitrateRecv=s),r}getAudioLevelList(e){const t=[];for(const r in e){const o=e[r],i=o.type;if("outbound-rtp"===i){if("unified-plan"===this._sdpSemantics&&!this.isValidSender(o))continue;const{kind:e}=o;if("video"===e)continue;const r=this.getResourceIdByParseSdp(o);t.push({trackId:r,audioLevel:null})}if("inbound-rtp"===i){if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(o))continue;const{kind:e}=o;if("video"===e)continue;const r=this.getResourceIdByParseSdp(o);t.push({trackId:r,audioLevel:null})}}return t}}class wt extends Pt{formatRCRTCStateReport(e){const t={senders:[],receivers:[]},r=Math.floor(e.RTCPeerConnection.timestamp);t.timestamp=r;const o=Object.keys(e);let i=0,s=0;o.filter((e=>/^RTCOutboundRTP(Video|Audio)Stream_/.test(e))).forEach((o=>{const i=e[o];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(i))return;const n=this.getResourceIdByParseSdp(i),{mediaType:a,transportId:c,remoteId:d,packetsSent:u,bytesSent:_,trackId:l,encoderImplementation:R,pliCount:C,nackCount:h,firCount:p}=i;if(!l)return;const{audioLevel:g,frameHeight:T,frameWidth:m}=e[l];let S=this.updateBytesSent(n,_,r);S<0&&(S=0),s+=S,t.senders.push({trackId:n,kind:a,packetsLostRate:null,remoteResource:!1,audioLevel:g||0===g?yt(g):null,frameWidth:m,frameHeight:T,frameRate:null,bitrate:S,jitter:null,rtt:null,encoderImplementation:R,pliCount:C,nackCount:h,googFirsSent:Et,samplingRate:Et,googRenderDelayMs:Et,trackState:Et})}));let n=0;o.filter((e=>/^RTCInboundRTP(Video|Audio)Stream_/.test(e))).forEach((o=>{const s=e[o];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(s))return;const{trackId:a,packetsLost:c,packetsReceived:d,jitter:u,bytesReceived:_,mediaType:l,nackCount:R,pliCount:C}=s,h=this.getResourceIdByParseSdp(s);if(!a)return;const{frameHeight:p,frameWidth:g,audioLevel:T}=e[a];i+=c;const m=this.updateReceiverPacketsLost(h,c,d);let S=this.updateBytesRecv(h,_,r);S<0&&(S=0),n+=S,t.receivers.push({trackId:h,kind:l,packetsLostRate:m,remoteResource:!0,audioLevel:T||0===T?yt(T):null,frameWidth:g,frameHeight:p,frameRate:null,bitrate:S,jitter:u,codecImplementationName:null,nackCount:R,pliCount:C,rtt:null,samplingRate:Et,googFirsReceived:Et,googRenderDelayMs:Et,trackState:Et})}));const a=o.filter((e=>/^RTCTransport_/.test(e)))[0];if(a){const r=e[a],{selectedCandidatePairId:o}=r;if(o){const r=e[o],{availableOutgoingBitrate:a,availableIncomingBitrate:c,currentRoundTripTime:d,localCandidateId:u,remoteCandidateId:_}=r,l=e[u],{address:R,port:C}=l,h=e[_],{address:p,port:g,protocol:T}=h;t.iceCandidatePair={IP:R||null,port:C,networkType:null,remoteIP:p,remotePort:g,protocol:T,bitrateRecv:n,bitrateSend:s,rtt:1e3*d,availableOutgoingBitrate:a,availableIncomingBitrate:c,totalPacketsLost:i},t.receivers.forEach((e=>{e.rtt=d}))}}return t}getAudioLevelList(e){const t=[],r=Object.keys(e);r.filter((e=>/^RTCOutboundRTP(Video|Audio)Stream_/.test(e))).forEach((r=>{const o=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(o))return;const{trackId:i,mediaType:s}=o;if("video"===s)return;const n=this.getResourceIdByParseSdp(o),a=e[i];t.push({trackId:n,audioLevel:a||0===a?yt(a):null})}));return r.filter((e=>/^RTCInboundRTP(Video|Audio)Stream_/.test(e))).forEach((r=>{const o=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(o))return;const{trackId:i,mediaType:s}=o;if(!i||"video"===s)return;const{audioLevel:n}=e[i],a=this.getResourceIdByParseSdp(o);t.push({trackId:a,audioLevel:n||0===n?yt(n):null})})),t}}class Bt{constructor(e,t){this.SDP=e,this.type=t,this.SDPHeader="",this.videoStreams=[],this.audioStreams=[];const r=this.getStreamIndex();this.spliteStreams(r)}get videoSdps(){return this.videoStreams.slice()}get audioSdps(){return this.audioStreams.slice()}static trimBlankLine(e){return e.replace(/\n\r\s*\r\n/g,"\r\n").replace(/\s+\r\n/g,"\r\n")}getStreamIndex(){const e=RegExp("m=(?:video|audio)","img"),t=new Set([0]);let r;for(;null!==(r=e.exec(this.SDP));)t.add(r.index);return t.add(this.SDP.length),[...t]}spliteStreams(e){this.SDPHeader=this.SDP.substring(e[0],e[1]).replace(/\r\ns=-/g,`\r\ns=${(new Date).valueOf()}`);for(let t=1;t<e.length;t++){const r=this.SDP.substring(e[t],e[t+1]);/^\bm=video\b/.test(r)?this.videoStreams.push(r):this.audioStreams.push(r)}}static clearInactiveOrRecvonly(e){return/\ba=(recvonly|inactive)\b/.test(e)?e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,""):e}setHeaderBitrate(e){this.SDPHeader=this.SDPHeader.replace(/(\r\ns=[^\r\n]+)/gi,`$1\r\nc=IN IP4 0.0.0.0\r\nb=AS:${e*Bt.KBitrate}\r\nb=TIAS:${e*Bt.KBitrate*850}`)}setAudiosBitrate(e){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,msg:"SDP setAudiosBitrate"},{logSource:t.LogSource.RTC}),this.audioStreams=this.audioStreams.map((t=>this.setAudioItemBitrate(t,e))),this}setAudioBitrateWithStreamId(e,r){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,streamId:r,msg:"SDP setAudioBitrateWithStreamId"},{logSource:t.LogSource.RTC}),this.audioStreams=this.audioStreams.map((t=>new RegExp(`\\bmsid:${r}\\b`,"ig").test(t)?this.setAudioItemBitrate(t,e):t)),this}setAudioBitrateWithMid(e,r){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,mid:r,msg:"SDP setAudioBitrateWithMid"},{logSource:t.LogSource.RTC}),this.audioStreams=this.audioStreams.map((t=>new RegExp(`\\bmid:${r}\\b`,"ig").test(t)?this.setAudioItemBitrate(t,e):t)),this}setAudioItemBitrate(e,t){if(0===t.max&&/\ba=inactive\b/gi.test(e))return e;if(!/\bmaxaveragebitrate\b/gi.test(e)){const r=["$1","maxaveragebitrate="+t.max*Bt.KBitrate];e=e.replace(/(\buseinbandfec=[^\r\n]+)/gi,r.join(";"))}return this.addAudioBlineAS(e,t)}addAudioBlineAS(e,t){return/\bb=AS:\d+\b/gi.test(e)?e:e.replace(/(\bc=IN[^\r\n]+)/gi,`$1\r\nb=AS:${t.max*Bt.KBitrate}\r\nb=TIAS:${t.max*Bt.KBitrate*850}`)}setVideosBitrate(e){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,msg:"SDP setVideosBitrate"},{logSource:t.LogSource.RTC}),this.videoStreams=this.videoStreams.map((t=>this.setVideoItemBitrate(t,e))),this}setVideoBitrateWithStreamId(e,r){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,streamId:r,msg:"SDP setVideoBitrateWithStreamId"},{logSource:t.LogSource.RTC}),this.videoStreams=this.videoStreams.map((t=>new RegExp(`\\bmsid:${r}\\b`,"ig").test(t)?this.setVideoItemBitrate(t,e):t)),this}setVideoBitrateWithMid(e,r){return o.info(s.L_RTC_SDP_BITRATE_O,{bitrate:e,mid:r,msg:"SDP setVideoBitrateWithMid"},{logSource:t.LogSource.RTC}),this.videoStreams=this.videoStreams.map((t=>new RegExp(`\\bmid:${r}\\b`,"ig").test(t)?this.setVideoItemBitrate(t,e):t)),this}setVideoItemBitrate(e,t){if(0===t.max&&/\ba=inactive\b/gi.test(e))return e;if(!/\bx-google-max-bitrate\b/.test(e)){console.log("old:",e);const r=["$1","x-google-max-bitrate="+t.max*Bt.KBitrate,"x-google-min-bitrate="+t.min*Bt.KBitrate,`x-google-start-bitrate=${t.start||t.max*Bt.KBitrate*.7}`];e=e.replace(/(\bprofile-level-id=42[e0]01f\b)/gi,r.join(";"))}return this.addVideoBlineAS(e,t)}addVideoBlineAS(e,t){return/\bb=AS:\d+\b/gi.test(e)?e:e.replace(/(\bc=IN[^\r\n]+)/gi,`$1\r\nb=AS:${t.max*Bt.KBitrate}\r\nb=TIAS:${t.max*Bt.KBitrate*850}`)}clearnSsrcWithMid(e,r){return o.info(s.L_RTC_SDP_BITRATE_O,{mid:e,msg:"SDP clearnSsrcWithMid"},{logSource:t.LogSource.RTC}),this.audioStreams=this.audioStreams.map((t=>new RegExp(`\\bmid:${e}\\b`,"ig").test(t)?this.clearSSRC(t,r):t)),this.videoStreams=this.videoStreams.map((t=>new RegExp(`\\bmid:${e}\\b`,"ig").test(t)?this.clearSSRC(t,r):t)),this}clearSSRC(e,t){if(t===$t.SENDONLY){if(/\ba=sendonly\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}if(t===$t.RECVONLY){if(/\ba=recvonly\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}if(t===$t.INACTIVE){if(/\ba=inactive\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}return e}}var Vt,$t,Ft,Gt,Kt,Ht,jt,Jt,Wt,qt,Yt,zt,Qt,Zt,Xt;Bt.KBitrate=1,function(e){e.PLANB="plan-b",e.UNIFIEDPLAN="unified-plan"}(Vt||(Vt={})),function(e){e.SENDONLY="sendonly",e.RECVONLY="recvonly",e.INACTIVE="inactive"}($t||($t={}));class er{constructor(e){this._peer=e,this._outboundStreams={}}static setSdpSemantics(e){t.logger.info(s.L_A_SDP_STRATEGY_SET_SDP_SEMANTICS_O,{status:n.SUCCESSED,sdpSemantics:e},{logSource:t.LogSource.RTC});const{browser:r,version:o,supportsUnifiedPlan:i}=_t;t.logger.debug(`sdpSemantics, browser: ${r}, version: ${o}, supportsUnifiedPlan: ${i}`),i?/chrome/i.test(r)?this._sdpSemantics=o>92?"unified-plan":o<72?"plan-b":e:/firefox/i.test(r)?this._sdpSemantics="unified-plan":/safari/i.test(r)?this._sdpSemantics=o<12?"plan-b":"unified-plan":this._sdpSemantics="unified-plan":this._sdpSemantics="plan-b"}static getSdpSemantics(){return er._sdpSemantics}getOutboundVideoInfo(){const e=[];for(const t in this._outboundStreams){const r=this._outboundStreams[t].getVideoTracks()[0];if(!r)continue;const o=/_tiny$/.test(t),{width:i,height:s}=Xe(r);e.push({trackId:r.id,simulcast:o?Nt.TINY:Nt.NORMAL,resolution:`${i}x${s}`})}return e}setRemoteAnswer(i){return r(this,void 0,void 0,(function*(){i=Bt.trimBlankLine(i),t.logger.info(`set remote answer -> ${i}`);try{yield this._peer.setRemoteDescription({type:"answer",sdp:i})}catch(r){return o.error(r),t.logger.info(s.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O,{status:n.FAILED,code:"",msg:r},{logSource:t.LogSource.RTC}),e.RCRTCCode.SET_REMOTE_DESCRIPTION_FAILED}return t.logger.info(s.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O,{status:n.SUCCESSED,sdp:i},{logSource:t.LogSource.RTC}),e.RCRTCCode.SUCCESS}))}getStatParsr(e,t,r){return/chrome/i.test(_t.browser)?new Mt(e,t,r):/Firefox/i.test(_t.browser)?new xt(e,t,r):/Safari/i.test(_t.browser)?new wt(e,t,r):null}resetSdp(e){return Bt.trimBlankLine(e)}}class tr extends Bt{constructor(e){super(e,Vt.PLANB),this.SDP=e}stringify(){const e=[this.SDPHeader];[...this.audioStreams,...this.videoStreams].forEach((t=>{const r=t.match(/\ba=mid:(video|audio)\b/),o=Bt.clearInactiveOrRecvonly(t);r&&r[1]===Ne.AUDIO&&(e[1]=o),r&&r[1]===Ne.VIDEO&&(e[2]=o)}));const t=e.join("");return Bt.trimBlankLine(t)}setAudioBitrateWithStreamId(e,t){return o.warn("plan-b not support set Audio Bitrate With Stream Id"),this}setVideoBitrateWithStreamId(e,t){return o.warn("plan-b not support set Video Bitrate With Stream Id"),this}}class rr extends er{constructor(){super(...arguments),this.senders={},this._localTracks=[]}addLocalTrack(e){this._localTracks.includes(e)||this._localTracks.push(e);const t=e.getStreamId(),r=e.__innerGetMediaStreamTrack(),o=this._outboundStreams[t]||(this._outboundStreams[t]=new MediaStream);o.getTracks().forEach((e=>{e.kind===r.kind&&o.removeTrack(e)})),o.addTrack(r);const i=e.getTrackId(),s=this.senders[i];s?s.replaceTrack(r):this.senders[i]=this._peer.addTrack(r,o)}removeLocalTrack(e){const t=this._localTracks.findIndex((t=>t===e));t>=0&&this._localTracks.splice(t,1);const r=e.getTrackId(),o=this.senders[r];o&&(o.replaceTrack(null),this._peer.removeTrack(o),delete this.senders[r])}updateSubRemoteTracks(e){}updateRecvTransceiverMap(e,t){}setBitrate(e,t,r){this._maxBitrate=e,this._minBitrate=t,this._startBitrate=r||.7*e}createOffer(e){return r(this,void 0,void 0,(function*(){const t=yield this._peer.createOffer({iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0});for(const e in this._outboundStreams){const r=this._outboundStreams[e].id;t.sdp=t.sdp.replace(new RegExp(r,"g"),e)}return t.sdp&&(t.sdp=Bt.clearInactiveOrRecvonly(t.sdp)),yield this._peer.setLocalDescription(t),{type:"offer",semantics:"plan-b",sdp:t.sdp}}))}setRemoteAnswer(e){return e=this.resetSdp(e),super.setRemoteAnswer(e)}resetSdp(e){const t=new tr(e),r={max:0,min:0},o={max:0,min:0};return this._localTracks.forEach((e=>{const{min:t,max:i,start:s}=e.getBitrate();e.isAudioTrack()&&(o.max=o.max<i?i:o.max,o.min=o.min>t?t:o.min,o.max===i?o.start=s:o.start=.7*o.max),e.isVideoTrack()&&(r.max=r.max<i?i:r.max,r.min=r.min>t?t:r.min,r.max===i?r.start=s:r.start=.7*r.max)})),t.setAudiosBitrate(o),t.setVideosBitrate(r),t.stringify()}}class or extends Bt{constructor(e){super(e,Vt.UNIFIEDPLAN),this.SDP=e}stringify(){const e=[this.SDPHeader];[...this.audioStreams,...this.videoStreams].forEach((t=>{const r=t.match(/\ba=mid:(\d+)\b/);r&&r[1]&&(e[+r[1]+1]=t)})),this.SDPHeader="",this.videoStreams=[],this.audioStreams=[];const t=e.join("");return Bt.trimBlankLine(t)}}class ir{static splitSections(e){return e.split("\nm=").map(((e,t)=>(t>0?"m="+e:e).trim()+"\r\n"))}static getMediaSections(e){const t=ir.splitSections(e);return t.shift(),t}static parseExtmap(e){const t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}}static splitLines(e){return e.trim().split("\n").map((e=>e.trim()))}static parseMLine(e){const t=ir.splitLines(e)[0].substr(2).split(" ");return{kind:t[0],port:parseInt(t[1],10),protocol:t[2],fmt:t.slice(3).join(" ")}}static matchPrefix(e,t){return ir.splitLines(e).filter((e=>0===e.indexOf(t)))}static parseMsid(e){let t;const r=ir.matchPrefix(e,"a=msid:");if(1===r.length)return t=r[0].substr(7).split(" "),{stream:t[0],track:t[1]};const o=ir.matchPrefix(e,"a=ssrc:").map((e=>ir.parseSsrcMedia(e))).filter((e=>"msid"===e.attribute));return o.length>0&&o[0].value?(t=o[0].value.split(" "),{stream:t[0],track:t[1]}):{stream:"",track:""}}static parseSsrcMedia(e){const t=e.indexOf(" "),r={ssrc:parseInt(e.substr(7,t-7),10)},o=e.indexOf(":",t);return o>-1?(r.attribute=e.substr(t+1,o-t-1),r.value=e.substr(o+1)):r.attribute=e.substr(t+1),r}static getMid(e){const t=ir.matchPrefix(e,"a=mid:")[0];if(t)return t.substr(6)}}class sr extends er{constructor(){super(...arguments),this._sendTransceiver={},this._localTracks={},this._recvAudio=[],this._recvVideo=[],this._recvTransceiver={},this._subedTracks=[],this.midMsid={}}setBitrate(e,t,r){o.warn("the interface named `setBitrate` is invalid while sdpSemantics value is `unified-plan`")}addLocalTrack(e){const t=e.getTrackId(),r=e.getStreamId(),o=e.__innerGetMediaStreamTrack();this._localTracks[t]=e;const i=this._outboundStreams[r]||(this._outboundStreams[r]=new MediaStream);i.getTracks().forEach((e=>{e.kind===o.kind&&i.removeTrack(e)})),i.addTrack(o);const s=this._sendTransceiver[t];s?(s.sender.replaceTrack(o),s.direction="sendonly"):this._sendTransceiver[t]=this._peer.addTransceiver(o,{direction:"sendonly",streams:[i]})}removeLocalTrack(e){const t=e.getTrackId(),r=e.getStreamId();e.__innerGetMediaStreamTrack(),delete this._localTracks[t];const o=this._sendTransceiver[t];if(!o)return;o.direction="inactive",this._peer.removeTrack(o.sender),o.sender.replaceTrack(null);const i=this._outboundStreams[r];(e.isAudioTrack()?i.getAudioTracks():i.getVideoTracks()).forEach((e=>i.removeTrack(e)));const s=this._sendTransceiver[`${t}_tiny`];if(!s||"inactive"===s.direction)return;s.direction="inactive";const n=s.sender,a=n.track;this._peer.removeTrack(n),n.replaceTrack(null);this._outboundStreams[`${r}_tiny`].removeTrack(a),a.stop()}updateRecvTransceiverMap(t,r){const{mediaType:o}=rt(t);this._recvTransceiver[t]=r;const i=o===e.RCMediaType.AUDIO_ONLY?this._recvAudio:this._recvVideo,s=i.findIndex((e=>e===r));s>=0&&i.splice(s,1)}updateSubRemoteTracks(e){const t=e.slice(),r=this._subedTracks.slice();this._subedTracks=e.slice();for(let e=t.length-1;e>=0;e-=1){const o=t[e],i=r.findIndex((e=>e===o));i>=0&&(t.splice(e,1),r.splice(i,1))}r.length&&r.forEach((e=>{const t=e.getTrackId();e.__innerSetMediaStreamTrack(void 0);const r=this._recvTransceiver[t];r&&(r.direction="inactive")}));const o={audio:0,video:0};t.length&&t.forEach((e=>{const t=e.isAudioTrack()?"audio":"video",r=this._recvTransceiver[e.getTrackId()];r?r.direction="recvonly":o[t]+=1}));for(let e=this._recvAudio.length;e<o.audio;e+=1)this._recvAudio.push(this._peer.addTransceiver("audio",{direction:"recvonly"}));for(let e=this._recvVideo.length;e<o.video;e+=1)this._recvVideo.push(this._peer.addTransceiver("video",{direction:"recvonly"}))}createOffer(e){return r(this,void 0,void 0,(function*(){const t=yield this._peer.createOffer({iceRestart:e});let r=t.sdp;for(const e in this._outboundStreams){const t=this._outboundStreams[e].id;r=r.replace(new RegExp(t,"g"),e)}return r=this.resetOfferSdp(r),r=r.replace(/(a=ice-options:trickle)/g,"$1\r\na=ice-options:renomination"),t.sdp=r,yield this._peer.setLocalDescription(t),{type:"offer",semantics:"unified-plan",sdp:r}}))}setRemoteAnswer(e){e=this.resetAnswerSdp(e);const t=/[\r\n]+\r\n[\r\n]+/g;return t.test(e)&&(o.warn(`answer sdp invalid -> ${JSON.stringify(e)}`),e=e.replace(t,"\r\n")),super.setRemoteAnswer(e)}resetOfferSdp(e){var t;const r=new or(e);for(const o in this._sendTransceiver){const i=this._sendTransceiver[o],s=null===(t=i.sender.track)||void 0===t?void 0:t.kind;let{direction:n,mid:a}=i;if(!a){ir.getMediaSections(e).forEach((e=>{ir.parseExtmap(e);const{kind:t}=ir.parseMLine(e);let{stream:r}=ir.parseMsid(e);const i=ir.getMid(e);"video"===s?/tiny$/.test(r)?r=r.replace(/tiny$/gi,"1_tiny"):r+="_1":r+="_0",r===o&&s===t&&i&&(a=i)}))}if(a){if(n===$t.SENDONLY){const e=this._localTracks[o],t=null==e?void 0:e.getBitrate();s===Ne.AUDIO&&t&&r.setAudioBitrateWithMid(t,a),s===Ne.VIDEO&&t&&r.setVideoBitrateWithMid(t,a)}n===$t.INACTIVE&&r.clearnSsrcWithMid(a,$t.INACTIVE)}}for(const e in this._recvTransceiver){const t=this._recvTransceiver[e],{direction:o,mid:i}=t;i&&($t.RECVONLY,o===$t.INACTIVE&&r.clearnSsrcWithMid(i,$t.RECVONLY))}return r.stringify()}resetAnswerSdp(e){var t;const r=new or(e);for(const e in this._sendTransceiver){const o=this._sendTransceiver[e],{mid:i}=o;if(i){const s=this._localTracks[e],n=null==s?void 0:s.getBitrate(),a=null===(t=o.sender.track)||void 0===t?void 0:t.kind;a===Ne.AUDIO&&n&&r.setAudioBitrateWithMid(n,i),a===Ne.VIDEO&&n&&r.setVideoBitrateWithMid(n,i)}}return r.stringify()}}class nr extends t.EventEmitter{constructor(e,t,r,o){super(),this._pcName=e,this._reTryExchange=t,this._currentUserId=r,this._polarisReport=o,this.pubLocalTracks={},this._reTryExchangeTimer=null,this._reportStatsTimer=null,this._reportR3R4ToPolarisTimer=null,this._isDestroyed=!1,this._reportListener=null;const i=er.getSdpSemantics(),s=this._rtcPeerConn=new RTCPeerConnection({sdpSemantics:i});this._sdpStrategy="plan-b"===i?new rr(s):new sr(s),this._rtcPeerConn.oniceconnectionstatechange=this._onICEConnectionStateChange.bind(this),this._rtcPeerConn.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._rtcPeerConn.ontrack=this._onTrackReady.bind(this),this.reportParser=this._sdpStrategy.getStatParsr(this._rtcPeerConn,i,this._currentUserId)}getName(){return this._pcName}getLocalTracks(){return t.logger.info(s.L_RTC_PEER_CONNECTION_GET_LOCAL_TRACKS_O,{status:n.SUCCESSED,trackIds:Object.keys(this.pubLocalTracks)},{logSource:t.LogSource.RTC}),Object.values(this.pubLocalTracks)}_onConnectionStateChange(){o.info(`onconnectionstatechange -> ${this._rtcPeerConn.connectionState}, ${this._pcName}`),t.logger.info(s.L_RTC_PEER_CONNECTION_CONNECTION_STATE_S,{status:n.SUCCESSED,connectionState:this._rtcPeerConn.connectionState,pcName:this._pcName},{logSource:t.LogSource.RTC})}_onICEConnectionStateChange(){var e,r;o.info(`oniceconnectionstatechange -> ${this._rtcPeerConn.iceConnectionState}, ${this._pcName}`),"connected"===this._rtcPeerConn.iceConnectionState&&(this._reportStatsTimer&&clearInterval(this._reportStatsTimer),this._reportStatsTimer=setInterval(this._reportHandle.bind(this),1e3)),"failed"!==this._rtcPeerConn.iceConnectionState&&"disconnected"!==this._rtcPeerConn.iceConnectionState||(o.warn(`${this._pcName} iceconenction state is failed, exchange SDP to try again.`),t.logger.error(s.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S,{status:n.FAILED,code:"",msg:`${this._pcName} iceconenction state is failed, exchange SDP to try again.`},{logSource:t.LogSource.RTC}),this._reTryExchange(),this._reTryExchangeTimer=setInterval(this._reTryExchange,15e3));try{null===(r=null===(e=this._reportListener)||void 0===e?void 0:e.onICEConnectionStateChange)||void 0===r||r.call(e,this._rtcPeerConn.iceConnectionState,this._pcName)}catch(e){o.error("onICEConnectionStateChange error",e,this._pcName),t.logger.error(s.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S,{status:n.FAILED,code:"",msg:`${this._pcName}, ${e}`},{logSource:t.LogSource.RTC})}t.logger.info(s.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S,{status:n.SUCCESSED,connectionState:this._rtcPeerConn.connectionState,pcName:this._pcName},{logSource:t.LogSource.RTC})}_onTrackReady(t){if(!t.streams.length)return;const r=[t.streams[0].id,"audio"===t.receiver.track.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_");this._updateRecvTransceiverMap(r,t.transceiver),this.emit(nr.__INNER_EVENT_TRACK_READY__,t)}setBitrate(e,o,i){return r(this,void 0,void 0,(function*(){this._sdpStrategy.setBitrate(e,o,i),t.logger.info(s.L_RTC_PEER_CONNECTION_SET_BITRATE_O,{status:n.SUCCESSED,max:e,min:o,start:i},{logSource:t.LogSource.RTC})}))}createOffer(e){return r(this,void 0,void 0,(function*(){const r=yield this._sdpStrategy.createOffer(e);return o.debug(`offer -> ${JSON.stringify(r.sdp)}`),t.logger.info(s.L_RTC_PEER_CONNECTION_CREATE_OFFER_O,{status:n.SUCCESSED,offerSDP:r.sdp},{logSource:t.LogSource.RTC}),r}))}setRemoteAnswer(e){return r(this,void 0,void 0,(function*(){return o.debug(`answer -> ${JSON.stringify(e)}`),t.logger.info(s.L_RTC_PEER_CONNECTION_SET_REMOTE_ANSWER_O,{status:n.SUCCESSED,answer:e},{logSource:t.LogSource.RTC}),this._sdpStrategy.setRemoteAnswer(e)}))}getLocalTrack(e){return this.pubLocalTracks[e]||null}addLocalTrack(e){this.pubLocalTracks[e.getTrackId()]=e,this._sdpStrategy.addLocalTrack(e),e.off(Me.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(Me.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),e.on(Me.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.on(Me.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),t.logger.info(s.L_RTC_PEER_CONNECTION_ADD_LOCAL_TRACK_O,{status:n.SUCCESSED,trackId:e.getTrackId()},{logSource:t.LogSource.RTC})}removeLocalTrackById(e){const r=this.getLocalTrack(e);r?(t.logger.info(s.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O,{status:n.SUCCESSED,trackId:e},{logSource:t.LogSource.RTC}),this.removeLocalTrack(r)):t.logger.warn(s.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O,{status:n.FAILED,code:"",msg:"track not found"},{logSource:t.LogSource.RTC})}removeAllLocalTrack(){Object.keys(this.pubLocalTracks).forEach((e=>{/_tiny$/.test(e)||this.removeLocalTrackById(e)})),t.logger.info(s.L_RTC_PEER_CONNECTION_REMOVE_ALL_LOCAL_TRACK_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC})}removeLocalTrack(e){const r=e.getTrackId();delete this.pubLocalTracks[r],this._sdpStrategy.removeLocalTrack(e),e.__innerSetPublished(!1),e.off(Me.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(Me.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this);const o=`${r}_tiny`,i=this.getLocalTrack(o);i&&(this._sdpStrategy.removeLocalTrack(i),delete this.pubLocalTracks[o],i.destroy()),t.logger.info(s.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_O,{status:n.SUCCESSED,trackId:r},{logSource:t.LogSource.RTC})}_updateRecvTransceiverMap(e,t){this._sdpStrategy.updateRecvTransceiverMap(e,t)}updateSubRemoteTracks(e){this._sdpStrategy.updateSubRemoteTracks(e),t.logger.info(s.L_RTC_PEER_CONNECTION_UPDATE_SUB_REMOTE_TRACKS_O,{status:n.SUCCESSED,trackIds:e.map((e=>e.getTrackId()))},{logSource:t.LogSource.RTC})}getOutboundVideoInfo(){return this._sdpStrategy.getOutboundVideoInfo()}_onLocalTrackMuted(e,r){const o=this.getLocalTrack(`${e.getTrackId()}_tiny`);o&&(o.__innerGetMediaStreamTrack().enabled=!e.isLocalMuted()),this.emit(Me.__INNER_EVENT_MUTED_CHANGE__,e,r),t.logger.info(s.L_RTC_PEER_CONNECTION_LOCAL_TRACK_MUTED_O,{status:n.SUCCESSED,trackId:e.getTrackId()},{logSource:t.LogSource.RTC})}_onLocalTrackDestroied(e){this.emit(Me.__INNER_EVENT_DESTROY__,e)}registerReportListener(e){this._reportListener=e}_createRCRTCStateReport(e){const{timestamp:t,iceCandidatePair:r,senders:o,receivers:i}=JSON.parse(JSON.stringify(e));null==r||delete r.totalPacketsLost;for(const e in r)Ct(r[e])&&delete r[e];return{timestamp:t,iceCandidatePair:r,senders:o.map((e=>{const t={};return e.trackId&&(t.trackId=e.trackId),e.kind&&(t.kind=e.kind),(e.packetsLostRate||0===e.packetsLostRate)&&(t.packetsLostRate=e.packetsLostRate),t.remoteResource=e.remoteResource,(e.audioLevel||0===e.audioLevel)&&(t.audioLevel=e.audioLevel),e.frameWidth&&(t.frameWidth=e.frameWidth),e.frameHeight&&(t.frameHeight=e.frameHeight),e.frameRate&&(t.frameRate=e.frameRate),(e.bitrate||0===e.bitrate)&&(t.bitrate=e.bitrate),e.jitter&&(t.jitter=e.jitter),t})),receivers:i.map((e=>{const t={};return e.trackId&&(t.trackId=e.trackId),e.kind&&(t.kind=e.kind),(e.packetsLostRate||0===e.packetsLostRate)&&(t.packetsLostRate=e.packetsLostRate),t.remoteResource=e.remoteResource,(e.audioLevel||0===e.audioLevel)&&(t.audioLevel=e.audioLevel),e.frameWidth&&(t.frameWidth=e.frameWidth),e.frameHeight&&(t.frameHeight=e.frameHeight),e.frameRate&&(t.frameRate=e.frameRate),(e.bitrate||0===e.bitrate)&&(t.bitrate=e.bitrate),e.jitter&&(t.jitter=e.jitter),t})),pcName:this._pcName}}_getStatsData(){var e,t;return r(this,void 0,void 0,(function*(){const r=yield this._rtcPeerConn.getStats(),o=null===(e=this.reportParser)||void 0===e?void 0:e.parseRTCStatsReport(r);return null===(t=this.reportParser)||void 0===t?void 0:t.formatRCRTCStateReport(o)}))}getAudioLevelReportData(){var e,t;return r(this,void 0,void 0,(function*(){const r=yield this._rtcPeerConn.getStats(),o=null===(e=this.reportParser)||void 0===e?void 0:e.parseRTCStatsReport(r);if(!o)return[];return null===(t=this.reportParser)||void 0===t?void 0:t.getAudioLevelList(o)}))}_reportHandle(){var e,t;return r(this,void 0,void 0,(function*(){const r=yield this._getStatsData();if(!r)return;const o=this._createRCRTCStateReport(r);null===(t=null===(e=this._reportListener)||void 0===e?void 0:e.onStateReport)||void 0===t||t.call(e,o)}))}_sendR3R4Data(){var e;return r(this,void 0,void 0,(function*(){const t=yield this._getStatsData();return!t||(t.senders.length||t.receivers.length?yield null===(e=this._polarisReport)||void 0===e?void 0:e.sendR3R4Data(t):void 0)}))}__reportR3R4ToPolaris(){return r(this,void 0,void 0,(function*(){clearTimeout(this._reportR3R4ToPolarisTimer),yield this._sendR3R4Data(),this._reportR3R4ToPolarisTimer=setTimeout(this.__reportR3R4ToPolaris.bind(this),2e3)}))}getRTCPeerConn(){return this._rtcPeerConn}destroy(){this.clear(),this.clearReTryExchangeTimer(),clearTimeout(this._reportR3R4ToPolarisTimer),this._reportStatsTimer&&(clearInterval(this._reportStatsTimer),this._reportStatsTimer=null),this.registerReportListener(null),this._rtcPeerConn.close(),this._isDestroyed=!0,this.reportParser=null,t.logger.info(s.L_RTC_PEER_CONNECTION_DESTROY_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC})}clearReTryExchangeTimer(){clearInterval(this._reTryExchangeTimer),this._reTryExchangeTimer=null}isDestroyed(){return this._isDestroyed}}nr.__INNER_EVENT_TRACK_READY__="inner-track-ready",function(e){e[e.DISABLE=0]="DISABLE",e[e.ENABLE=1]="ENABLE"}(Ft||(Ft={})),function(e){e[e.MeetingOrAnchor=1]="MeetingOrAnchor",e[e.Audience=2]="Audience"}(Gt||(Gt={}));class ar{constructor(e,t,r,o,i=Gt.MeetingOrAnchor){this._context=e,this._runtime=t,this._roomId=r,this._crtRTCRoom=o,this._userRole=i}_send(e){return r(this,void 0,void 0,(function*(){let r=!1;if(this._context.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return r;return r=(yield this._context.setRTCState(this._roomId,e))===t.ErrorCode.SUCCESS,r}))}_getClientID(){const e="uuid";let t=this._runtime.localStorage.getItem(e);return t||(t=nt(),this._runtime.localStorage.setItem(e,t)),t}_getRealResourceId(e){let t=e;const r=e.indexOf("_tiny");return r>-1&&(t=e.slice(0,r)),t}_getPolarisTrackId(t){let r="";const o=t.split("_");if(t.includes("_tiny")){const t=o.pop(),i=parseInt(o.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",s=o.pop();r=[o.join("_"),s,t,i].join("_")}else{const t=parseInt(o.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",i=o.pop();r=[o.join("_"),i,t].join("_")}return r}sendR3R4Data(e){return r(this,void 0,void 0,(function*(){const{iceCandidatePair:t,senders:r,receivers:o}=e,i=(null==t?void 0:t.bitrateSend)||Et,s=(null==t?void 0:t.bitrateRecv)||Et,n=(null==t?void 0:t.networkType)||"unknown",a=(null==t?void 0:t.rtt)||Et,c=`${(null==t?void 0:t.IP)||Et}:${null==t?void 0:t.port}`,d=(null==t||t.remoteIP,null==t||t.remotePort,(null==t?void 0:t.availableIncomingBitrate)||Et),u=(null==t?void 0:t.availableOutgoingBitrate)||Et,_=(null==t?void 0:t.totalPacketsLost)||Et,l=this._context.getCurrentId();let R=`R3\t${i}\t-1\t-1\t-1\t${n}\t${a}\t${c}\t${d}\t${u}\t${_}\t${l}\r`,C=`R4\t${s}\t-1\t-1\t-1\t${n}\t${a}\t${c}\t${d}\t${u}\t${_}\t${l}\r`;const h=r.map((e=>{var t;const{trackId:r,audioLevel:o,samplingRate:i,bitrate:s,packetsLostRate:n,frameRate:a,frameWidth:c,frameHeight:d,googRenderDelayMs:u,jitter:_,nackCount:l,pliCount:R,rtt:C,googFirsSent:h,encoderImplementation:p}=e,g=this._getPolarisTrackId(r),T=this._getRealResourceId(r);return{trackId:g,googCodecName:p||String(Et),audioLevel:o||0===o?o:Et,bitrate:s||0===s?s:Et,packetsLostRate:n||0===n?n:Et,frameRate:a||Et,resolution:c&&d?`${c} * ${d}`:"-1",jitter:_||Et,nackCount:l||0===l?l:Et,pliCount:R||0===R?R:Et,rtt:C||Et,googFirsSent:h,samplingRate:i,googRenderDelayMs:u,encoderImplementation:p||String(Et),trackState:(null===(t=this._crtRTCRoom.getLocalTrack(T))||void 0===t?void 0:t.isLocalMuted())?Ft.DISABLE:Ft.ENABLE}})),p=o.filter((e=>!!e.trackId)).map((e=>{var t;const{trackId:r,audioLevel:o,samplingRate:i,bitrate:s,packetsLostRate:n,frameRate:a,frameWidth:c,frameHeight:d,googRenderDelayMs:u,jitter:_,nackCount:l,pliCount:R,rtt:C,googFirsReceived:h,codecImplementationName:p}=e,g=this._getPolarisTrackId(r),T=this._getRealResourceId(r);return{trackId:g,googCodecName:p||String(Et),audioLevel:o||0===o?o:Et,bitrate:s||0===s?s:Et,packetsLostRate:n||0===n?n:Et,frameRate:a||Et,resolution:c&&d?`${c} * ${d}`:"-1",jitter:_||Et,nackCount:l||0===l?l:Et,pliCount:R||0===R?R:Et,rtt:C||Et,googFirsReceived:h,samplingRate:i,googRenderDelayMs:u,codecImplementationName:p||String(Et),trackState:(null===(t=this._crtRTCRoom.getRemoteTrack(T))||void 0===t?void 0:t.isLocalMuted())?Ft.DISABLE:Ft.ENABLE}}));let g=!1;R+=h.map((e=>`${e.trackId}\t${e.googCodecName}\t${e.audioLevel}\t${e.samplingRate}\t${e.bitrate}\t${e.packetsLostRate}\t${e.frameRate}\t${e.resolution}\t${e.googRenderDelayMs}\t${e.jitter}\t${e.nackCount}\t${e.pliCount}\t${e.rtt}\t${e.googFirsSent}\t${e.encoderImplementation}\t${e.trackState}`)).join("\n"),e.senders.length&&(g=yield this._send(R+`\r${this._userRole}`));let T=!1;return C+=p.map((e=>`${e.trackId}\t${e.googCodecName}\t${e.audioLevel}\t${e.samplingRate}\t${e.bitrate}\t${e.packetsLostRate}\t${e.frameRate}\t${e.resolution}\t${e.googRenderDelayMs}\t${e.jitter}\t${e.nackCount}\t${e.pliCount}\t${e.rtt}\t${e.googFirsReceived}\t${e.codecImplementationName}\t${e.trackState}`)).join("\n"),e.receivers.length&&(T=yield this._send(C+`\r${this._userRole}`)),!(!g&&!T)}))}sendR1(){const e=this._context.getCoreVersion(),t=navigator.platform,r=`R1\t5.5.6\t${e}\tweb\t${t}\t-1\t${_t.browser}\t${_t.version}\t${this._getClientID()}\t${this._userRole}`;this._send(r)}sendR2(e,t,r){const o=`R2\t${e}\t${t}\t${this._getClientID()}\r${r.join("\t")}\r${this._userRole}`;this._send(o)}}class cr{constructor(e){this._room=e,this._audioLevelChangeHandler=null,this._timer=null}_audioLevelReport(){return r(this,void 0,void 0,(function*(){if(!this._audioLevelChangeHandler)return;const e=[],t=this._room.__getPC();for(let r=0;r<t.length;r++){const o=t[r];if("new"===o.getRTCPeerConn().iceConnectionState)return;const i=(yield o.getAudioLevelReportData()).map((e=>{const{userId:t}=rt(e.trackId);return{track:this._room.getCrtUserId()===t?this._room.getLocalTrack(e.trackId):this._room.getRemoteTrack(e.trackId),audioLevel:e.audioLevel||0}})).filter((e=>e.track));e.push(...i)}this._audioLevelChangeHandler(e)}))}onAudioLevelChange(e,t){t<300||t>1e3?o.error('the valid range of onAudioLevelChange params "gap" is: > 300 && < 1000'):e?(this._audioLevelChangeHandler=e,this._timer=setInterval(this._audioLevelReport.bind(this),t)):this._audioLevelChangeHandler=null}clearAudioLevelReportTimer(){this._timer&&(clearInterval(this._timer),this._timer=null)}}e.RCRTCLiveRole=void 0,(Kt=e.RCRTCLiveRole||(e.RCRTCLiveRole={}))[Kt.ANCHOR=1]="ANCHOR",Kt[Kt.AUDIENCE=2]="AUDIENCE";class dr{constructor(e=!1,t,r,o,i){this._useMutilPeerC=e,this._roomId=t,this._reTryExchange=r,this._currentUserId=o,this._polarisReport=i,this._mutilPeerC={}}get useMutilPeerC(){return this._useMutilPeerC}_isPub(e){if(!e.length)return!1;const{track:t}=e[0]instanceof Me||e[0]instanceof je?{track:e[0]}:e[0];return t.isLocalTrack()}_groupTracksByTag(e){const t={};return e.map((e=>{const{track:r}=e instanceof Me?{track:e}:e,o=r.getTag();t[o]?t[o].push(e):t[o]=[e]})),t}_genPCName(e,t){let r=null;return r=e?this._useMutilPeerC?`${this._roomId}_${t}`:`${this._roomId}_pub`:`${this._roomId}_sub`,r}_createOnePeerCItem(e,t){if(this._mutilPeerC[e]&&!this._mutilPeerC[e].pc.isDestroyed())this._mutilPeerC[e].tracks=t;else{const r=this._isPub(t),o=new nr(e,(()=>this._reTryExchange(e,r)),this._currentUserId,this._polarisReport);this._mutilPeerC[e]={pc:o,tracks:t,isPub:r}}return Object.assign({},this._mutilPeerC[e],{pcName:e})}createPeerCList(e){const t=[],r=this._isPub(e);if(!this._useMutilPeerC){const r=this._genPCName(!0);return t.push(this._createOnePeerCItem(r,e)),t}if(this._useMutilPeerC&&!r){const r=this._genPCName(!1);return t.push(this._createOnePeerCItem(r,e)),t}const o=this._groupTracksByTag(e);for(const e in o){const i=this._genPCName(r,e),s=o[e];t.push(this._createOnePeerCItem(i,s))}return t}_removeAllLocalTrack(){this.getPCList().forEach((e=>e.removeAllLocalTrack()))}destroyPeerC(e){this._mutilPeerC[e].pc.destroy()}_destroyAllPeerC(){this.getPCList().forEach((e=>e.destroy()))}getPCItemByPCName(e){return this._mutilPeerC[e]}getPCByTrackId(e,t=!0){const{tag:r}=rt(e),o=this._genPCName(t,r);return this._mutilPeerC[o].pc}getPCList(){const e=[];for(const t in this._mutilPeerC)e.push(this._mutilPeerC[t].pc);return e}getMutilPeerCData(){return this._mutilPeerC}setPeerCData(e,t,r){}clear(){this._removeAllLocalTrack(),this._destroyAllPeerC()}}!function(e){e[e.Unknow=0]="Unknow",e[e.Publish=1]="Publish",e[e.UnPublish=2]="UnPublish",e[e.JoinRoom=3]="JoinRoom",e[e.LeaveRoom=4]="LeaveRoom",e[e.UpdateSubscribeTask=5]="UpdateSubscribeTask",e[e.SubscribedTask=6]="SubscribedTask",e[e.UnSubscribedTask=7]="UnSubscribedTask",e.AsyncCommand="AsyncCommand"}(Ht||(Ht={})),function(e){e.NORMAL="normal",e.MIDDLE="middle",e.TAIL="tail"}(jt||(jt={})),function(e){e[e.LOW=0]="LOW",e[e.NORMAL=1]="NORMAL",e[e.HIGH=2]="HIGH"}(Jt||(Jt={})),function(e){e[e.Destroy=40400]="Destroy"}(Wt||(Wt={}));class ur{get priority(){return Jt.LOW}get kind(){return Ht.Unknow}}class _r extends ur{constructor(e=jt.NORMAL){super(),this.state=e}get kind(){return Ht.AsyncCommand}setState(e){this.state=e}pickoutSubscribed(e,t){const{unsubscribe:r,subscribe:o}=this.calcSubscribeList(e,t);return _r.AsyncSubscribeTasks=[],_r.AsyncUnsubscribeTasks=[],_r.AsyncUpdateSubscribeTasks=[],{subscribe:o,unsubscribe:r}}calcSubscribeList(e,t){const r=[],o=new Set,i=[],s=new Set,n=this.formateTrack(e),a=this.formateTrack(t);return a.forEach((e=>{const t=`${e.track.getTrackId()}_SUB_${e.subTiny?"0":"1"}`;this.trackInSubscribeList(e,n)||o.has(t)||(r.push(e),o.add(t))})),n.forEach((e=>{const t=`${e.track.getTrackId()}_SUB_${e.subTiny?"0":"1"}`;this.trackInSubscribeList(e,a)||s.has(t)||(i.push(e),s.add(t))})),{unsubscribe:r,subscribe:i}}formateTrack(e){return e.map((e=>e instanceof je?{track:e,subTiny:!1}:Object.assign({subTiny:!1},e)))}trackInSubscribeList(e,t){if(0===t.length)return!1;return t.findIndex((t=>t.track.getTrackId()===e.track.getTrackId()&&t.subTiny===e.subTiny))>-1}}_r.AsyncSubscribeTasks=[],_r.AsyncUnsubscribeTasks=[],_r.AsyncUpdateSubscribeTasks=[];class lr{constructor(e,t,r,o,i,s,n,a,c){this.context=e,this.service=t,this.peerMgr=r,this.roomId=o,this.crtUserId=i,this.roomMode=s,this.polarisReport=n,this.isUpgrade=a,this.isMainRoom=c,this._remoteTracks={},this._subscribedList=[],this._collectSubscribeList=[],this._CDNUris=null,this._CDNEnable=!1,this._destroyed=!1}get useMutilPeerC(){return this.peerMgr.useMutilPeerC}getResourcesByUserId(e){return this._roomResources[e]}getRemoteTrack(e){return this._remoteTracks[e]}getRemoteTracksByUserId(e){const t=[];for(const r in this._remoteTracks){const o=this._remoteTracks[r];o.getUserId()===e&&t.push(o)}return t}getRemoteTracks(){return this._remoteTracks}getSessionId(){return this._sessionId}getAllUserIds(){return Object.keys(this._roomResources)}getRemoteUserIds(){return this.getAllUserIds().filter((e=>e!==this.crtUserId))}getSubscribedList(){return this._subscribedList}getCollectSubscribeList(){return this._collectSubscribeList}getPublishedResourceByTrackId(e){const{userId:t}=rt(e);return this._roomResources[t].find((t=>tt(t)===e))}getToken(){return this._token}getLocalTrack(e){return this.peerMgr.getPCByTrackId(e).getLocalTrack(e)}getLocalTracks(){const e=[];return this.peerMgr.getPCList().forEach((t=>{e.push(...t.getLocalTracks())})),e}getTrackState(e){var t;return(null===(t=this.getLocalTrack(e))||void 0===t?void 0:t.isLocalMuted())?0:1}getCDNEnable(){return this._CDNEnable}getCDNUris(){return this._CDNUris}}class Rr extends lr{_initRemoteTracks(){for(const t in this._roomResources){const r=this._roomResources[t];t!==this.crtUserId&&0!==r.length&&r.forEach((t=>{const r=tt(t),{tag:o,userId:i,mediaType:s}=rt(r),n=s===e.RCMediaType.AUDIO_ONLY?new Je(o,i):new We(o,i);n.__innerSetRemoteMuted(0===t.state),this._remoteTracks[r]=n}))}}initWithRoomData(e){this._sessionId=e.sessionId,this._token=e.token,this.isUpgrade?this._roomResources={}:this._roomResources=pt(e,this.roomId),this._initRemoteTracks(),this.setResourcesByUserId(this.crtUserId,this.getResourcesByUserId(this.crtUserId)||[]),o.info(`room data -> ${JSON.stringify(this._roomResources)}`)}assignRoomData(e){Object.assign(this._roomResources,e)}setResourcesByUserId(e,t){this._roomResources[e]=t}removeRemoteTrack(e){delete this._remoteTracks[e]}removeResourcesByUserId(e){delete this._roomResources[e]}addRemoteTrack(e){this._remoteTracks[e.getTrackId()]=e}removeRemoteTracks(){const e=Object.values(this._remoteTracks);e.length&&(e.forEach((e=>{e.isAudioTrack()&&e.__releaseMediaElement()})),this._remoteTracks={})}setCDNEnabel(e){this._CDNEnable=e}setCDNUris(e){this._CDNUris=e}resetSubscribedList(e){this._subscribedList.splice(0,this._subscribedList.length,...e),this.resetCollectSubscribeList(e)}resetCollectSubscribeList(e){this._collectSubscribeList.splice(0,this._collectSubscribeList.length,...e)}}class Cr{constructor(e,t){this._store=e,this.abortCode=t,this._queue=[],this._busy=!1,this._isDestroyed=!1}_next(){this._busy=!1,this._execute()}_execute(){return r(this,void 0,void 0,(function*(){if(this._isDestroyed||this._busy||0===this._queue.length)return;this._busy=!0;const{command:e,resolve:t,reject:r}=this._queue.shift();let o;try{o=yield e.execute(this._store,this)}catch(e){return r(e),void this._next()}t(o),this._next()}))}push(e){return new Promise(((t,r)=>{if(this._isDestroyed)return;const o=e.kind;this._queue.length>0&&o===Ht.AsyncCommand&&({command:e,resolve:t,reject:r}=this.commandOffset(e,t,r));const i=e.priority;if(i===Jt.LOW)this._queue.push({command:e,resolve:t,reject:r});else{const o=this._queue.findIndex((e=>e.command.priority<i)),s=-1===o?this._queue.length-1:o;this._queue.splice(s,0,{command:e,resolve:t,reject:r})}Promise.resolve().then((()=>{this._execute()}))}))}commandOffset(e,t,o){const i=this._queue.length-1;if(!(this._queue[i].command.kind===Ht.AsyncCommand))return{command:e,resolve:t,reject:o};const[s]=this._queue.splice(i,1);s.command instanceof _r&&(s.command.setState(jt.MIDDLE),e instanceof _r&&e.setState(jt.TAIL));const n=e.execute;return e.execute=function(t,o){return r(this,void 0,void 0,(function*(){return s.command.execute.call(s.command,t,o),n.call(e,t,o)}))},{command:e,resolve:e=>{s.resolve.call(s,e),t(e)},reject:e=>{s.reject.call(s,e),o(e)}}}isDestroyed(){return this._isDestroyed}destroy(){this._isDestroyed||(this._isDestroyed=!0,this._queue.forEach((e=>{e.resolve({code:this.abortCode})})),this._queue.length=0)}}class hr extends Cr{constructor(t,r,o,i,s,n,a,c,d){super(new Rr(t,r,o,i,s,n,a,c,d),e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED)}get store(){return this._store}destroy(){super.destroy(),this._store.removeRemoteTracks()}}class pr extends ur{execute(e){return r(this,void 0,void 0,(function*(){const r=e.getResourcesByUserId(e.crtUserId),i=r.slice();r.length=0,o.info(`unpublish uris before rejoin -> ${JSON.stringify(i)}`);const s=yield e.context.setRTCTotalRes(e.roomId,qe(mt.UNPUBLISH,i),Ye([]),mt.TOTAL_CONTENT_RESOURCE,Ye([]));s!==t.ErrorCode.SUCCESS?o.error(`unpublish uris before rejoin failed -> code: ${s}`):o.info("unpublish uris before rejoin success")}))}}!function(e){e[e.RTC=0]="RTC",e[e.LIVE=2]="LIVE",e[e.CROSS_MUTI=7]="CROSS_MUTI",e[e.CROSS_LIVE=8]="CROSS_LIVE"}(qt||(qt={})),e.RTCJoinType=void 0,(Yt=e.RTCJoinType||(e.RTCJoinType={}))[Yt.KICK=0]="KICK",Yt[Yt.REFUSE=1]="REFUSE",Yt[Yt.COEXIST=2]="COEXIST";class gr extends ur{constructor(e,t,r,o,i,s){super(),this.roomId=e,this.roomType=t,this.joinType=r,this.livingType=o,this.innerUserDatas=i,this.outerUserDatas=s}get kind(){return Ht.JoinRoom}execute(i,a){var c;return r(this,void 0,void 0,(function*(){const{context:r,service:d}=i;let u=s.L_RTC_CLIENT_JOIN_RTC_ROOM_R;if(this.roomType===qt.LIVE?u=s.L_RTC_CLIENT_JOIN_LIVING_ROOM_R:this.roomType===qt.CROSS_MUTI&&(u=s.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R),r.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_DISCONNECTED,msg:"im not connected"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_DISCONNECTED};if(d.detectorMediaSever(),ht(r.getNaviInfo()))return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"navi_usl error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR};if(!t.validate("roomId",this.roomId,t.notEmptyString,!0))return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(!t.validate("roomType",this.roomType,(e=>void 0!==qt[e])))return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomType"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(!t.validate("outerUserDatas",this.outerUserDatas,t.isObject,!1))return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> outerUserDatas"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(this.outerUserDatas){if(!Object.keys(this.outerUserDatas).every((e=>t.validate(`outerUserDatas.${e}`,this.outerUserDatas[e],t.isString,!0))))return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> outerUserDatas"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR}}if(!d.getNaviMS().length)return t.logger.error(u,{status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"No audio / video server address available"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};o.info(`joinRoom -> roomId: ${this.roomId}; joinType: ${this.joinType||e.RTCJoinType.KICK}`);const{code:_,data:l}=yield r.joinRTCRoom(this.roomId,this.roomType,this.livingType,this.joinType,this.innerUserDatas,this.outerUserDatas);if(_!==t.ErrorCode.SUCCESS||!l){o.warn(`joinRoom failed -> code: ${_}`);const r=40032===_?e.RCRTCCode.SIGNAL_JOIN_RTC_ROOM_REFUSED:_;return t.logger.error(u,{status:n.FAILED,code:r,msg:`joinRoom failed -> code: ${_}`},{logSource:t.LogSource.RTC}),{code:r}}o.info(`joinRoom success -> userId: ${r.getCurrentId()}, roomId: ${this.roomId}, data: ${JSON.stringify(l)}`),i.initWithRoomData(l);i.getResourcesByUserId(i.crtUserId).length>0&&a.push(new pr);const R=null===(c=l.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===c?void 0:c.value;return R&&i.setCDNUris(JSON.parse(R)[0]),t.logger.info(u,{status:n.SUCCESSED,userId:i.crtUserId,roomId:this.roomId,data:l},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,data:l}}))}}function Tr(e,t,o,i){return r(this,void 0,void 0,(function*(){return{sdp:yield o.createOffer(t),extend:JSON.stringify({resolutionInfo:o.getOutboundVideoInfo()}),subscribeList:e.filter((e=>{const t=e.track.getTrackId(),{userId:r}=rt(t),o=i.getResourcesByUserId(r);if(!o)return!1;const s=o.filter((e=>t===`${e.msid}_${e.mediaType}`)).length;return s})).map((e=>({simulcast:e.subTiny?Nt.TINY:Nt.NORMAL,resolution:"",uri:i.getPublishedResourceByTrackId(e.track.getTrackId()).uri}))),switchstream:!1}}))}function mr(i,s,n){return r(this,void 0,void 0,(function*(){const r=yield i.setRTCCDNUris(s,mt.TOTAL_CONTENT_RESOURCE,JSON.stringify([n]));return r!==t.ErrorCode.SUCCESS?(o.error(`spreadCDNInfo failed -> code: ${r}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(o.info("spreadCDNInfo succeed"),{code:e.RCRTCCode.SUCCESS})}))}function Sr(i,s,n){return r(this,void 0,void 0,(function*(){const r=yield i.setRTCData(s,"cdn_uris",JSON.stringify([n]),!0,Xt.ROOM);return r!==t.ErrorCode.SUCCESS?(o.error(`setRoomCDNInfo failed -> code: ${r}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(o.info("setRoomCDNInfo succeed"),{code:e.RCRTCCode.SUCCESS})}))}function Ir(o){return r(this,void 0,void 0,(function*(){const r=o.context,i=o.roomId,a=Object.assign({},o.getCDNUris(),{enableInnerCDN:o.getCDNEnable()});t.logger.info(s.L_LIVING_ROOM_SPREAD_CDN_INFO_T,{roomId:i,CDNUris:a},{logSource:t.LogSource.RTC});const c=(yield Promise.all([mr(r,i,a),Sr(r,i,a)])).every((t=>t.code===e.RCRTCCode.SUCCESS));return c?t.logger.info(s.L_LIVING_ROOM_SPREAD_CDN_INFO_R,{status:n.SUCCESSED,CDNUris:a},{logSource:t.LogSource.RTC}):t.logger.error(s.L_LIVING_ROOM_SPREAD_CDN_INFO_R,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_ERROR,msg:"signal error"},{logSource:t.LogSource.RTC}),c?{code:e.RCRTCCode.SUCCESS}:{code:e.RCRTCCode.SIGNAL_ERROR}}))}!function(e){e.PUBLISH="publish",e.SUBSCRIBE="subscribe"}(zt||(zt={})),function(e){e.BEGIN="begin",e.END="end"}(Qt||(Qt={})),function(e){e[e.SPREAD=0]="SPREAD",e[e.NO_SPREAD=-1]="NO_SPREAD"}(Zt||(Zt={})),function(e){e[e.ROOM=1]="ROOM",e[e.PERSON=2]="PERSON"}(Xt||(Xt={}));class Er extends ur{constructor(e,t){super(),this.headers=e,this.reqBody=t}execute(t,o){var i,s;return r(this,void 0,void 0,(function*(){const r=yield t.service.exchange(this.headers,this.reqBody);if(t.roomMode!==qt.LIVE)return r;const o=null===(s=null===(i=r.data)||void 0===i?void 0:i.urls)||void 0===s?void 0:s.pull_url;if(r.code!==e.RCRTCCode.SUCCESS||!o)return r;const n=JSON.parse(o);if(t.setCDNUris(n),(null==n?void 0:n.broadcast)===Zt.SPREAD){t.setCDNEnabel(!0);const e=Object.assign({},n,{enableInnerCDN:!0});Sr(t.context,t.roomId,e)}return r}))}}class fr extends ur{constructor(e,t,r){super(),this.tracks=e,this.subhook=t,this.forceReq=r}execute(i,s){return r(this,void 0,void 0,(function*(){const{tracks:r,forceReq:n}=this,a=i.roomId;if(!t.validate("tracks",r,(()=>t.isArray(r)&&r.every((e=>e instanceof je||e.track instanceof je))),!0))return o.warn(`update sublist failed, tracks is invalid -> roomId: ${a}`),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`update subscribe list -> roomId: ${a}, forceReq: ${n}, tracks: ${r.map(gt)}`);let c=r.map((e=>e instanceof je?{track:e}:Object.assign({},e)));const d={};c=c.filter((e=>{const t=e.track.getTrackId();return i.getRemoteTrack(t)?!d[t]&&(d[t]=!0):(o.warn(`track cannot found in room -> trackId: ${t}`),!1)})).map((e=>Object.assign({},e)));const u=i.getSubscribedList().map((e=>Object.assign({},e)));if(!n){let t=!1;if(c.forEach((e=>{const r=u.findIndex((t=>t.track===e.track));if(-1===r)return void(t=!0);u.splice(r,1)[0].subTiny!==e.subTiny&&(t=!0)})),u.length&&(t=!0),!t)return{code:e.RCRTCCode.SUCCESS}}const{pc:_,pushOtherRooms:l,headers:R}=this.subhook(r);_.updateSubRemoteTracks(c.map((e=>e.track)));const C=yield Tr(c,!1,_,i);l&&(C.pushOtherRooms=l);const h=yield new Er(R,C).execute(i,s),p=c.map((e=>e.track.getTrackId()));if(h.code!==e.RCRTCCode.SUCCESS)return{code:h.code};const{sdp:g,resultCode:T,message:m,subscribedList:S}=h.data;if(T!==e.RCRTCCode.SUCCESS)return o.error(`change subscribe list failed: ${T}`),{code:T};o.debug(`subscribe success: ${p.join(",")}`);const I=yield _.setRemoteAnswer(g.sdp);if(I!==e.RCRTCCode.SUCCESS)return{code:I};const E=null==S?void 0:S.map((e=>`${e.msid}_${e.mediaType}`)),f=c.filter((e=>null==E?void 0:E.includes(e.track.getTrackId()))),L=c.filter((e=>!(null==E?void 0:E.includes(e.track.getTrackId())))),v=i.getRemoteTracks();for(const e in v){const t=f.some((t=>t.track.getTrackId()===e));v[e].__innerSetSubscribed(t);const r=f.some((t=>t.track.getTrackId()===e&&t.subTiny));v[e].isVideoTrack()&&v[e].__innerSetIsTinyTrack(r)}return i.resetSubscribedList(f),L.length?{code:e.RCRTCCode.SUCCESS,failedList:L}:{code:e.RCRTCCode.SUCCESS}}))}}class Lr extends ur{constructor(e,t){super(),this.tracks=e,this.subhook=t}execute(i,a){return r(this,void 0,void 0,(function*(){const r=this.tracks,c=i.roomId;if(t.logger.info(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_T,{trackIds:r.map(gt)},{logSource:t.LogSource.RTC}),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof je))),!0))return o.warn(`unsubscribe failed, tracks is invalid -> roomId: ${c}`),t.logger.warn(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`unsubscribe -> roomId: ${c}, tracks: ${r.map(gt)}`);const d=i.getSubscribedList().map((e=>Object.assign({},e))).filter((e=>!r.includes(e.track)));return i.polarisReport.sendR2(zt.SUBSCRIBE,Qt.END,r.map((e=>e.getTrackId()))),t.logger.info(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,{trackIds:r.map(gt),roomId:c},{logSource:t.LogSource.RTC}),new fr(d,this.subhook,!1).execute(i,a)}))}}class vr extends ur{constructor(e,t){super(),this.msgContent=e,this.subhook=t}get priority(){return Jt.NORMAL}execute(e,t){return r(this,void 0,void 0,(function*(){const r=[],i=[],s=[],n=[],a={joined:r,left:i,upgrade:s,downgrade:n},{users:c}=this.msgContent;if(0===c.length)return a;for(let t=0;t<c.length;t++){const r=c[t];if(r.extra&&r.extra.roomId!==e.roomId)return a;if(1==+r.state&&!e.getRemoteUserIds().includes(r.userId))return a}c.forEach((t=>{const a=t.userId;if(0==+t.state){o.debug(`user joined -> ${a}`);const i=e.getResourcesByUserId(a);i||(t.switchRoleType?s.push(a):r.push(a)),e.setResourcesByUserId(a,i||[])}else o.debug(`user left -> ${a}`),t.switchRoleType?n.push(a):i.push(a)}));const d=[...i,...n];if(d.length){const r=[],o=[];d.forEach((t=>{r.push(...e.getRemoteTracksByUserId(t)),o.push(t)})),r.length&&(yield new Lr(r,this.subhook).execute(e,t),r.forEach((t=>e.removeRemoteTrack(t.getTrackId())))),o.length&&o.forEach((t=>e.removeResourcesByUserId(t)))}return a}))}}class Or extends ur{constructor(e,t,r){super(),this.subhook=e,this.tracks=t,this.onTrackUnpublish=r}execute(e,t){return r(this,void 0,void 0,(function*(){const r=this.tracks;yield new Lr(r,this.subhook).execute(e,t),r.forEach((t=>{t.__innerDestroy(),e.removeRemoteTrack(t.getTrackId())})),this.onTrackUnpublish(r)}))}}class Ar extends ur{constructor(e,t,r,o,i){super(),this.msgContent=e,this.messageType=t,this.senderId=r,this.subhook=o,this.callback=i}get priority(){return Jt.NORMAL}execute(t,i){var s,n;return r(this,void 0,void 0,(function*(){const{uris:r}=this.msgContent,a=[],c=[],d=[];let u;const _=this.senderId,l=this.messageType,R=t.getResourcesByUserId(_)||[];switch(t.setResourcesByUserId(_,R),l){case mt.MODIFY:d.push(...r);break;case mt.PUBLISH:a.push(...r);break;case mt.UNPUBLISH:c.push(...r);break;case mt.TOTAL_CONTENT_RESOURCE:u=st(R,r),a.push(...u.publishedList),c.push(...u.unpublishedList),d.push(...u.modifiedList)}if(a.length>0){const r=R.map(tt),s=[],n=[];if(a.forEach((o=>{const i=tt(o),a=r.indexOf(i),{userId:c,tag:d,mediaType:u}=rt(i);a>-1?R[a]=o:R.push(o);let _=t.getRemoteTrack(i);_?_.isSubscribed()&&s.push(_):(_=u===e.RCMediaType.AUDIO_ONLY?new Je(d,c):new We(d,c),t.addRemoteTrack(_),n.push(_)),_.__innerSetRemoteMuted(0===o.state)})),s.length){const r=s.map((e=>e.getTrackId()));o.debug(`resub tracks -> ${JSON.stringify(r)}`);const{code:n}=yield new fr(s,this.subhook).execute(t,i);n!==e.RCRTCCode.SUCCESS&&o.error(`resub tracks failed -> code: ${n}, ids: ${JSON.stringify(r)}`)}this.callback.onTrackPublish(n)}if(c.length>0){const e=c.map(tt);for(let t=R.length-1;t>=0;t-=1){const r=R[t];e.includes(tt(r))&&R.splice(t,1)}const r=c.map((e=>{const r=tt(e);return t.getRemoteTrack(r)}));yield new Or(this.subhook,r,this.callback.onTrackUnublish).execute(t,i)}if(d.length>0){const e=R.map(tt);for(let r=0;r<d.length;r+=1){const o=d[r],i=tt(o),s=e.indexOf(i);R[s].state=o.state;const n=t.getRemoteTrack(i);n.__innerSetRemoteMuted(0===o.state),n.isAudioTrack()?this.callback.onAudioMute(n):this.callback.onVideoMute(n)}}if(t.roomMode!==qt.LIVE)return;const C=this.msgContent;if(!C.cdn_uris)return;const h=(null===(s=t.getCDNUris())||void 0===s?void 0:s.enableInnerCDN)!==C.cdn_uris[0].enableInnerCDN;t.setCDNUris(C.cdn_uris[0]),h&&this.callback.onCDNEnableChange(!!(null===(n=t.getCDNUris())||void 0===n?void 0:n.enableInnerCDN))}))}}class Nr extends ur{constructor(e,t,r){super(),this.tracks=e,this.subhook=t,this.forceReq=r}execute(i,a){return r(this,void 0,void 0,(function*(){const{tracks:r,forceReq:c}=this,d=i.roomId;if(t.logger.info(s.L_ABSTRACT_ROOM_SUBSCRIBE_T,{trackIds:r.map(gt),forceReq:c},{logSource:t.LogSource.RTC}),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof je||e.track instanceof je))),!0))return o.warn(`subscribe failed, tracks is invalid -> roomId: ${d}`),t.logger.error(s.L_ABSTRACT_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`subscribe -> roomId: ${d}, tracks: ${r.map(gt)}`);const u=i.getSubscribedList().map((e=>Object.assign({},e))),_=r.map((e=>e instanceof je?{track:e}:e));let l=!1;const R=[];return _.forEach((e=>{const t=e.track.getTrackId();R.push(t);const r=u.find((e=>e.track.getTrackId()===t));r&&r.subTiny===e.subTiny||(r?r.subTiny=e.subTiny:u.push(e),l=!0)})),l||c?(i.polarisReport.sendR2(zt.SUBSCRIBE,Qt.BEGIN,R),t.logger.info(s.L_ABSTRACT_ROOM_SUBSCRIBE_R,{trackIds:r.map(gt),roomId:d},{logSource:t.LogSource.RTC}),new fr(u,this.subhook,!0).execute(i,a)):(t.logger.warn(s.L_ABSTRACT_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:"",msg:"repeat subscribe"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}}class Dr extends ur{constructor(e,t){super(),this.tracks=e,this.pubhook=t}get kind(){return Ht.Publish}_removePubFailedTracks(e,t){e.forEach((e=>{const r=e instanceof Me?e:e.track;o.debug(`remove pub failed track from peerconnection -> trackId: ${r.getTrackId()}`),t.removeLocalTrackById(r.getTrackId())}))}__publish(t,i,s,n,a){return r(this,void 0,void 0,(function*(){const{pcName:r,pc:c,headers:d}=i,u=t.roomId,_=[];s.forEach((e=>{const{track:t}=e instanceof Me?{track:e}:e;_.push(t)})),s.sort(((e,t)=>{const{track:r}=e instanceof Me?{track:e}:e,{max:o}=r.getBitrate(),{track:i}=t instanceof Me?{track:t}:t,{max:s}=i.getBitrate();return o-s}));if(c.getLocalTracks().length+((e,t)=>{let r=0;return e.forEach((e=>{const o=e instanceof Me?e.getTrackId():e.track.getTrackId();t.getLocalTrack(o)||(e instanceof Me?r++:e.pubTiny&&e.track.isVideoTrack()&&(r+=2))})),r})(s,c)>10)return o.error(`publish failed, tracks limit exceeded -> roomId: ${u}`),{code:e.RCRTCCode.PUBLISH_TRACK_LIMIT_EXCEEDED,tracks:_};o.debug(`publish tracks -> roomId: ${u}, tracks: ${s.map(gt)}`);for(let t=0;t<s.length;t++){const r=s[t],{track:i,pubTiny:n}=r instanceof Me?{pubTiny:!1,track:r}:r;if(i.isVideoTrack()&&n){let t;try{t=i.__innerGetMediaStreamTrack().clone();const r=n.frameRate||e.RCFrameRate.FPS_15,o=n.resolution||e.RCResolution.W176_H144,{width:s,height:a}=at(o),c=ut(r);yield t.applyConstraints({width:s,height:a,frameRate:c})}catch(e){null==t||t.stop(),o.warn(`pubTiny failed -> id: ${i.getTrackId()}, msg: ${e.message}`);break}c.addLocalTrack(new we(i.getTag(),i.getUserId(),t,!0))}c.addLocalTrack(i)}c.clearReTryExchangeTimer();const l=t.useMutilPeerC?[]:t.getSubscribedList(),R=yield Tr(l,!1,c,t);n&&(R.pushOtherRooms=n);const C=yield new Er(d,R).execute(t,a);if(C.code!==e.RCRTCCode.SUCCESS)return o.error(`publish failed -> roomId: ${u}, code: ${C.code}`),this._removePubFailedTracks(s,c),{code:C.code,tracks:_};const{sdp:h,resultCode:p,message:g}=C.data;if(p!==e.RCRTCCode.SUCCESS)return o.error(`publish failed -> roomId: ${u}, code: ${p}, msg: ${g}`),this._removePubFailedTracks(s,c),{code:p,tracks:_};const T=yield c.setRemoteAnswer(h.sdp);return T!==e.RCRTCCode.SUCCESS?{code:T,tracks:_}:Object.assign({},C,{tracks:_})}))}_mergePublishRes(i,s){return r(this,void 0,void 0,(function*(){const r=s.crtUserId,n=s.roomId;let a="";const c=[],d=s.getResourcesByUserId(r),u=[...d];let _=[];i.forEach((t=>{if(t.code!==e.RCRTCCode.SUCCESS){const{tracks:e}=t;return void c.push({code:t.code,tracks:e})}const{publishList:r,urls:o,mcuPublishList:i}=t.data;a=null==o?void 0:o.liveUrl;r.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:s.getTrackState(tt(e))},e))).forEach((e=>{const{isInclude:t,index:r}=((e,t)=>{let r=!1,o=0;for(let i=0;i<t.length;i++){const s=t[i];if(`${e.msid}_${e.mediaType}`==`${s.msid}_${s.mediaType}`){r=!0,o=i;break}}return{isInclude:r,index:o}})(e,u);t?u.splice(r,1,e):u.push(e)}));const n=(null==i?void 0:i.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:1},e))))||[];_=n}));const{publishedList:l}=st(d,u),R=Object.assign({},s.getCDNUris(),{enableInnerCDN:s.getCDNEnable()}),C=R&&R.broadcast===Zt.SPREAD?JSON.stringify([R]):"",h=yield s.context.setRTCTotalRes(n,qe(mt.PUBLISH,l),Ye(u),mt.TOTAL_CONTENT_RESOURCE,Ye(_),C);if(h!==t.ErrorCode.SUCCESS)return o.error(`send publish streams notification failed: ${h}`),{code:e.RCRTCCode.SIGNAL_ERROR};s.setResourcesByUserId(r,u);const p=l.map((e=>tt(e)));s.polarisReport&&s.polarisReport.sendR2(zt.PUBLISH,Qt.BEGIN,p),l.forEach((e=>{const t=s.useMutilPeerC?`${n}_${(e=>{const t=e.split("_");return{tag:t.pop(),userId:t.join("_")}})(e.msid).tag}`:`${n}_pub`,{pc:r}=s.peerMgr.getPCItemByPCName(t);r.getLocalTrack(`${e.msid}_${e.mediaType}`).__innerSetPublished(!0)})),o.debug(`publish success: ${p.join(",")}`);const g={code:e.RCRTCCode.SUCCESS};return a&&(g.liveUrl=a),c.length&&(g.failedTracks=c,g.code=e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED),g}))}execute(i,a){return r(this,void 0,void 0,(function*(){let r=this.tracks;const c=i.roomId;if(t.logger.info(s.L_ABSTRACT_ROOM_PUBLISH_T,{trackIds:r.map(gt)},{logSource:t.LogSource.RTC}),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof Me||e.track instanceof Me))),!0))return o.warn(`publish failed, tracks is invalid -> roomId: ${c}`),t.logger.error(s.L_ABSTRACT_ROOM_PUBLISH_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(r=r.filter((e=>{const{track:r}=e instanceof Me?{track:e}:e,o=r.isDestroyed();return o&&t.logger.warn(s.L_ABSTRACT_ROOM_PUBLISH_R,{status:n.FAILED,msg:`track -> ${r.getTrackId()} has beem destroyed`}),!o})),!r.length)return{code:e.RCRTCCode.PUBLISH_TRACKS_IS_INVALID};const d=[],{plist:u,pushOtherRooms:_}=this.pubhook(r);for(let e=0;e<u.length;e++){const t=u[e];d.push(this.__publish(i,t,t.tracks,_,a))}const l=yield Promise.all(d),R=yield this._mergePublishRes(l,i);return t.logger.info(s.L_ABSTRACT_ROOM_PUBLISH_R,{status:n.SUCCESSED,roomId:c,trackIds:r.map(gt)},{logSource:t.LogSource.RTC}),R}))}}class kr extends ur{constructor(e,t){super(),this.tracks=e,this.unpubhook=t}get kind(){return Ht.UnPublish}__unpublish(t,i,s,n){return r(this,void 0,void 0,(function*(){const{pcName:r,pc:a}=s;t.roomId;const c=n.map((e=>e.getTrackId()));if(0===c.map(t.getPublishedResourceByTrackId.bind(t)).filter((e=>!!e)).length)return{code:e.RCRTCCode.SUCCESS,tracks:n};c.forEach((e=>a.removeLocalTrackById(e))),t.polarisReport.sendR2(zt.PUBLISH,Qt.END,c),a.clearReTryExchangeTimer();const d=t.useMutilPeerC?[]:t.getSubscribedList(),u=yield Tr(d,!1,a,t),{pushOtherRooms:_,headers:l}=this.unpubhook(n,r);_&&(u.pushOtherRooms=_);const R=yield new Er(l,u).execute(t,i);return R.code!==e.RCRTCCode.SUCCESS?(o.error(`exchange failed -> code: ${R.code}`),{code:R.code,tracks:n}):Object.assign({},R,{tracks:n})}))}_mergeUnpublishRes(i,s){return r(this,void 0,void 0,(function*(){const n=i.context.getCurrentId(),a=i.roomId,c=[],d=[],u=[],_=[];let l=[];for(let t=0;t<s.length;t++){const r=s[t];if(r.code!==e.RCRTCCode.SUCCESS){const{tracks:e}=r;d.push({code:r.code,tracks:e});continue}const{resultCode:n,message:a,mcuPublishList:R}=r.data;n!==e.RCRTCCode.SUCCESS&&o.error(`unpublish streams failed -> code: ${n}, msg: ${a}`);const C=r.tracks.map((e=>e.getTrackId()));_.push(...C);const h=C.map(i.getPublishedResourceByTrackId.bind(i)).filter((e=>!!e));u.push(...h),c.push(r);const p=R?R.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:1},e))):[];l=p}const R=i.getResourcesByUserId(n).filter((e=>!u.includes(e))),C=yield i.context.setRTCTotalRes(a,qe(mt.UNPUBLISH,u),Ye(R),mt.TOTAL_CONTENT_RESOURCE,Ye(l));if(C!==t.ErrorCode.SUCCESS)return o.error("send unpublish notification failed:",C),{code:e.RCRTCCode.SIGNAL_ERROR};o.debug(`unpublish success -> tracks: ${_.join(",")}`),c.forEach((e=>r(this,void 0,void 0,(function*(){const{sdp:t}=e.data,{tracks:r}=e,o=i.peerMgr.getPCByTrackId(r[0].getTrackId());yield o.setRemoteAnswer(t.sdp)})))),i.setResourcesByUserId(n,R);const h={code:e.RCRTCCode.SUCCESS};return d.length&&(h.failedTracks=d,h.code=e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED),h}))}execute(i,a){return r(this,void 0,void 0,(function*(){const{crtUserId:r,roomId:c}=i,d=this.tracks;t.logger.info(s.L_ABSTRACT_ROOM_UNPUBLISH_T,{trackIds:d.map(gt)},{logSource:t.LogSource.RTC});if(!t.validate("tracks",d,(()=>d.every((e=>e.getUserId()===r&&e instanceof Me))),!0))return o.warn(`unpublish failed, tracks is invalid -> roomId: ${c}, tracks: ${d.map(gt)}`),t.logger.error(s.L_ABSTRACT_ROOM_UNPUBLISH_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const u=i.peerMgr.createPeerCList(d),_=[];for(let e=0;e<u.length;e++){const{tracks:t}=u[e];_.push(this.__unpublish(i,a,u[e],t))}const l=yield Promise.all(_);let R=l.length;if(l.forEach((t=>{t.code!==e.RCRTCCode.SUCCESS||t.data||(R-=1)})),0===R)return{code:e.RCRTCCode.SUCCESS};const C=yield this._mergeUnpublishRes(i,l);return t.logger.info(s.L_ABSTRACT_ROOM_UNPUBLISH_R,{status:n.SUCCESSED,roomId:c,trackIds:d.map(gt)},{logSource:t.LogSource.RTC}),C}))}}class yr extends ur{constructor(e,t){super(),this.localTrack=e,this._recvSignalResultFn=t}execute(e,i){return r(this,void 0,void 0,(function*(){const{localTrack:r}=this,i=r.getTrackId(),{crtUserId:s,roomId:n}=e,a=[{resourceId:i,enabled:!r.isLocalMuted()}],c=e.getResourcesByUserId(s),d=[];for(let e=0;e<c.length;e+=1){const t=c[e],r=tt(t),o=a.findIndex((e=>e.resourceId===r));if(o>=0){const{enabled:e}=a[o];t.state=e?1:0,d.push(t);break}}const u=yield e.context.setRTCTotalRes(n,qe(mt.MODIFY,d),Ye(c),mt.TOTAL_CONTENT_RESOURCE);this._recvSignalResultFn(u),u!==t.ErrorCode.SUCCESS&&o.error("notice `track.enabled` change failed -> code: "+u)}))}}class br extends ur{constructor(e,t,r){super(),this.pcName=e,this.isPub=t,this.retryHook=r}get priority(){return Jt.HIGH}execute(t,i){return r(this,void 0,void 0,(function*(){const{pcName:r,isPub:s}=this,{useMutilPeerC:n}=t,{pc:a}=t.peerMgr.getPCItemByPCName(r),c=s&&n?[]:t.getSubscribedList(),d=yield Tr(c,!0,a,t),{pushOtherRooms:u,headers:_}=this.retryHook(r);u&&(d.pushOtherRooms=u);const l=yield new Er(_,d).execute(t,i);if(l.code!==e.RCRTCCode.SUCCESS)return void o.error(`reTryExchange failed: ${l.code}, pcName: ${r}`);const{sdp:R,resultCode:C}=l.data;C===e.RCRTCCode.SUCCESS?(a.clearReTryExchangeTimer(),yield a.setRemoteAnswer(R.sdp)):o.error(`reTryExchange failed: ${C}, pcName: ${r}`)}))}}class Ur extends ur{constructor(e,t,r){super(),this.subhook=e,this.callbacks=t,this.livingType=r}get priority(){return Jt.HIGH}execute(i,a){return r(this,void 0,void 0,(function*(){const{livingType:r}=this,{roomId:c,crtUserId:d,roomMode:u}=i;t.logger.info(s.L_ABSTRACT_ROOM_RECONNECTED_T,{livingType:r},{logSource:t.LogSource.RTC});if(i.peerMgr.getPCList().some((e=>"closed"===e.getRTCPeerConn().connectionState)))return o.warn("RTCPeerConnection closed. Please rejoin room to restore services."),t.logger.error(s.L_ABSTRACT_ROOM_RECONNECTED_R,{status:n.FAILED,code:"",msg:"RTCPeerConnection disconnected"},{logSource:t.LogSource.RTC}),void this.callbacks.onPeerClosed();const{code:_,data:l}=yield i.context.joinRTCRoom(c,u,r);if(_!==t.ErrorCode.SUCCESS)return o.error(`RTC __onReconnected getRTCRoomInfo failed: ${_}`),void t.logger.error(s.L_ABSTRACT_ROOM_RECONNECTED_R,{status:n.FAILED,code:_,msg:""},{logSource:t.LogSource.RTC});o.debug(`RTC __onReconnected getRTCRoomInfo success: ${JSON.stringify(l)}`);const R=[],C={},h={},p={},g=pt(l,c),T=Object.keys(g),m=i.getAllUserIds();for(let e=T.length-1;e>=0;e-=1){const t=T[e],r=m.indexOf(t);if(-1===r){R.push(t),C[t]=it(g[t]);continue}const o=i.getResourcesByUserId(t),s=g[t],{publishedList:n,modifiedList:a,unpublishedList:c}=st(o,s,!0);C[t]=it(n),h[t]=it(c),p[t]=it(a),m.splice(r,1)}m.length&&m.forEach((e=>{i.removeResourcesByUserId(e)})),i.assignRoomData(g),m.length&&this.callbacks.onUserLeave(m),R.length&&this.callbacks.onUserJoin(R);for(const e in h){if(e===d)continue;const t=h[e];if(t.length){const e=t.map((e=>i.getRemoteTrack(tt(e))));yield new Or(this.subhook,e,this.callbacks.onTrackUnpublish).execute(i,a)}}return Object.keys(C).forEach((t=>{const r=C[t];if(0===r.length)return;const o=r.map((t=>{const r=tt(t),{userId:o,tag:s,mediaType:n}=rt(r),a=n===e.RCMediaType.AUDIO_ONLY?new Je(s,o):new We(s,o);return i.addRemoteTrack(a),a.__innerSetRemoteMuted(0===t.state),a}));this.callbacks.onTrackPublish(o)})),Object.keys(p).forEach((e=>{p[e].forEach((e=>{const t=tt(e),r=i.getRemoteTrack(t);r.__innerSetRemoteMuted(0===e.state),r.isAudioTrack()?this.callbacks.onAudioMuteChange(r):this.callbacks.onVideoMuteChange(r)}))})),i.roomMode===qt.LIVE&&this.executeInLivingRoom(i,l),t.logger.info(s.L_ABSTRACT_ROOM_RECONNECTED_R,{status:n.SUCCESSED,roomData:l},{logSource:t.LogSource.RTC}),{data:l}}))}executeInLivingRoom(e,r){var o,i;if(t.logger.error(s.L_LIVING_ROOM_RECONNECTED_T,{roomData:r},{logSource:t.LogSource.RTC}),!r)return void t.logger.info(s.L_LIVING_ROOM_RECONNECTED_R,{status:n.FAILED,code:"",msg:"room not fond"},{logSource:t.LogSource.RTC});const a=null===(o=r.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===o?void 0:o.value;if(!a)return void t.logger.error(s.L_LIVING_ROOM_RECONNECTED_R,{status:n.FAILED,code:"",msg:"cdn_uris not found"},{logSource:t.LogSource.RTC});const c=JSON.parse(a),d=(null===(i=e.getCDNUris())||void 0===i?void 0:i.enableInnerCDN)!==c.enableInnerCDN;e.setCDNUris(c),t.logger.info(s.L_LIVING_ROOM_RECONNECTED_R,{status:n.SUCCESSED,roomData:r},{logSource:t.LogSource.RTC}),d&&this.callbacks.onCDNEnableChange(c.enableInnerCDN)}}class Pr extends _r{constructor(e,t,r,o=jt.NORMAL){super(o),this.tracks=e,this.subhook=t,this.callbacks=r}execute(t,i){var s,n,a;return r(this,void 0,void 0,(function*(){const{tracks:r}=this,c=t.roomId;if(o.info(`unsubscribe -> roomId: ${c}, tracks: ${r.map(gt)}`),this.state===jt.NORMAL){const e=t.getSubscribedList().slice(),{code:o,failedList:n}=yield new fr(r,this.subhook).execute(t,i),a=t.getSubscribedList().slice(),{subscribe:c,unsubscribe:d}=this.pickoutSubscribed(a,e);return null===(s=this.callbacks)||void 0===s||s.onTaskCompleted({code:o,subscribe:c,unsubscribe:d,failedList:n}),{code:o,failedList:n}}if(this.state===jt.TAIL){const{code:r}=yield new Pr(this.tracks,this.subhook,this.callbacks,jt.MIDDLE).execute(t,i);if(r===e.RCRTCCode.SUCCESS){const r=t.getCollectSubscribeList().slice(0),o=t.getSubscribedList().slice(),{code:s,failedList:c}=yield new fr(r,this.subhook).execute(t,i);if(s!==e.RCRTCCode.SUCCESS)return null===(n=this.callbacks)||void 0===n||n.onTaskCompleted({code:s,subscribe:[],unsubscribe:[],failedList:c}),{code:s,failedList:c};const d=t.getSubscribedList().slice(0),{subscribe:u,unsubscribe:_}=this.pickoutSubscribed(d,o);return null===(a=this.callbacks)||void 0===a||a.onTaskCompleted({code:s,subscribe:u,unsubscribe:_,failedList:c}),{code:s,failedList:c}}return{code:r}}return _r.AsyncUpdateSubscribeTasks.splice(_r.AsyncUpdateSubscribeTasks.length,0,...this.tracks),new Promise((o=>{const i=this.formateTrack(r);t.resetCollectSubscribeList(i),o({code:e.RCRTCCode.SUCCESS})}))}))}}class Mr extends _r{constructor(e,t,r,o=jt.NORMAL){super(o),this.tracks=e,this.subhook=t,this.callbacks=r}execute(i,a){var c;return r(this,void 0,void 0,(function*(){const{tracks:r}=this,d=i.roomId;if(this.state===jt.NORMAL){const e=i.getSubscribedList().slice(),{code:t,failedList:o}=yield new Nr(r,this.subhook).execute(i,a),s=i.getSubscribedList().slice(),{subscribe:n,unsubscribe:d}=this.pickoutSubscribed(s,e);return null===(c=this.callbacks)||void 0===c||c.onTaskCompleted({code:t,subscribe:n,unsubscribe:d,failedList:o}),{code:t,failedList:o}}if(t.logger.info(s.L_ABSTRACT_ROOM_SUBSCRIBE_T,{trackIds:r.map(gt)},{logSource:t.LogSource.RTC}),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof je||e.track instanceof je))),!0))return o.warn(`subscribe failed, tracks is invalid -> roomId: ${d}`),t.logger.error(s.L_ABSTRACT_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`subscribe -> roomId: ${d}, tracks: ${r.map(gt)}`);const u=this.getSubscribedList(i).map((e=>Object.assign({},e))),_=r.map((e=>e instanceof je?{track:e}:e)),l=[];if(_.forEach((e=>{const t=e.track.getTrackId();l.push(t);const r=u.find((e=>e.track.getTrackId()===t));if(r){if(r.subTiny===e.subTiny)return;r.subTiny=e.subTiny}else u.push(e)})),i.polarisReport.sendR2(zt.SUBSCRIBE,Qt.BEGIN,l),t.logger.info(s.L_ABSTRACT_ROOM_SUBSCRIBE_R,{trackIds:r.map(gt),roomId:d},{logSource:t.LogSource.RTC}),this.state===jt.TAIL){const{code:t}=yield new Mr(this.tracks,this.subhook,this.callbacks,jt.MIDDLE).execute(i,a);if(t===e.RCRTCCode.SUCCESS){const e=i.getCollectSubscribeList().slice(0);return new Pr(e,this.subhook,this.callbacks).execute(i,a)}return{code:t}}return _r.AsyncSubscribeTasks.splice(_r.AsyncSubscribeTasks.length,0,...this.tracks),new Promise((t=>{i.resetCollectSubscribeList(u),t({code:e.RCRTCCode.SUCCESS})}))}))}getSubscribedList(e){return this.state===jt.MIDDLE?e.getCollectSubscribeList():e.getSubscribedList()}}class xr extends _r{constructor(e,t,r,o=jt.NORMAL){super(o),this.tracks=e,this.subhook=t,this.callbacks=r}execute(i,a){var c;return r(this,void 0,void 0,(function*(){const r=this.tracks,d=i.roomId;if(this.state===jt.NORMAL){const e=i.getSubscribedList().slice(),{code:t,failedList:o}=yield new Lr(r,this.subhook).execute(i,a),s=i.getSubscribedList().slice(),{subscribe:n,unsubscribe:d}=this.pickoutSubscribed(s,e);return null===(c=this.callbacks)||void 0===c||c.onTaskCompleted({code:t,subscribe:n,unsubscribe:d,failedList:o}),{code:t,failedList:o}}if(t.logger.info(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_T,{trackIds:r.map(gt)},{logSource:t.LogSource.RTC}),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof je))),!0))return o.warn(`unsubscribe failed, tracks is invalid -> roomId: ${d}`),t.logger.warn(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`unsubscribe -> roomId: ${d}, tracks: ${r.map(gt)}`);const u=this.getSubscribedList(i).map((e=>Object.assign({},e))).filter((e=>!r.includes(e.track)));if(i.polarisReport.sendR2(zt.SUBSCRIBE,Qt.END,r.map((e=>e.getTrackId()))),t.logger.info(s.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,{trackIds:r.map(gt),roomId:d},{logSource:t.LogSource.RTC}),this.state===jt.TAIL){const{code:t}=yield new xr(this.tracks,this.subhook,this.callbacks,jt.MIDDLE).execute(i,a);if(t===e.RCRTCCode.SUCCESS){const e=i.getCollectSubscribeList().slice(0).map((e=>e.track));return new Pr(e,this.subhook,this.callbacks).execute(i,a)}return{code:t}}return _r.AsyncUnsubscribeTasks.splice(_r.AsyncUnsubscribeTasks.length,0,...this.tracks),new Promise((t=>{i.resetCollectSubscribeList(u),t({code:e.RCRTCCode.SUCCESS})}))}))}getSubscribedList(e){return this.state===jt.MIDDLE?e.getCollectSubscribeList():e.getSubscribedList()}}const wr="evt-leave";class Br extends t.EventEmitter{constructor(e,t,r,o,i,s,n,a,c,d=ft()){super(),this._context=e,this._runtime=t,this._roomId=r,this._service=i,this._initOptions=s,this._useMutilPeerC=c,this._clientSessionId=d,this._appListener=null,this._reportListener=null,this._onRecvPKMsg=null,this._polarisReport=new ar(this._context,this._runtime,this._roomId,this),this._peerCManager=new dr(this._useMutilPeerC,this._roomId,this._reTryExchange.bind(this),this._context.getCurrentId(),this._polarisReport),this._invoker=new hr(this._context,this._service,this._peerCManager,r,this._context.getCurrentId(),o,this._polarisReport,n,a),this._store=this._invoker.store}__innerInit(t,o,i,s,n){return r(this,void 0,void 0,(function*(){const{code:r,data:a}=yield this._invoker.push(new gr(this._roomId,t,o,i,s,n));return r!==e.RCRTCCode.SUCCESS?{code:r}:(this._initWithRoomData(a.offlineKickTime),{code:r,data:a})}))}_initWithRoomData(e){var t;this._pinger=new It(this._store.roomId,this._store.roomMode,this._context,this._initOptions.pingGap,1e3*e),this._pinger.onFailed=this._kickoff.bind(this),this._pinger.onPingResult=this._handlePingResult.bind(this),this._pinger.start(),null===(t=this._polarisReport)||void 0===t||t.sendR1()}_handlePingResult(e){this._callAppListener("onPing",e)}setBitrate(e,r,i){if(this._useMutilPeerC)return void o.error("`RCAbstractRoom.setBitrate` is disabled, use `RCLocalTrack.setBitrate` instead.");o.warn("`RCAbstractRoom.setBitrate` will be deprecated, use `RCLocalTrack.setBitrate` instead."),t.assert("max",e,(e=>t.isNumber(e)&&e>Math.max(r||1,200)),!0),t.assert("min",r,(r=>t.isNumber(r)&&r>=1&&(!t.isNumber(e)||r<e)),!0),t.assert("start",i,(o=>t.isNumber(o)&&o>r&&o<=e));this._peerCManager.getPCList().forEach((t=>{t.setBitrate(e,r,i)}))}_onTrackReady(t){const r=t.streams[0].id,i=t.receiver.track,s=[r,"audio"===i.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_"),n=this._store.getRemoteTrack(s);n?(n.__innerSetMediaStreamTrack(i),this._callAppListener("onTrackReady",n)):o.warn(`cannot found remote track ${i.id}`)}_callAppListener(e,...r){var i;"onPing"!==e&&t.logger.info(s.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,{status:n.SUCCESSED,eventType:e,attrs:r},{logSource:t.LogSource.RTC}),"onPing"!==e&&o.info(`${e} callback ->`,...r);const a=null===(i=this._appListener)||void 0===i?void 0:i[e];if(a)try{a(...r)}catch(e){o.error(e)}}_onTrackUnpublish(e){this._callAppListener("onTrackUnpublish",e)}__parseInnerMessage(e){const{targetId:r,conversationType:i}=e;if(i!==t.ConversationType.RTC_ROOM)return!1;if(r!==this._roomId)return!0;o.info(`recv inner msg -> message: ${JSON.stringify(e)} | roomid: ${this._roomId}`);const s=e.content;switch(e.messageType){case mt.KICK:this._kickoff(!0,s);break;case mt.STATE:this._stateHandle(s);break;case mt.MODIFY:case mt.PUBLISH:case mt.UNPUBLISH:case mt.TOTAL_CONTENT_RESOURCE:this._resourceHandle(s,e.messageType,e.senderUserId);break;case mt.ROOM_NOTIFY:this._callAppListener("onRoomAttributeChange",e.messageType,e.content);break;case mt.USER_NOTIFY:o.warn(`TODO: ${mt.USER_NOTIFY}`);break;case mt.PK_INVITE:case mt.PK_CANCEL_INVITE:case mt.PK_INVITE_TIMEOUT:case mt.PK_INVITE_ANSWER:case mt.PK_END:this._onRecvPKMsg&&this._onRecvPKMsg(e);break;case mt.OTHER_ROOM_OFFLINE:break;default:this._callAppListener("onMessageReceive",e.messageType,s,e.senderUserId,e.messageUId)}return!0}_kickoff(e,t){return r(this,void 0,void 0,(function*(){if(this._invoker.isDestroyed())return;let r,i;o.warn(`onKickOff -> byServer: ${e}`),this.emit(wr),this._leaveHandle(!e),e&&((null==t?void 0:t.users)||[]).forEach((e=>{e.userId===this._context.getCurrentId()&&(i=e.type,r=e.kickExtra)})),this._callAppListener("onKickOff",e,i,r)}))}_rtcpeerClosed(){this.emit(wr),this._leaveHandle(!0),this._callAppListener("onRTCPeerConnectionCloseByException")}_resourceHandle(e,t,o){return r(this,void 0,void 0,(function*(){const{uris:r,ignore:i}=e;!i&&r&&this._invoker.push(new Ar(e,t,o,this._subhook.bind(this),{onAudioMute:this._onAudioMuteChange.bind(this),onVideoMute:this._onVideoMuteChange.bind(this),onTrackPublish:this._onTrackPublish.bind(this),onTrackUnublish:this._onTrackUnpublish.bind(this),onCDNEnableChange:this._callAppListener.bind(this,"onCDNEnableChange")}))}))}_onTrackPublish(e){this._callAppListener("onTrackPublish",e)}_stateHandle(t){var o;return r(this,void 0,void 0,(function*(){const{left:r,joined:i,upgrade:s,downgrade:n}=yield this._invoker.push(new vr(t,this._subhook.bind(this)));if(null===(o=this._appListener)||void 0===o?void 0:o.onSwitchRole)return s.length&&s.forEach((t=>this._callAppListener("onSwitchRole",t,e.RCRTCLiveRole.ANCHOR))),n.length&&n.forEach((t=>this._callAppListener("onSwitchRole",t,e.RCRTCLiveRole.AUDIENCE))),i.length&&this._callAppListener("onUserJoin",i),void(r.length&&this._callAppListener("onUserLeave",r));const a=[...i,...s],c=[...r,...n];a.length&&this._callAppListener("onUserJoin",a),c.length&&this._callAppListener("onUserLeave",c)}))}getRoomId(){return this._roomId}getCrtUserId(){return this._context.getCurrentId()}__getPC(){return this._store.peerMgr.getPCList()}getRemoteUserIds(){return this._store.getRemoteUserIds()}getRemoteTracks(){const e=[];return this.getRemoteUserIds().forEach((t=>{e.push(...this.getRemoteTracksByUserId(t))})),e}getRemoteTracksByUserId(e){return this._store.getRemoteTracksByUserId(e)}getSessionId(){return this._store.getSessionId()}sendMessage(i,a){return r(this,void 0,void 0,(function*(){t.logger.info(s.L_ABSTRACT_ROOM_SEND_MESSAGE_T,{name:i,content:a},{logSource:t.LogSource.RTC});const{code:r}=yield this._context.sendMessage(t.ConversationType.RTC_ROOM,this._roomId,{messageType:i,content:a,isStatusMessage:!0});return r!==t.ErrorCode.SUCCESS?(o.error(`send message failed -> code: ${r}`),t.logger.error(s.L_ABSTRACT_ROOM_SEND_MESSAGE_R,{status:n.FAILED,code:r,msg:""},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ERROR}):(t.logger.info(s.L_ABSTRACT_ROOM_SEND_MESSAGE_R,{status:n.SUCCESSED,name:i,content:a},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}setRoomAttribute(i,a,c,d=!1){return r(this,void 0,void 0,(function*(){t.logger.info(s.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_T,{roomId:this._roomId,key:i,value:a,message:c,isInner:d},{logSource:t.LogSource.RTC});const r=yield this._context.setRTCData(this._roomId,i,a,d,Xt.ROOM,c);return r!==t.ErrorCode.SUCCESS?(o.error(`SetRoomAttributeValue Failed: ${r}`),t.logger.error(s.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R,{status:n.FAILED,code:r,msg:""},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ERROR}):(t.logger.info(s.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R,{status:n.SUCCESSED,roomId:this._roomId,key:i,value:a,message:c,isInner:d},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}deleteRoomAttributes(i,a,c=!1){return r(this,void 0,void 0,(function*(){t.logger.info(s.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_T,{roomId:this._roomId,keys:i,message:a,isInner:c},{logSource:t.LogSource.RTC});const r=yield this._context.removeRTCData(this._roomId,i,c,Xt.ROOM,a);return r!==t.ErrorCode.SUCCESS?(o.error(`DeleteRoomAttribute Failed: ${r}`),t.logger.error(s.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R,{status:n.FAILED,code:r,msg:""},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ERROR}):(t.logger.info(s.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R,{status:n.SUCCESSED,roomId:this._roomId,keys:i,message:a,isInner:c},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}getRoomAttributes(i=[],s=!1){return r(this,void 0,void 0,(function*(){const{code:r,data:n}=yield this._context.getRTCData(this._roomId,i,s,Xt.ROOM);return r!==t.ErrorCode.SUCCESS?(o.error(`GetRoomAttributes Failed: ${r}`),{code:e.RCRTCCode.SIGNAL_ERROR}):{code:e.RCRTCCode.SUCCESS,data:n}}))}_setUserAttributeValue(e,t,r){return this._context.setRTCData(this._roomId,e,t,!1,Xt.PERSON,r)}_deleteUserAttributes(e,t){return this._context.removeRTCData(this._roomId,e,!1,Xt.PERSON,t)}_getUserAttributes(e){return this._context.getRTCData(this._roomId,e,!1,Xt.PERSON)}isDestroyed(){return this._invoker.isDestroyed()}__destroy(e){return this._leaveHandle(e)}_muteRemoteTracksBeforeQuit(){const e=Object.values(this._store.getRemoteTracks());e.length&&e.forEach((e=>e.mute()))}_leaveHandle(e){var t;return r(this,void 0,void 0,(function*(){if(this._invoker.isDestroyed())return;this._invoker.destroy(),this._muteRemoteTracksBeforeQuit(),this._muteRemoteTracksBeforeQuit(),null===(t=this._audioLevelReport)||void 0===t||t.clearAudioLevelReportTimer(),e&&(yield this._context.quitRTCRoom(this._roomId)),this._store.isMainRoom&&(yield this._quitAllPKRoom()),this._pinger.stop();const r=[];Object.keys(this._peerCManager.getMutilPeerCData()).forEach((e=>{r.push(this._service.exit(this._getRTCReqestHeaders(e)))})),yield Promise.all(r),this._releasePCManager(),this._polarisReport=null}))}_releasePCManager(){const e=this._peerCManager.getPCList();null==e||e.forEach((e=>{e.off(Me.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(Me.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this)})),this._peerCManager.clear(),this._peerCManager=null}_onLocalTrackDestroied(e){e instanceof we&&e.__isTiny()||this.unpublish([e])}_onLocalTrackMuted(e,t){return r(this,void 0,void 0,(function*(){this._invoker.push(new yr(e,t))}))}publish(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new Dr(e,this._pubhook.bind(this)))}))}_getPushOtherRoomsParams(){return[]}_reTryExchange(e,t){return r(this,void 0,void 0,(function*(){this._invoker.push(new br(e,t,(e=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(e)}))))}))}_getRTCReqestHeaders(e){return{"App-Key":this._context.getAppkey(),RoomId:this._roomId,Token:this._store.getToken(),RoomType:this._store.roomMode,UserId:this._context.getCurrentId(),"Client-Session-Id":this._clientSessionId,"Peer-Connection-Id":e}}unpublish(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new kr(e,((e,t)=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(t)}))))}))}_getResourceById(e){return this._store.getPublishedResourceByTrackId(e)}_isValidResourceId(e){var t;const{userId:r}=rt(e);return!!(null===(t=this._store.getResourcesByUserId(r))||void 0===t?void 0:t.find((t=>tt(t)===e)))}_subhook(e){const{pc:t,pcName:r}=this._peerCManager.createPeerCList(e)[0];return t.on(nr.__INNER_EVENT_TRACK_READY__,this._onTrackReady,this),t.__reportR3R4ToPolaris(),t.registerReportListener(this._reportListener),t.clearReTryExchangeTimer(),{pc:t,pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(r)}}_pubhook(e){return{plist:this._peerCManager.createPeerCList(e).map((e=>{const{pc:t,pcName:r}=e;return t.on(Me.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),t.on(Me.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),t.registerReportListener(this._reportListener),t.__reportR3R4ToPolaris(),Object.assign(Object.assign({},e),{headers:this._getRTCReqestHeaders(r)})})),pushOtherRooms:this._getPushOtherRoomsParams()}}subscribe(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new Nr(e,this._subhook.bind(this)))}))}addSubscribeTask(e){this._invoker.push(new Mr(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)}))}unsubscribe(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new Lr(e,this._subhook.bind(this)))}))}addUnsubscribeTask(e){this._invoker.push(new xr(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)}))}updateSubList(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new fr(e,this._subhook.bind(this)))}))}addUpdateSubscribeListTask(e){this._invoker.push(new Pr(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)}))}_onTaskCompleted(e){this._callAppListener("onTaskCompleted",e.code,e.subscribe,e.unsubscribe,e.failedList)}getLocalTrack(e){return this._store.getLocalTrack(e)}getLocalTracks(){return this._store.getLocalTracks()}getRemoteTrack(e){return this._store.getRemoteTrack(e)||null}get subscribedTracks(){return this._store.getSubscribedList().slice()}registerRoomEventListener(e){t.logger.info(s.L_ABSTRACT_ROOM_REGISTER_ROOM_EVENT_LISTENER_O,{status:n.SUCCESSED,listener:e&&Object.keys(e)},{logSource:t.LogSource.RTC}),this._appListener=e}registerReportListener(e){t.logger.info(s.L_ABSTRACT_ROOM_REGISTER_REPORT_LISTENER_O,{status:n.SUCCESSED,listener:e&&Object.keys(e)},{logSource:t.LogSource.RTC}),this._reportListener=e}onAudioLevelChange(e,r){var o;t.logger.info(s.L_ABSTRACT_ROOM_AUDIO_LEVEL_O,{status:n.SUCCESSED,handler:null==e?void 0:e.name,gap:r},{logSource:t.LogSource.RTC}),null===(o=this._audioLevelReport)||void 0===o||o.clearAudioLevelReportTimer(),this._audioLevelReport=new cr(this),this._audioLevelReport.onAudioLevelChange(e,r||1e3)}__onReconnected(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new Ur(this._subhook.bind(this),{onPeerClosed:this._rtcpeerClosed.bind(this),onAudioMuteChange:this._onAudioMuteChange.bind(this),onVideoMuteChange:this._onVideoMuteChange.bind(this),onUserJoin:this._callAppListener.bind(this,"onUserJoin"),onUserLeave:this._callAppListener.bind(this,"onUserLeave"),onTrackPublish:this._onTrackPublish.bind(this),onTrackUnpublish:this._onTrackUnpublish.bind(this),onCDNEnableChange:this._callAppListener.bind(this,"onCDNEnableChange")},e))}))}_onAudioMuteChange(e){this._callAppListener("onAudioMuteChange",e)}_onVideoMuteChange(e){this._callAppListener("onVideoMuteChange",e)}_registerPKMsgListener(e){this._onRecvPKMsg=e}_quitAllPKRoom(){}getClientSessionId(){return this._clientSessionId}}class Vr extends ur{constructor(e,t){super(),this.data=e,this.cdnValues=t}execute(t,i){var s,n,a,c;return r(this,void 0,void 0,(function*(){const r={"App-Key":t.context.getAppkey(),Token:t.getToken(),RoomId:t.roomId,UserId:t.context.getCurrentId(),SessionId:t.getSessionId()},{code:i,res:d}=yield t.service.setMcuConfig(r,this.data);if(i!==e.RCRTCCode.SUCCESS)return o.error(`set MCU config failed: ${i}`),{code:i};o.info("set MCU config success"),d.pull_url&&t.setCDNUris(JSON.parse(d.pull_url));const u=this.cdnValues;return i===e.RCRTCCode.SUCCESS&&((null===(n=null===(s=u.output)||void 0===s?void 0:s.video.normal)||void 0===n?void 0:n.width)||(null===(c=null===(a=u.output)||void 0===a?void 0:a.video.normal)||void 0===c?void 0:c.fps))&&Ir(t),{code:i,res:d}}))}}var $r,Fr,Gr,Kr;e.BackgroundPictureFillMode=void 0,($r=e.BackgroundPictureFillMode||(e.BackgroundPictureFillMode={}))[$r.CROP=1]="CROP",$r[$r.WHOLE=2]="WHOLE",e.MixLayoutMode=void 0,(Fr=e.MixLayoutMode||(e.MixLayoutMode={}))[Fr.CUSTOMIZE=1]="CUSTOMIZE",Fr[Fr.SUSPENSION=2]="SUSPENSION",Fr[Fr.ADAPTATION=3]="ADAPTATION",e.MixVideoRenderMode=void 0,(Gr=e.MixVideoRenderMode||(e.MixVideoRenderMode={}))[Gr.CROP=1]="CROP",Gr[Gr.WHOLE=2]="WHOLE",function(e){e[e.AUDIO_VIDEO_ALL=0]="AUDIO_VIDEO_ALL",e[e.AUDIO_VIDEO_NO=1]="AUDIO_VIDEO_NO",e[e.AUDIO_ALL_VIDEO_NO=2]="AUDIO_ALL_VIDEO_NO",e[e.AUDIO_NO_VIDEO_ALL=3]="AUDIO_NO_VIDEO_ALL",e[e.AUDIO_VIDEO_INPUT=4]="AUDIO_VIDEO_INPUT",e[e.AUDIO_ALL_VIDEO_INPUT=5]="AUDIO_ALL_VIDEO_INPUT",e[e.AUDIO_NO_VIDEO_INPUT=6]="AUDIO_NO_VIDEO_INPUT",e[e.AUDIO_INPUT_VIDEO_ALL=7]="AUDIO_INPUT_VIDEO_ALL",e[e.AUDIO_INPUT_VIDEO_NO=8]="AUDIO_INPUT_VIDEO_NO",e[e.ROOM_AUDIO_VIDEO_APPEND=9]="ROOM_AUDIO_VIDEO_APPEND",e[e.ROOM_AUDIO_VIDEO_NOT_APPEND=10]="ROOM_AUDIO_VIDEO_NOT_APPEND",e[e.ROOM_AUDIO_APPEND=11]="ROOM_AUDIO_APPEND",e[e.ROOM_AUDIO_NOT_APPEND=12]="ROOM_AUDIO_NOT_APPEND",e[e.ROOM_VIDEO_APPEND=13]="ROOM_VIDEO_APPEND",e[e.ROOM_VIDEO_NOT_APPEND=14]="ROOM_VIDEO_NOT_APPEND"}(Kr||(Kr={}));const Hr=()=>({version:2,mode:e.MixLayoutMode.SUSPENSION});class jr{constructor(e,t){this._invoker=e,this._isValidTrackId=t,this._values=Hr()}setHostVideoTrack(r){if(o.info(`setHostVideoTrack -> videoTrackId: ${r}`),!this._isValidTrackId(r))return o.error(`setHostVideoTrack failed -> videoTrackId is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,{status:n.FAILED,code:"",msg:"params error -> videoTrackId"},{logSource:t.LogSource.RTC}),this;const{mediaType:i,tag:a,userId:c}=rt(r);return i!==e.RCMediaType.VIDEO_ONLY?(o.error(`setHostVideoTrack failed -> kind of resource is not 'video' -> ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,{status:n.FAILED,code:"",msg:"not video"},{logSource:t.LogSource.RTC}),this):(this._values.host_stream_id=ot(c,a),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,{status:n.SUCCESSED,videoTrackId:r},{logSource:t.LogSource.RTC}),this)}setMixLayoutMode(r){o.info(`setMixLayoutMode -> mode: ${r}`);return[e.MixLayoutMode.CUSTOMIZE,e.MixLayoutMode.SUSPENSION,e.MixLayoutMode.ADAPTATION].includes(r)?(this._values.mode=r,t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O,{status:n.SUCCESSED,mode:r},{logSource:t.LogSource.RTC}),this):(o.error(`setMixLayoutMode failed -> mode is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O,{status:n.SUCCESSED,code:"",msg:`params error -> mode: ${r}`},{logSource:t.LogSource.RTC}),this)}_addOutputValue(t,r,o="normal"){const i=this._values.output||(this._values.output={video:{normal:{width:640,height:480}}});if("cdn"===t)return void(i.cdn=r);if("audio"===t)return void(i.audio={bitrate:r});const s=i.video;if("normal"!==o&&"tiny"!==o)if("backgroundColor"!==o)if("exparams"!==o){if("backgroundPicture"===o){const t=s.backgroundPicture||(s.backgroundPicture={fillMode:e.BackgroundPictureFillMode.CROP,picture:[]});Object.assign(t,r)}}else s.exparams={renderMode:r};else s.backgroundColor=r;else{const e=s[o]||(s[o]={});Object.assign(e,r)}}setOutputVideoResolution(e){if(o.info(`setOutputVideoResolution -> resolution: ${e}`),!ct(e))return o.error(`setOutputVideoResolution failed -> resolution is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O,{status:n.FAILED,code:"",msg:`params error -> resolution: ${e}`},{logSource:t.LogSource.RTC}),this;const{width:r,height:i}=at(e);return this._addOutputValue("video",{width:r,height:i},"normal"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O,{status:n.SUCCESSED,resolution:e},{logSource:t.LogSource.RTC}),this}setOutputVideoFPS(e){if(o.info(`setOutputVideoFPS -> fps: ${e}`),!dt(e))return o.error(`setOutputVideoFPS failed -> fps is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O,{status:n.FAILED,code:"",msg:`params error -> fps: ${e}`},{logSource:t.LogSource.RTC}),this;const r=ut(e);return this._addOutputValue("video",{fps:r},"normal"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O,{status:n.SUCCESSED,fps:e},{logSource:t.LogSource.RTC}),this}setOutputVideoBitrate(e){return o.info(`setOutputVideoBitrate -> bitrate: ${e}`),!t.isNumber(e)||e<=0?(o.error(`setOutputVideoBitrate failed -> bitrate is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O,{status:n.FAILED,code:"",msg:`params error -> bitrate: ${e}`},{logSource:t.LogSource.RTC})):this._addOutputValue("video",{bitrate:e},"normal"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O,{status:n.SUCCESSED,bitrate:e},{logSource:t.LogSource.RTC}),this}setOutputTinyVideoResolution(e){if(o.info(`setOutputTinyVideoResolution -> resolution: ${e}`),!ct(e))return o.error(`setOutputTinyVideoResolution failed -> resolution is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O,{status:n.FAILED,code:"",msg:`params error -> resolution: ${e}`},{logSource:t.LogSource.RTC}),this;const{width:r,height:i}=at(e);return this._addOutputValue("video",{width:r,height:i},"tiny"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O,{status:n.SUCCESSED,resolution:e},{logSource:t.LogSource.RTC}),this}setOutputTinyVideoFPS(e){if(o.info(`setOutputTinyVideoFPS -> fps: ${e}`),!dt(e))return o.error(`setOutputTinyVideoFPS failed -> fps is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O,{status:n.FAILED,code:"",msg:`params error -> fps: ${e}`},{logSource:t.LogSource.RTC}),this;const r=ut(e);return this._addOutputValue("video",{fps:r},"tiny"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O,{status:n.SUCCESSED,fps:e},{logSource:t.LogSource.RTC}),this}setOutputTinyVideoBitrate(e){return o.info(`setOutputTinyVideoBitrate -> bitrate: ${e}`),!t.isNumber(e)||e<=0?(o.error(`setOutputTinyVideoBitrate failed -> bitrate is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O,{status:n.FAILED,code:"",msg:`params error -> bitrate: ${e}`},{logSource:t.LogSource.RTC})):this._addOutputValue("video",{bitrate:e},"tiny"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O,{status:n.SUCCESSED,bitrate:e},{logSource:t.LogSource.RTC}),this}setOutputVideoRenderMode(r){return o.info(`setOutputVideoRenderMode -> renderMode: ${r}`),[e.MixVideoRenderMode.CROP,e.MixVideoRenderMode.WHOLE].includes(r)?this._addOutputValue("video",r,"exparams"):(o.error(`setOutputVideoRenderMode failed -> renderMode is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O,{status:n.FAILED,code:"",msg:`params error -> renderMode: ${r}`},{logSource:t.LogSource.RTC})),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O,{status:n.SUCCESSED,renderMode:r},{logSource:t.LogSource.RTC}),this}setOutputAudioBitrate(e){return o.info(`setOutputAudioBitrate -> bitrate: ${e}`),t.isNumber(e)&&e>0?this._addOutputValue("audio",e):(o.error(`setOutputAudioBitrate failed -> bitrate is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O,{status:n.FAILED,code:"",msg:`params error -> bitrate: ${e}`},{logSource:t.LogSource.RTC})),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O,{status:n.SUCCESSED,bitrate:e},{logSource:t.LogSource.RTC}),this}setOutputBackgroundColor(e){return o.info(`setOutputBackgroundColor -> color: ${e}`),/^0x[a-fA-F0-9]{6}$/.test(e)?this._addOutputValue("video",e,"backgroundColor"):(o.error(`setOutputBackgroundColor failed -> color is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O,{status:n.FAILED,code:"",msg:`params error -> color: ${e}`},{logSource:t.LogSource.RTC})),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O,{status:n.SUCCESSED,color:e},{logSource:t.LogSource.RTC}),this}addOutputBackgroundPicture(e,r,i,a,c){var d,u,_;if(o.info(`addOutputBackgroundPicture -> uri: ${e}, x: ${r}, y: ${i}, w: ${a}, h: ${c}`),!t.isHttpUrl(e))return o.error(`addOutputBackgroundPicture failed -> uri is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,{status:n.FAILED,code:"",msg:`params error -> uri: ${e}`},{logSource:t.LogSource.RTC}),this;if([r,i,a,c].some((e=>!t.isNumber(e)||e<0||e>1)))return o.error(`addOutputBackgroundPicture failed -> some attrs of (x, y, w, h) is invalid: ${r}, ${i}, ${a}, ${c}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,{status:n.FAILED,code:"",msg:`params error -> x: ${r}, y: ${i}, w: ${a}, h: ${c}`},{logSource:t.LogSource.RTC}),this;const l=(null===(_=null===(u=null===(d=this._values.output)||void 0===d?void 0:d.video)||void 0===u?void 0:u.backgroundPicture)||void 0===_?void 0:_.picture)||[];return l.push({uri:e,w:a,h:c,x:r,y:i}),this._addOutputValue("video",{picture:l},"backgroundPicture"),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,{status:n.SUCCESSED,uri:e,x:r,y:i,w:a,h:c},{logSource:t.LogSource.RTC}),this}removeOutputBackgroundPicture(e){var r,i,a;if(o.info(`removeOutputBackgroundPicture -> uri: ${e}`),!t.isHttpUrl(e))return o.error(`removeOutputBackgroundPicture failed -> uri is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O,{status:n.FAILED,code:"",msg:`params error -> uri: ${e}`},{logSource:t.LogSource.RTC}),this;let c=null===(a=null===(i=null===(r=this._values.output)||void 0===r?void 0:r.video)||void 0===i?void 0:i.backgroundPicture)||void 0===a?void 0:a.picture;return c&&(c=c.filter((t=>t.uri!==e)),this._addOutputValue("video",{pictures:c},"backgroundPicture")),t.logger.info(s.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O,{status:n.SUCCESSED,uri:e},{logSource:t.LogSource.RTC}),this}clearOutputBackgroundPicture(){return o.info("clearOutputBackgroundPicture ->"),this._addOutputValue("video",{pictures:[]},"backgroundPicture"),t.logger.info(s.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}setOutputBackgroundPictureFillMode(r){return o.info(`setOutputBackgroundPictureFillMode -> fillMode: ${r}`),[e.BackgroundPictureFillMode.CROP,e.BackgroundPictureFillMode.WHOLE].includes(r)?this._addOutputValue("video",{fillMode:r},"backgroundPicture"):(o.error(`setOutputBackgroundPictureFillMode failed -> fillMode is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,{status:n.FAILED,code:"",msg:`params error -> fillMode: ${r}`},{logSource:t.LogSource.RTC})),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,{status:n.SUCCESSED,fillMode:r},{logSource:t.LogSource.RTC}),this}addPublishStreamUrls(e){var r,i;o.info(`addPublishStreamUrls -> urls: ${e.join(",")}`);const a=/^rtmp:\/\/.+/;if(!t.isArray(e)||0===e.length||e.some((e=>!a.test(e))))return o.error(`addPublishStreamUrls failed -> urls is invalid: ${e.join(",")}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,{status:n.FAILED,code:"",msg:`params error -> urls: ${e.join(",")}`},{logSource:t.LogSource.RTC}),this;const c=(null===(i=null===(r=this._values.output)||void 0===r?void 0:r.cdn)||void 0===i?void 0:i.concat())||[];let d=!1;return e.forEach((e=>{c.some((t=>t.pushurl===e))||(d=!0,c.push({pushurl:e}))})),c.length>5?(o.error("addPublishStreamUrls failed -> publish stream urls no more than 5!"),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,{status:n.FAILED,code:"",msg:`params error -> publish stream urls no more than 5, length: ${e.length}`},{logSource:t.LogSource.RTC}),this):(d&&this._addOutputValue("cdn",c),t.logger.info(s.L_MCU_CONFIG_BUILDER_ADD_PUBLISH_STREAM_URLS_O,{status:n.SUCCESSED,urls:e},{logSource:t.LogSource.RTC}),this)}removePublishStreamUrls(e){var r,i;o.info(`removePublishStreamUrls -> urls: ${e.join(",")}`);const a=/^rtmp:\/\/.+/;if(!t.isArray(e)||0===e.length||e.some((e=>!a.test(e))))return o.error(`removePublishStreamUrls failed -> urls contain invalid items: ${e.join(",")}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O,{status:n.FAILED,code:"",msg:`params error -> urls: ${e.join(",")}`},{logSource:t.LogSource.RTC}),this;const c=(null===(i=null===(r=this._values.output)||void 0===r?void 0:r.cdn)||void 0===i?void 0:i.concat())||[];for(let t=c.length-1;t>=0;t-=1){const{pushurl:r}=c[t],o=e.indexOf(r);o>=0&&(e.splice(o,1),c.splice(t,1))}return this._addOutputValue("cdn",c),t.logger.info(s.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O,{status:n.SUCCESSED,urls:e},{logSource:t.LogSource.RTC}),this}clearPublishStreamUrls(){return o.info("clearPublishStreamUrls ->"),this._addOutputValue("cdn",[]),t.logger.info(s.L_MCU_CONFIG_BUILDER_CLEAR_PUBLISH_STREAM_URLS_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}addCustomizeLayoutVideo(r,i,a,c,d){if(o.info(`addCustomizeLayoutVideo -> trackId: ${r}, x: ${i}, y: ${a}, width: ${c}, height: ${d}`),!t.notEmptyString(r)||!this._isValidTrackId(r))return o.error(`addCustomizeLayoutVideo failed -> trackId is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${r}`},{logSource:t.LogSource.RTC}),this;if(!t.isNumber(i)||!t.isNumber(a))return o.error(`addCustomizeLayoutVideo failed -> some attrs of (x, y) is invalid: ${i}, ${a}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> x: ${i}, y: ${a}`},{logSource:t.LogSource.RTC}),this;if([c,d].some((e=>!t.isNumber(e)||e<0)))return o.error(`addCustomizeLayoutVideo failed -> some attrs of (width, height) is invalid: ${c}, ${d}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> width: ${c}, height: ${d}`},{logSource:t.LogSource.RTC}),this;const{userId:u,tag:_,mediaType:l}=rt(r);if(l!==e.RCMediaType.VIDEO_ONLY)return o.error(`addCustomizeLayoutVideo failed -> kind of trackId is not 'video': ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${r}的资源不是视频`},{logSource:t.LogSource.RTC}),this;const R=ot(u,_),C=this._values.input||(this._values.input={}),h=C.video||(C.video=[]);return h.some((e=>e.height===d&&e.width===c&&e.stream_id===R&&e.user_id===u&&e.x===i&&e.y===a))?(t.logger.warn(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:"Duplicate configuration item ignored"},{logSource:t.LogSource.RTC}),this):(h.push({user_id:u,stream_id:R,x:i,y:a,width:c,height:d}),t.logger.info(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.SUCCESSED,trackId:r,x:i,y:a,width:c,height:d},{logSource:t.LogSource.RTC}),this)}removeCustomizeLayoutVideo(r){if(o.info(`clearCustomizeInputAudio -> trackId: ${r}`),!this._isValidTrackId(r))return o.error(`clearCustomizeInputAudio failed -> trackId is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${r}`},{logSource:t.LogSource.RTC}),this;const{userId:i,tag:a,mediaType:c}=rt(r);if(c!==e.RCMediaType.VIDEO_ONLY)return o.error(`clearCustomizeInputAudio failed -> kind of trackId is not 'video': ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${r}的资源不是视频`},{logSource:t.LogSource.RTC}),this;const d=ot(i,a),u=this._values.input;return(null==u?void 0:u.video)&&u.video.length>0&&(u.video=u.video.filter((e=>e.stream_id===d))),t.logger.info(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.SUCCESSED,trackId:r},{logSource:t.LogSource.RTC}),this}clearCustomizeLayoutVideo(){o.info("clearCustomizeLayoutVideo ->");const e=this._values.input;return null==e||delete e.video,t.logger.info(s.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_LAYOUT_VIDEO_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}setCustomizeInputAudio(e){if(o.info(`setCustomizeInputAudio -> trackIds: ${e.join(",")}`),e.some((e=>this._isValidTrackId(e))))return o.warn(`setCustomizeInputAudio failed -> trackIds contain invalid items: $${e.join(",")}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O,{status:n.FAILED,code:"",msg:`params error -> trackIds: ${e.join(",")}`},{logSource:t.LogSource.RTC}),this;return(this._values.input||(this._values.input={})).audio=e.map((e=>{const{userId:t,tag:r}=rt(e);return{stream_id:ot(t,r),user_id:t}})),this._values.inputFilterMode=Kr.AUDIO_INPUT_VIDEO_ALL,t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O,{status:n.SUCCESSED,trackIds:e},{logSource:t.LogSource.RTC}),this}addCustomizeInputAudio(e){if(o.info(`addCustomizeInputAudio -> trackId: ${e}`),!this._isValidTrackId(e))return o.warn(`addCustomizeInputAudio failed -> trackId is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${e}`},{logSource:t.LogSource.RTC}),this;const r=this._values.input||(this._values.input={}),i=r.audio||(r.audio=[]),{userId:a,tag:c}=rt(e),d=ot(a,c);return i.some((e=>e.stream_id===d&&e.user_id===a))?(t.logger.warn(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,{status:n.FAILED,code:"",msg:`trackId:${e} is exist`},{logSource:t.LogSource.RTC}),this):(i.push({user_id:a,stream_id:d}),this._values.inputFilterMode=Kr.AUDIO_INPUT_VIDEO_ALL,t.logger.info(s.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,{status:n.SUCCESSED,trackId:e},{logSource:t.LogSource.RTC}),this)}removeCustomizeInputAudio(e){if(o.info(`removeCustomizeInputAudio -> trackId: ${e}`),!this._isValidTrackId(e))return o.error(`removeCustomizeInputAudio failed -> trackId is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${e}`},{logSource:t.LogSource.RTC}),this;const r=this._values.input;if(!(null==r?void 0:r.audio)||0===r.audio.length)return t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,{status:n.FAILED,code:"",msg:"not audio"},{logSource:t.LogSource.RTC}),this;const{userId:i,tag:a}=rt(e),c=ot(i,a);return r.audio=r.audio.filter((e=>i!==e.user_id||c!==e.stream_id)),t.logger.info(s.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,{status:n.SUCCESSED,trackId:e},{logSource:t.LogSource.RTC}),this}clearCustomizeInputAudio(){o.info("clearCustomizeInputAudio ->");const e=this._values.input;return(null==e?void 0:e.audio)&&delete e.audio,this._values.inputFilterMode=Kr.AUDIO_VIDEO_ALL,t.logger.info(s.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_INPUT_AUDIO_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}addPictureWaterMark(e,r,i,a,c,d){if(o.info(`addPictureWaterMark -> trackId: ${e} uri: ${r}, x: ${i}, y: ${a}, w: ${c}, h: ${d}`),!this._isValidTrackId(e))return o.warn(`addPictureWaterMark failed -> trackId is invalid: ${e}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${e}`},{logSource:t.LogSource.RTC}),this;if(!t.isHttpUrl(r))return o.error(`addPictureWaterMark failed -> uri is invalid: ${r}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,{status:n.FAILED,code:"",msg:`params error -> uri: ${r}`},{logSource:t.LogSource.RTC}),this;if([i,a,c,d].some((e=>!t.isNumber(e)||e<0||e>1)))return o.error(`addPictureWaterMark failed -> some attrs of (x, y, w, h) is invalid: ${i}, ${a}, ${c}, ${d}`),t.logger.error(s.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,{status:n.FAILED,code:"",msg:`params error -> x: ${i}, y: ${a}, w: ${c}, h: ${d}`},{logSource:t.LogSource.RTC}),this;const{userId:u,tag:_}=rt(e),l=ot(u,_),R=(this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]})).singleScreen;o.info(`addPictureWaterMark singleScreen-> : ${JSON.stringify(R)}`);const C=R.filter((e=>e.streamId===l))[0];return o.info(`addPictureWaterMark target-> : ${C}`),C?C.picture.push({uri:r,w:c,h:d,x:i,y:a}):R.push({streamId:l,picture:[{uri:r,w:c,h:d,x:i,y:a}]}),o.info(`addPictureWaterMark singleScreen-> : ${JSON.stringify(R)}`),this._values.waterMark.singleScreen=R,o.info(`addPictureWaterMark this._values.waterMark.singleScreen-> : ${JSON.stringify(this._values.waterMark.singleScreen)}`),t.logger.info(s.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,{status:n.SUCCESSED,trackId:e,uri:r,x:i,y:a,w:c,h:d},{logSource:t.LogSource.RTC}),this}clearPictureWaterMark(){o.info("clearOutputBackgroundPicture ->");return(this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]})).singleScreen=[],t.logger.info(s.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}removePictureWaterMark(e,r){if(!t.notEmptyString(e)||!this._isValidTrackId(e))return t.logger.error(s.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O,{status:n.FAILED,code:"",msg:`params error -> trackId: ${e}`},{logSource:t.LogSource.RTC}),this;const{userId:o,tag:i}=rt(e),a=ot(o,i);return(this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]})).singleScreen.forEach((e=>{e.streamId===a&&(e.picture=e.picture.filter((e=>e.uri!==r)))})),t.logger.info(s.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O,{status:n.SUCCESSED,trackId:e,uri:r},{logSource:t.LogSource.RTC}),this}reset(){return o.info("MCUConfigBuilder.reset ->"),this._values=Hr(),t.logger.info(s.L_MCU_CONFIG_BUILDER_RESET_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this}flush(e=!0){return r(this,void 0,void 0,(function*(){const r=JSON.parse(JSON.stringify(this._values)),{code:o}=yield this._invoker.push(new Vr(r,this._values));return e&&(this._values=Hr()),t.logger.info(s.L_MCU_CONFIG_BUILDER_FLUSH_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),{code:o}}))}__innerGetValues(){return JSON.parse(JSON.stringify(this._values))}}var Jr,Wr,qr,Yr;e.RCLivingType=void 0,(Jr=e.RCLivingType||(e.RCLivingType={}))[Jr.VIDEO=0]="VIDEO",Jr[Jr.AUDIO=1]="AUDIO",function(e){e[e.AUTOMATIC=0]="AUTOMATIC",e[e.MANUAL=1]="MANUAL"}(Wr||(Wr={}));class zr extends ur{constructor(e,t,r){super(),this.roomId=e,this.hooks=t,this.roomPKHandler=r}_exchangeWithPushOtherRoom(t,i){return r(this,void 0,void 0,(function*(){if(!t.getLocalTracks().length)return;const r=Object.values(t.peerMgr.getMutilPeerCData()),s=Object.keys(t.peerMgr.getMutilPeerCData());for(let n=0;n<r.length;n++){const{pc:a,isPub:c}=r[n],d=c&&t.useMutilPeerC?[]:t.getSubscribedList(),u=yield Tr(d,!1,a,t),{pushOtherRooms:_,headers:l}=this.hooks(s[n]);u.pushOtherRooms=_;const R=yield new Er(l,u).execute(t,i);if(R.code!==e.RCRTCCode.SUCCESS)return void o.error(`exchange with pushOtherRoom failed: ${R.code}`);const{sdp:C,resultCode:h}=R.data;if(h!==e.RCRTCCode.SUCCESS)return void o.error(`exchange with pushOtherRoom failed: ${h}`);a.setRemoteAnswer(C.sdp)}}))}execute(e,i){return r(this,void 0,void 0,(function*(){const{roomId:r}=this;if(t.logger.info(s.L_LIVING_ROOM_JOINED_PK_ROOM_T,{roomId:r,userId:e.crtUserId},{logSource:t.LogSource.RTC}),!this.roomPKHandler)return void t.logger.error(s.L_LIVING_ROOM_JOINED_PK_ROOM_R,{status:n.FAILED,code:"",msg:"_roomPKHandler not exist"},{logSource:t.LogSource.RTC});const a=this.roomPKHandler.getPKInfo(r);if(!a)return o.warn(`exchange to update pushOtherRoom cancel, pkInfo lost -> roomId: ${r}`),void t.logger.error(s.L_LIVING_ROOM_JOINED_PK_ROOM_R,{status:n.FAILED,code:"",msg:"PKInfo not exist"},{logSource:t.LogSource.RTC});yield this._exchangeWithPushOtherRoom(e,i),t.logger.info(s.L_LIVING_ROOM_JOINED_PK_ROOM_T,{status:n.SUCCESSED,roomId:r,userId:e.crtUserId,PKInfo:a},{logSource:t.LogSource.RTC})}))}}class Qr extends ur{constructor(e,t,r,o,i,s){super(),this.pkHandler=e,this.room=t,this._PKInfo=r,this.hooks=o,this._joinedPKRooms=i,this.isQuitPK=s}get kind(){return Ht.LeaveRoom}quitRoomPK(i,s){return r(this,void 0,void 0,(function*(){if(!this._PKInfo[i])return;const{inviterRoomId:r,inviteeRoomId:n,inviterUserId:a,inviteSessionId:c}=this._PKInfo[i],d={inviteeRoomId:n,inviterRoomId:r,userId:s.crtUserId},u={roomId:s.roomId,endRoomId:i,sessionId:c,content:JSON.stringify(d),keys:[`${r}|${a}`]};o.info(`quitRoomPK -> params: ${JSON.stringify(u)}`);const _=yield s.context.endRoomPK(u);return _!==t.ErrorCode.SUCCESS?(o.error(`quitRoomPK failed: ${_}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(o.info("quitRoomPK success"),delete this._PKInfo[i],{code:e.RCRTCCode.SUCCESS})}))}execute(i,a){return r(this,void 0,void 0,(function*(){const{room:r,isQuitPK:c}=this,d=r.getRoomId();return o.info(`leavePKRoom -> userId: ${i.crtUserId} , roomId: ${d}`),t.logger.info(s.L_LIVING_ROOM_LEAVE_PK_ROOM_T,{roomId:d,userId:i.crtUserId,isQuitPK:c},{logSource:t.LogSource.RTC}),yield r.__destroy(!0),delete this._joinedPKRooms[d],yield new zr(d,this.hooks,this.pkHandler).execute(i,a),c&&this.quitRoomPK(d,i),t.logger.info(s.L_LIVING_ROOM_LEAVE_PK_ROOM_R,{status:n.SUCCESSED,roomId:d,userId:i.crtUserId,isQuitPK:c},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS}}))}}class Zr{constructor(e,t,r,o,i,s,n,a,c,d,u){this._invoker=e,this._PKInfo=t,this._hooks=r,this._context=o,this._runtime=i,this._service=s,this._initOptions=n,this._mainLivingRoom=a,this._registerPKMsgListener=c,this._onJoinedPKRoom=d,this._clientSessionId=u,this._inviteTimeout=30,this._appListener=null,this._joinedPKRooms={},this._registerPKMsgListener(this._onRecvPKMsg.bind(this)),this._mainRoomId=this._mainLivingRoom.getRoomId()}_callAppListener(e,...t){var r;o.info(`${e} callback ->`,...t);const i=null===(r=this._appListener)||void 0===r?void 0:r[e];if(i)try{i(...t)}catch(e){o.error(e)}}_onInvite(e){const t=e.inviteInfo||{},{inviterRoomId:r,inviterUserId:o,extra:i}=t,s={inviterRoomId:r,inviterUserId:o,extra:i};this._PKInfo[r]=t,this._callAppListener("onRequestJoinOtherRoom",s)}_onCancelInvite(e){const{inviterRoomId:t,inviterUserId:r,extra:o}=e.inviteInfo||{},i={inviterRoomId:t,inviterUserId:r,extra:o};delete this._PKInfo[t],this._callAppListener("onCancelRequestOtherRoom",i)}_onInviteTimeout(e){}_onInviteAnswer(e){const{answerCode:t,inviteContent:r}=e,{inviteSessionId:o,inviterUserId:i,inviterRoomId:s,inviteeUserId:n,inviterUserAutoMix:a,inviteeUserAutoMix:c,inviteeRoomId:d,extra:u}=r,_={agree:1===t,inviterRoomId:s,inviterUserId:i,inviteeRoomId:d,inviteeUserId:n,extra:u};this._PKInfo[d]=this._PKInfo[d]||{inviteSessionId:o,inviterRoomId:s,inviterUserId:i,inviterUserAutoMix:a,inviteeRoomId:d},this._PKInfo[d].inviteeUserAutoMix=c,this._callAppListener("onResponseJoinOtherRoom",_)}createLeaveOtherRoomCommand(e,t){return new Qr(this,e,this._PKInfo,this._hooks,this._joinedPKRooms,t)}_onPKEnd(e){return r(this,void 0,void 0,(function*(){const{inviteeRoomId:t,inviterRoomId:r,userId:o}=e.inviteInfo,i=r===this._mainRoomId?t:r,s={endRoomId:i,endUserId:o},n=this._joinedPKRooms[i];n&&(yield this._invoker.push(this.createLeaveOtherRoomCommand(n))),delete this._PKInfo[i],this._callAppListener("onFinishOtherRoom",s)}))}_onRecvPKMsg(e){const{targetId:t,content:r,messageType:o}=e;switch(o){case mt.PK_INVITE:this._onInvite(r);break;case mt.PK_CANCEL_INVITE:this._onCancelInvite(r);break;case mt.PK_INVITE_TIMEOUT:this._onInviteTimeout(r);break;case mt.PK_INVITE_ANSWER:this._onInviteAnswer(r);break;case mt.PK_END:this._onPKEnd(r)}}registerRoomPKEventListener(e){t.logger.info(s.L_LIVING_PK_HANDLER_REGISTER_ROOM_PK_EVENT_LISTENER_O,{status:n.SUCCESSED,listener:e&&Object.keys(e)},{logSource:t.LogSource.RTC}),this._appListener=e}requestJoinOtherRoom(i,a,c){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_T,{inviteeRoomId:i,inviteeUserId:a,options:c},{logSource:t.LogSource.RTC}),!t.validate("inviteeRoomId",i,t.notEmptyString,!0)||!t.validate("inviteeUserId",a,t.notEmptyString,!0))return t.logger.error(s.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviteeRoomId 或 inviteeUserId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`requestRoomPK -> inviteeRoomId: ${i}; inviteeUserId: ${a}; options: ${JSON.stringify(c||{})}`);const r=ft(),d=!t.isBoolean(null==c?void 0:c.autoMix)||(null==c?void 0:c.autoMix),u={inviteSessionId:r,inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviterUserAutoMix:d,inviteeRoomId:i,inviteeUserId:a,inviteeTimeoutTime:this._inviteTimeout,extra:(null==c?void 0:c.extra)||""},_={roomId:this._mainRoomId,invitedRoomId:i,invitedUserId:a,inviteTimeout:this._inviteTimeout,inviteInfo:JSON.stringify(u),inviteSessionId:r};o.info(`requestRoomPK -> params: ${JSON.stringify(_)}`);const l=yield this._context.requestRoomPK(_);return l!==t.ErrorCode.SUCCESS?(o.error(`requestRoomPK failed: ${l}`),t.logger.error(s.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:l,msg:""},{logSource:t.LogSource.RTC}),{code:l}):(o.info("requestRoomPK success"),this._PKInfo[i]={inviteSessionId:r,inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviterUserAutoMix:d,inviteeRoomId:i},t.logger.info(s.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,{inviteeRoomId:i,inviteeUserId:a,options:c},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}cancelRequestJoinOtherRoom(i,a,c){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_T,{inviteeRoomId:i,inviteeUserId:a,extra:c,userId:this._context.getCurrentId(),roomId:this._mainRoomId},{logSource:t.LogSource.RTC}),!t.validate("inviteeRoomId",i,t.notEmptyString,!0)||!t.validate("inviteeUserId",a,t.notEmptyString,!0))return t.logger.error(s.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviteeRoomId or inviteeUserId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(!this._PKInfo[i])return o.error(`The request to connect with ${a} user in room ${i} is not initiated`),t.logger.error(s.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`The request to connect with ${a} user in room ${i} is not initiated`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`canceRequestJoinPK -> inviteeRoomId: ${i}; inviteeUserId: ${a}; extra: ${c}`);const r={inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviteeRoomId:i,inviteeUserId:a,extra:c||""},d={roomId:this._mainRoomId,invitedRoomId:i,invitedUserId:a,inviteSessionId:this._PKInfo[i].inviteSessionId,inviteInfo:JSON.stringify(r)};o.info(`canceRequestJoinPK -> params: ${JSON.stringify(d)}`);const u=yield this._context.cancelRoomPK(d);return u!==t.ErrorCode.SUCCESS?(o.error(`canceRequestJoinPK failed: ${u}`),t.logger.error(s.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:u,msg:`The request to connect with ${a} user in room ${i} is not initiated`},{logSource:t.LogSource.RTC}),{code:u}):(o.info("canceRequestJoinPK success"),t.logger.info(s.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,{status:n.SUCCESSED,inviteeRoomId:i,inviteeUserId:a,extra:c},{logSource:t.LogSource.RTC}),delete this._PKInfo[i],{code:e.RCRTCCode.SUCCESS})}))}responseJoinOtherRoom(i,a,c,d){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_T,{inviterRoomId:i,inviterUserId:a,agree:c,options:d,userId:this._context.getCurrentId(),roomId:this._mainRoomId},{logSource:t.LogSource.RTC}),!t.validate("inviterRoomId",i,t.notEmptyString,!0)||!t.validate("inviterUserId",a,t.notEmptyString,!0))return t.logger.error(s.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviterRoomId or inviterUserId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(!this._PKInfo[i])return o.error(`User ${a} in room ${i} did not send a request for connection`),t.logger.error(s.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`User ${a} in room ${i} did not send a request for connection`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};o.info(`responseRoomPK -> inviterRoomId: ${i}; inviterUserId: ${a}; agree: ${c}; options: ${JSON.stringify(d||{})}`);const{inviteSessionId:r,inviterUserAutoMix:u}=this._PKInfo[i],_=!t.isBoolean(null==d?void 0:d.autoMix)||(null==d?void 0:d.autoMix),l={inviteSessionId:r,inviterRoomId:i,inviterUserId:a,inviterUserAutoMix:u,inviteeRoomId:this._mainRoomId,inviteeUserId:this._context.getCurrentId(),inviteeUserAutoMix:_},R=Object.assign(l,{inviterUserAutoMix:u}),C=c?Object.assign(l,{MultiRoomKey:`${i}|${this._mainRoomId}`,MultiRoomValue:JSON.stringify(R)}):l;!t.isUndefined(null==d?void 0:d.extra)&&Object.assign(C,{extra:d.extra});const h={agree:c,roomId:this._mainRoomId,inviteSessionId:r,inviteRoomId:i,inviteUserId:a,content:JSON.stringify(C),key:`${i}|${this._mainRoomId}`,value:JSON.stringify(l)};o.info(`responseRoomPK -> params: ${JSON.stringify(h)}`);const p=yield this._context.responseRoomPK(h);return p!==t.ErrorCode.SUCCESS?(o.error(`responseRoomPK failed: ${p}`),t.logger.error(s.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:p,msg:""},{logSource:t.LogSource.RTC}),{code:p}):(o.info("responseRoomPK success"),t.logger.info(s.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,{status:n.SUCCESSED,inviterRoomId:i,inviterUserId:a,agree:c,options:d,userId:this._context.getCurrentId(),roomId:this._mainRoomId},{logSource:t.LogSource.RTC}),this._PKInfo[i].inviteeUserAutoMix=_,{code:e.RCRTCCode.SUCCESS})}))}joinOtherRoom(i){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_T,{roomId:i,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),!t.validate("roomId",i,t.notEmptyString,!0))return t.logger.error(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(this._context.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return t.logger.error(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_DISCONNECTED,msg:"IM disconnected"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_DISCONNECTED};if(o.info(`JoinPKRoom, roomId: ${i}`),this._joinedPKRooms[i])return t.logger.warn(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const r=e.RCLivingType.VIDEO,a={extra:`{"roomId": "${this._mainRoomId}"}`},c=new to(this._context,this._runtime,i,this._service,this._initOptions,r,!1,!1,!1,this._clientSessionId),{code:d,data:u}=yield c.__innerInit(qt.LIVE,void 0,r,a);return d!==e.RCRTCCode.SUCCESS?(o.error(`JoinPKRoom failed -> code: ${d}`),t.logger.error(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,{status:n.FAILED,code:d,msg:""},{logSource:t.LogSource.RTC}),{code:d}):(o.info(`JoinPKRoom success -> userId: ${this._context.getCurrentId()}, roomId: ${i}, data: ${JSON.stringify(u)}`),this._joinedPKRooms[i]=c,yield this._onJoinedPKRoom(i,c),t.logger.info(s.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,{status:n.SUCCESSED,roomId:i,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),{room:c,code:e.RCRTCCode.SUCCESS,userIds:c.getRemoteUserIds(),tracks:c.getRemoteTracks()})}))}leaveOtherRoom(e,t){return r(this,void 0,void 0,(function*(){return this._invoker.push(this.createLeaveOtherRoomCommand(e,t))}))}getPKInfo(e){return this._PKInfo[e]}getAllPKInfo(){return this._PKInfo}getJoinedPKRooms(){return this._joinedPKRooms}}!function(e){e[e.OPEN=1]="OPEN",e[e.STOP=2]="STOP"}(qr||(qr={}));class Xr extends ur{constructor(e,t){super(),this.cdnValues=e,this.enable=t}execute(i,a){return r(this,void 0,void 0,(function*(){const{enable:r}=this;if(t.logger.info(s.L_LIVING_ROOM_ENABLE_INNER_CDN_T,{roomId:i.roomId,enable:r},{logSource:t.LogSource.RTC}),!i.isMainRoom)return o.error("the `enableInnerCDN` is disabled in PK room"),t.logger.error(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM};if(!t.isBoolean(r))return o.error("`enable` is invalid"),t.logger.error(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> enable"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};i.setCDNEnabel(r);const c={version:2,output:{inCDNModel:r?qr.OPEN:qr.STOP}},{code:d}=yield new Vr(c,this.cdnValues).execute(i,a);if(d!==e.RCRTCCode.SUCCESS)return o.error(`enableInnerCDN failed -> code: ${d}`),t.logger.error(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.FAILED,code:d,msg:"signal error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ERROR};const u=i.getCDNUris();if(u&&u.broadcast!==Zt.SPREAD)return o.info("enableInnerCDN succeed"),t.logger.info(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.SUCCESSED,enable:r},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS};const{code:_}=yield Ir(i);return _===e.RCRTCCode.SUCCESS?(o.info("enableInnerCDN succeed"),t.logger.info(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.SUCCESSED,enable:r},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS}):(o.error(`enableInnerCDN failed -> code: ${_}`),t.logger.error(s.L_LIVING_ROOM_ENABLE_INNER_CDN_R,{status:n.FAILED,code:_,msg:""},{logSource:t.LogSource.RTC}),{code:_})}))}}!function(e){e[e.AnchorToViewer=1]="AnchorToViewer",e[e.ViewerToAnchor=2]="ViewerToAnchor"}(Yr||(Yr={}));class eo extends ur{constructor(e){super(),this.livingType=e}execute(e,o){var i;return r(this,void 0,void 0,(function*(){const{code:r,data:s}=yield e.context.rtcIdentityChange(e.roomId,Yr.ViewerToAnchor,this.livingType);if(r!==t.ErrorCode.SUCCESS||!s)return{code:r};e.initWithRoomData(s);e.getResourcesByUserId(e.crtUserId).length>0&&o.push(new pr);const n=null===(i=s.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===i?void 0:i.value;return n&&e.setCDNUris(JSON.parse(n)[0]),{code:r,data:s}}))}}class to extends Br{constructor(e,t,r,o,i,s,n,a,c,d){super(e,t,r,qt.LIVE,o,i,n,a,c,d),this._livingType=s,this._mcuConfigBuilder=new jr(this._invoker,this._isValidResourceId.bind(this))}_initAfterCatchRoomData(e){if(this._store.isUpgrade&&this._afterChangedRole(e),this._store.isMainRoom){const t=((e,t)=>{const r={};return t.forEach((t=>{const o=JSON.parse(t.value),{inviterRoomId:i,inviteeRoomId:s}=o;r[e===i?s:i]=JSON.parse(t.value)})),r})(this._roomId,e.roomInfo);this._roomPKHandler=new Zr(this._invoker,t,(e=>({headers:this._getRTCReqestHeaders(e),pushOtherRooms:this._getPushOtherRoomsParams()})),this._context,this._runtime,this._service,this._initOptions,this,super._registerPKMsgListener.bind(this),this._onJoinedPKRoom.bind(this),this._clientSessionId)}}__innerInit(o,i,a,c,d){const u=Object.create(null,{__innerInit:{get:()=>super.__innerInit}});return r(this,void 0,void 0,(function*(){if(!t.validate("livingType",a,(t=>t===e.RCLivingType.AUDIO||t===e.RCLivingType.VIDEO)))return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> livingType"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const{code:r,data:_}=yield u.__innerInit.call(this,o,i,a,c,d);return r===e.RCRTCCode.SUCCESS&&_&&this._initAfterCatchRoomData(_),{code:r,data:_}}))}__innerInitByIdentityChange(){return r(this,void 0,void 0,(function*(){const{code:e,data:r}=yield this._invoker.push(new eo(this._livingType));return e===t.ErrorCode.SUCCESS&&r&&(this._initAfterCatchRoomData(r),this._initWithRoomData(r.offlineKickTime),t.logger.info(s.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,{status:n.SUCCESSED,roomData:r},{logSource:t.LogSource.RTC})),e}))}publish(i){const a=Object.create(null,{publish:{get:()=>super.publish}});return r(this,void 0,void 0,(function*(){return this._store.isMainRoom?a.publish.call(this,i):(o.warn("the `publish` is disabled in PK room "),t.logger.error(s.L_ABSTRACT_ROOM_PUBLISH_R,{status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}))}unpublish(i){const a=Object.create(null,{unpublish:{get:()=>super.unpublish}});return r(this,void 0,void 0,(function*(){return this._store.isMainRoom?a.unpublish.call(this,i):(o.warn("the `unpublish` is disabled in PK room "),t.logger.error(s.L_ABSTRACT_ROOM_UNPUBLISH_R,{status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}))}_isValidResourceId(t){var r;const{userId:o}=rt(t),i=!!(null===(r=this._store.getResourcesByUserId(o))||void 0===r?void 0:r.find((e=>tt(e)===t)));let s=!1;const{code:n,roomPKHandler:a}=this.getRoomPKHandler();if(n!==e.RCRTCCode.SUCCESS||!a)return i;const c=a.getJoinedPKRooms(),d=[];return Object.values(c).map((e=>{d.push(...e.getRemoteTracks())})),s=d.some((e=>t===e.getTrackId())),i||s}getLivingType(){return this._livingType}getMCUConfigBuilder(){return this._store.isMainRoom?this._mcuConfigBuilder:(o.error("the `getMCUConfigBuilder` is disabled in PK room"),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}enableInnerCDN(e){return r(this,void 0,void 0,(function*(){return this._invoker.push(new Xr(this._mcuConfigBuilder.__innerGetValues(),e))}))}_resourceHandle(e,t,o){const i=Object.create(null,{_resourceHandle:{get:()=>super._resourceHandle}});return r(this,void 0,void 0,(function*(){i._resourceHandle.call(this,e,t,o)}))}_afterChangedRole(e){const t=pt(e,this._roomId),r=this._context.getCurrentId(),o=Object.keys(t);setTimeout((()=>{var i;const s=o.filter((e=>e!==r));s.length>0&&this._callAppListener("onUserJoin",s);for(const e in t)e!==r&&this._resourceHandle({uris:t[e]},mt.TOTAL_CONTENT_RESOURCE,e);if(!(null===(i=e.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===i?void 0:i.value))return;const n=this._store.getCDNUris();(null==n?void 0:n.push_mode)===Wr.MANUAL&&this._callAppListener("onCDNEnableChange",null==n?void 0:n.enableInnerCDN)}))}__getCDNEnable(){var e;return!!(null===(e=this._store.getCDNUris())||void 0===e?void 0:e.enableInnerCDN)}__getCDNPushMode(){var e;return null===(e=this._store.getCDNUris())||void 0===e?void 0:e.push_mode}_onJoinedPKRoom(e,t){return r(this,void 0,void 0,(function*(){this._invoker.push(new zr(e,(e=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(e)})),this._roomPKHandler))}))}_getPushOtherRoomsParams(){const e=[];if(!this.isMainRoom()||!this._roomPKHandler)return e;const t=this._roomPKHandler.getJoinedPKRooms();for(const r in t){const o=t[r].getSessionId(),i=this._roomPKHandler.getPKInfo(r);if(!i)continue;const{inviterUserAutoMix:s,inviteeUserAutoMix:n,inviterUserId:a}=i,c=this._context.getCurrentId()===a;e.push({roomId:r,sessionId:o,autoMix:c?!!s:!!n})}return e}getRoomPKHandler(){return this._store.isMainRoom?(t.logger.info(s.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,roomPKHandler:this._roomPKHandler}):(o.error("the `getRoomPKHandler` is disabled in PK room"),t.logger.error(s.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O,{status:n.SUCCESSED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}_quitAllPKRoom(){return r(this,void 0,void 0,(function*(){const e=this._roomPKHandler.getJoinedPKRooms();for(const t in e)this._roomPKHandler.leaveOtherRoom(e[t]);t.logger.info(s.L_LIVING_ROOM_QUIT_ALL_PK_ROOM_O,{status:n.SUCCESSED,roomIds:Object.keys(e)},{logSource:t.LogSource.RTC})}))}isMainRoom(){return this._store.isMainRoom}}class ro extends Br{constructor(e,t,r,o,i,s,n,a,c,d=qt.RTC){super(e,t,r,d,o,i,s,n,a,c)}}const oo=new class{constructor(){this.queue=[],this.locked=!1,this.taskCount=0}checkToStart(){return r(this,void 0,void 0,(function*(){if(0===this.queue.length||this.locked)return;this.locked=!0;const{resolve:e,task:t,reject:r}=this.queue.shift();let o;try{o=yield t(),e(o)}catch(e){r(e)}this.locked=!1,this.checkToStart()}))}push(e,t=""){const r=new Promise(((t,r)=>{this.queue.push({resolve:t,task:e,reject:r})}));return this.checkToStart(),r}},io=(e,t="")=>oo.push(e,t);class so{constructor(e,t,r,o){this._context=e,this._useMutilPeerC=o,this._rtcToken="",this._liveUrl="",this._subTracks=[],this._clientSessionId=ft(),this._livingType=null,this._mediaType=null,this._subTiny=!1,this._fromRetry=!1,this._appListener=null,this._service=new At(t,e,r.mediaServer),this._peerCManager=new dr(this._useMutilPeerC,this._context.getCurrentId(),this._reTryExchange.bind(this),this._context.getCurrentId())}_getReqHeaders(i){return r(this,void 0,void 0,(function*(){const r=this._context.getCurrentId(),s=r;if(!this._rtcToken){const{code:r,data:n}=yield this._context.getRTCToken(s,qt.LIVE,i);if(r!==t.ErrorCode.SUCCESS)return o.error(`getRTCToken failed: ${r}`),{code:e.RCRTCCode.SIGNAL_ERROR};this._rtcToken=n.rtcToken}return{code:e.RCRTCCode.SUCCESS,headers:{"App-Key":this._context.getAppkey(),UserId:r,RoomId:s,RoomType:qt.LIVE,Token:this._rtcToken,"Peer-Connection-Id":this._pcName,"Client-Session-Id":this._clientSessionId}}}))}_clearSubscribeInfo(){var e;this._liveUrl="",this._livingType=null,this._mediaType=null,this._subTiny=!1,this._subTracks.length=0,null===(e=this._pc)||void 0===e||e.destroy(),this._pc=null}_reTryExchange(){var t;return r(this,void 0,void 0,(function*(){this._fromRetry=!0;const{code:r}=yield this.subscribe(this._liveUrl,this._livingType,this._mediaType,this._subTiny);r===e.RCRTCCode.SUCCESS&&(null===(t=this._pc)||void 0===t||t.clearReTryExchangeTimer())}))}subscribe(e,t,o,i=!1){return r(this,void 0,void 0,(function*(){return io((()=>this.__subscribe(e,t,o,i)),"audience-client-sub")}))}__subscribe(i,a,c,d=!1){var u;return r(this,void 0,void 0,(function*(){t.logger.info(s.L_AUDIENCE_CLIENT_SUBSCRIBE_T,{liveUrl:i,livingType:a,mediaType:c,subTiny:d},{logSource:t.LogSource.RTC});const r=[];if(ht(this._context.getNaviInfo()))return t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"navi_url error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,tracks:r};if(!this._fromRetry&&(null===(u=this._pc)||void 0===u||u.clearReTryExchangeTimer()),this._fromRetry=!1,!t.isString(i))return o.error(`liveUrl is invalid: ${i}`),t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> liveUrl: ${i}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR,tracks:r};if(![e.RCLivingType.AUDIO,e.RCLivingType.VIDEO].includes(a))return o.error(`livingType is invalid: ${a}`),t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> livingType: ${a}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR,tracks:r};if(![e.RCMediaType.AUDIO_ONLY,e.RCMediaType.VIDEO_ONLY,e.RCMediaType.AUDIO_VIDEO].includes(c))return o.error(`mediaType is invalid: ${c}`),t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> -> mediaType: ${c}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR,tracks:r};if(this._liveUrl&&this._liveUrl!==i)return t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.BROADCAST_SUB_LIST_NOT_EMPTY,msg:"repeat subscribe"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.BROADCAST_SUB_LIST_NOT_EMPTY,tracks:r};if(!this._pc){const{pcName:e,pc:t}=this._peerCManager.createPeerCList(r)[0];this._pc=t,this._pcName=e,this._pc.on(nr.__INNER_EVENT_TRACK_READY__,this._onTrackReady,this),this._pc.registerReportListener(this._reportListener),this._pc.__reportR3R4ToPolaris()}this._liveUrl=i;const{code:_,headers:l}=yield this._getReqHeaders(a);if(_!==e.RCRTCCode.SUCCESS)return t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:_,msg:""},{logSource:t.LogSource.RTC}),{code:_,tracks:r};const R=`rc_mcu_${Date.now()}`,C="RongCloudRTC";0===this._subTracks.length&&(this._subTracks.push(new Je(C,R),new We(C,R)),this._pc.updateSubRemoteTracks(this._subTracks.slice()));const h={sdp:yield this._pc.createOffer(!0),liveUrl:i,mediaType:c,simulcast:d?Nt.TINY:Nt.NORMAL,switchstream:!1},p=yield this._service.broadcastSubscribe(l,h);if(p.code!==e.RCRTCCode.SUCCESS)return o.error(`andience subscribe failed: ${p.code}`),t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:p.code,msg:""},{logSource:t.LogSource.RTC}),{code:p.code,tracks:r};const g=p.data;if(g.resultCode!==e.RCRTCCode.SUCCESS)return o.error(`andience subscribe failed! code: ${g.resultCode}; message: ${g.message}`),t.logger.error(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.FAILED,code:g.resultCode,msg:""},{logSource:t.LogSource.RTC}),{code:g.resultCode,tracks:r};o.debug(`andience subscribe success: ${i}`),this._livingType=a,this._mediaType=c,this._subTiny=d;const{sdp:T,subscribedList:m}=g,S=[];return m.forEach((e=>{const{mediaType:t}=e,r=this._subTracks[t];S.push(r),r.__innerSetRemoteMuted(!0)})),this._pc.setRemoteAnswer(T.sdp),t.logger.info(s.L_AUDIENCE_CLIENT_SUBSCRIBE_R,{status:n.SUCCESSED,liveUrl:i},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,tracks:S}}))}unsubscribe(){return r(this,void 0,void 0,(function*(){return io((()=>this.__unsubscribe()),"audience-client-unsub")}))}__unsubscribe(){var i;return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_AUDIENCE_CLIENT_UNSUBSCRIBE_T,{liveUrl:this._liveUrl},{logSource:t.LogSource.RTC}),null===(i=this._pc)||void 0===i||i.clearReTryExchangeTimer(),!this._rtcToken||!this._liveUrl)return t.logger.warn(s.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,{status:n.FAILED,code:"",msg:"Address does not exist, without unsubscribe"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS};const{headers:r}=yield this._getReqHeaders(),{code:a}=yield this._service.broadcastExit(r);return a!==e.RCRTCCode.SUCCESS?(o.error(`broadcast unsubscribe failed: ${a}`),t.logger.error(s.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,{status:n.FAILED,code:a,msg:""},{logSource:t.LogSource.RTC})):(o.debug("broadcast unsubscribe success"),t.logger.info(s.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,{status:n.SUCCESSED,liveUrl:this._liveUrl},{logSource:t.LogSource.RTC})),this._clearSubscribeInfo(),{code:a}}))}registerReportListener(e){this._reportListener=e}registerTrackEventListener(e){this._appListener=e}_onTrackReady(t){var r,i;const s=t.receiver.track,n="audio"===s.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY,a=this._subTracks[n];a.__innerSetMediaStreamTrack(s);try{null===(i=null===(r=this._appListener)||void 0===r?void 0:r.onTrackReady)||void 0===i||i.call(r,a)}catch(e){o.error(e)}}}var no,ao;e.RCInnerCDNPullKind=void 0,(no=e.RCInnerCDNPullKind||(e.RCInnerCDNPullKind={})).RTMP="rtmp",no.FLV="flv",no.HLS="hls",e.RCInnerCDNPullIsHttps=void 0,(ao=e.RCInnerCDNPullIsHttps||(e.RCInnerCDNPullIsHttps={}))[ao.NOT_HTTPS=0]="NOT_HTTPS",ao[ao.HTTPS=1]="HTTPS";const co=Object.assign(Object.assign({},at(e.RCResolution.W176_H144)),{frameRate:ut(e.RCFrameRate.FPS_15)});class uo{constructor(e,t,i,s,n,a,c,d=ft()){this._context=e,this._runtime=t,this._initOptions=i,this._roomId=s,this._joinResData=n,this.livingType=a,this._useMutilPeerC=c,this._clientSessionId=d,this._roomAnchorList=[],this._roomRes={},this._roomAnchorRes={},this._remoteTracks={},this._appListener=null,this._pc=null,this._subscribedList=[],this._sessionId="",this._destroyed=!1,this._isPulling=!1,this._pullTime=0,this._reportListener=null,this._setInitData(),this._service=new At(this._runtime,this._context,this._initOptions.mediaServer,this._initOptions.timeout),this._polarisReport=new ar(this._context,this._runtime,this._roomId,this,Gt.Audience),this._polarisReport.sendR1(),this._peerCManager=new dr(this._useMutilPeerC,this._roomId,this._reTryExchange.bind(this),this._context.getCurrentId(),this._polarisReport),this._context.registerRTCSignalListener((e=>r(this,void 0,void 0,(function*(){const{time:t,type:r,roomId:i}=this._context.decodeRtcNotify(e);if(o.warn(`registerRTCSignalListener -> ${JSON.stringify({time:t,type:r,roomId:i})}`),1===r)this._startPull(i,t)}))))}_startPull(e,i){return r(this,void 0,void 0,(function*(){if(this._isPulling)return;this._isPulling=!0;if(this._pullTime>i)return void(this._isPulling=!1);const{code:r,data:s}=yield this._context.pullRTCRoomEntry(e);if(r===t.ErrorCode.SUCCESS){this._isPulling=!1,this._pullTime=s.syncTime||0;const t=(null==s?void 0:s.kvEntries)||[];o.info(`_startPull -> ${JSON.stringify(t)}`),this.singalDataChange(t,e)}}))}_setInitData(){const{sessionId:t,remoteUserIds:r,remoteRTCUris:o,remoteMUCUris:i,remoteTracks:s,CDNUris:n}=((t,r)=>{const o=r.filter((e=>"RC_RTC_SESSIONID"===e.key))[0],i=o?o.value:"",s=r.filter((e=>"RC_ANCHOR_LIST"===e.key)).map((e=>JSON.parse(e.value||"[]")))[0],n=r.filter((e=>e.key.includes("RC_RES_"))).map((e=>JSON.parse(e.value||"{}"))),a=n.length?JSON.parse(n[0].mcu_uris||"[]"):[],c=[];a.forEach((r=>{const{mediaType:o,tag:i}=r,s=o===e.RCMediaType.AUDIO_ONLY?new Je(i,"",t):new We(i,"",t);c.push(s)}));const d=[],u=[];n.forEach((t=>{const r=JSON.parse(t.uris||"[]");d.push(...r),r.forEach((t=>{const{mediaType:r,tag:o,msid:i}=t,s=i.split("_")[0],n=r===e.RCMediaType.AUDIO_ONLY?new Je(o,s):new We(o,s);u.push(n)}))}));const _=r.filter((e=>"RC_CDN"===e.key)).map((e=>{const t=JSON.parse(e.value||"[]");return JSON.parse(t.cdn_uris)[0]}))[0];return{sessionId:i,remoteUserIds:s||[],remoteRTCUris:d,remoteMUCUris:a,remoteRTCTracks:u,remoteMCUTracks:c,remoteTracks:[...u,...c],CDNUris:_||{}}})(this._roomId,this._joinResData.kvEntries);this._sessionId=t,this._roomAnchorList=r,s.forEach((e=>{this._remoteTracks[e.getTrackId()]=e})),this._CDNUris=n,o.forEach((e=>{const t=e.msid.split("_")[0];this._roomAnchorRes[t]?this._roomAnchorRes[t].push(e):this._roomAnchorRes[t]=[e]})),i.forEach((e=>{const{mediaType:t,tag:r}=e,o=[this._roomId,r,t].join("_");this._roomRes[o]=e})),o.forEach((e=>{const t=tt(e);this._roomRes[t]=e}))}_assertRoomDestroyed(){if(this._destroyed){const t="This room has been destroyed. Please use `RCRTCClient.joinLivingRoomAsAudience` to catch another instance.";return o.warn(t),e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED}}singalDataChange(e,r){var i;if(t.logger.info(s.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_T,{singalData:e,roomId:r,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),r!==this._roomId)return o.warn(`singalDataChange -> not the current room data: data roomId: ${r}, current roomId: ${this._roomId}`),void t.logger.error(s.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R,{status:n.FAILED,code:"",msg:`id inconsistency -> params id:${r},current id:${this._roomId}`},{logSource:t.LogSource.RTC});o.debug("singalDataChange -> singalData:",JSON.stringify(e||{}));const a=[],c=null===(i=e.filter((e=>"RC_CDN"===e.key))[0])||void 0===i?void 0:i.value;c&&this._diffCDNUris(JSON.parse(JSON.parse(c).cdn_uris)[0]),e.forEach((e=>{const{key:t,value:r,timestamp:o,uid:i}=e;if(-1!==t.indexOf("RC_RES_")){const e=JSON.parse(r||"{}"),t=JSON.parse(e.mcu_uris||"[]"),o=JSON.parse(e.uris||"[]");return a.push(...t),void this._diffAnchorResource(o,i)}if("RC_ANCHOR_LIST"===t){const e=JSON.parse(r||"[]"),{joinUserIds:t,leftUserIds:o}=this._diffAnchorList(e);t.length>0&&this._handleNewJoinedAnchor(t),o.length>0&&this._handleLeftedAnchor(o)}})),this._diffRoomResource(a),t.logger.info(s.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R,{status:n.SUCCESSED,singalData:e,roomId:r,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC})}_diffAnchorList(e){const t=e.filter((e=>this._roomAnchorList.indexOf(e)<0));return{leftUserIds:this._roomAnchorList.filter((t=>e.indexOf(t)<0)),joinUserIds:t}}_handleNewJoinedAnchor(e){this._roomAnchorList.push(...e),this._callAppListener("onAnchorJoin",e)}_handleLeftedAnchor(e){return r(this,void 0,void 0,(function*(){this._roomAnchorList=this._roomAnchorList.filter((t=>!(e.indexOf(t)>-1)));const t=[];e.forEach((e=>{t.push(...this.getRemoteTracksByUserId(e)),delete this._roomAnchorRes[e]})),t.length&&(yield this.unsubscribe(t),t.forEach((e=>delete this._remoteTracks[e.getTrackId()]))),this._callAppListener("onAnchorLeave",e)}))}_diffRoomResource(t){return r(this,void 0,void 0,(function*(){const r=[],o=[],i=[];t.forEach((t=>{const o=tt(t),{userId:s,tag:n,mediaType:a}=rt(o),c=[this._roomId,n,a].join("_");if(!this._remoteTracks[c]){const o=a===e.RCMediaType.AUDIO_ONLY?new Je(n,"",this._roomId):new We(n,"",this._roomId);r.push(o),this._remoteTracks[c]=o,this._roomRes[o.getTrackId()]=t}i.push(c)})),Object.keys(this._remoteTracks).forEach((e=>{i.indexOf(e)<0&&this._remoteTracks[e].isMCUTrack()&&o.push(this._remoteTracks[e])})),r.length>0&&this._callAppListener("onTrackPublish",r),o.length>0&&this._onUserUnpublish(o,"onTrackUnpublish")}))}_diffAnchorResource(t,i){return r(this,void 0,void 0,(function*(){const r=this._roomAnchorRes[i]||(this._roomAnchorRes[i]=[]),{publishedList:s,unpublishedList:n,modifiedList:a}=st(r,t);if(s.length){const t=r.map(tt),i=[],n=[];if(s.forEach((o=>{const s=tt(o),a=t.indexOf(s),{userId:c,tag:d,mediaType:u}=rt(s);a>-1?r[a]=o:r.push(o);let _=this._remoteTracks[s];this._roomRes[s]=o,_?_.isSubscribed()&&i.push(_):(_=u===e.RCMediaType.AUDIO_ONLY?new Je(d,c):new We(d,c),this._remoteTracks[s]=_,n.push(_)),_.__innerSetRemoteMuted(0===o.state)})),i.length){const t=i.map((e=>e.getTrackId()));o.debug(`resub tracks -> ${JSON.stringify(t)}`);const{code:r}=yield io((()=>this._subscribeHandle(i,!0)));r!==e.RCRTCCode.SUCCESS&&o.error(`resub tracks failed -> code: ${r}, ids: ${JSON.stringify(t)}`)}this._callAppListener("onAnchorTrackPublish",n)}if(n.length){const e=n.map(tt);for(let t=r.length-1;t>=0;t-=1){const o=r[t];e.includes(tt(o))&&r.splice(t,1)}const t=n.map((e=>{const t=tt(e);return this._remoteTracks[t]}));yield this._onUserUnpublish(t,"onAnchorTrackUnpublish")}if(a.length){const e=r.map(tt);for(let t=0;t<a.length;t++){const o=a[t],i=tt(o),s=e.indexOf(i);r[s].state=o.state;const n=this._remoteTracks[i];n.__innerSetRemoteMuted(0===o.state),n.isAudioTrack()?this._callAppListener("onAudioMuteChange",n):this._callAppListener("onVideoMuteChange",n)}}}))}_onUserUnpublish(e,t){return r(this,void 0,void 0,(function*(){yield this.unsubscribe(e),e.forEach((e=>{this._subscribedList=this._subscribedList.filter((t=>t.track.getTrackId()!==e.getTrackId())),delete this._roomRes[e.getTrackId()],e.__innerDestroy(),delete this._remoteTracks[e.getTrackId()]})),this._callAppListener(t,e)}))}_callAppListener(e,...t){var r;o.info(`${e} callback ->`,...t);const i=null===(r=this._appListener)||void 0===r?void 0:r[e];if(i)try{i(...t)}catch(e){o.error(e)}}_reTryExchange(){return r(this,void 0,void 0,(function*(){io((()=>r(this,void 0,void 0,(function*(){var t;const{reqBody:r}=yield this._createSubscribeParams(this._subscribedList,{},!0),i=yield this._exchangeHandle(r);if(i.code!==e.RCRTCCode.SUCCESS)return o.error(`reTryExchange failed: ${i.code}`),{code:i.code};const{sdp:s,resultCode:n}=i.data;if(n!==e.RCRTCCode.SUCCESS)return o.error(`reTryExchange failed: ${n}`),{code:n};this._pc.clearReTryExchangeTimer();const a=this._subscribedList.filter((e=>e.track.isMCUTrack()));if(a.length>0){const e=a[0].track.getTrackId(),r=null===(t=this._roomRes[e])||void 0===t?void 0:t.msid,o=[this._roomId,"RongCloudRTC"].join("_");s.sdp=s.sdp.replace(new RegExp(r,"g"),o)}const c=yield this._pc.setRemoteAnswer(s.sdp);return c!==e.RCRTCCode.SUCCESS?{code:c}:void 0}))),"audience-retry-exchange")}))}_createSubscribeParams(e,t,o){return r(this,void 0,void 0,(function*(){const r=yield this._pc.createOffer(o),i={resolutionInfo:[]},s={min:0,max:0};Object.keys(t).forEach((e=>{const{mediaStream:o,tinyStream:n}=t[e];[o,n].forEach(((t,o)=>{var n;const a=1===o?[e,"tiny"].join("_"):e;r.sdp=null===(n=r.sdp)||void 0===n?void 0:n.replace(new RegExp(t.id,"g"),a);const c=t.getVideoTracks()[0];if(!c)return;const d=0===o,{width:u,height:_,frameRate:l}=d?Xe(c):co;i.resolutionInfo.push({trackId:c.id,simulcast:d?Nt.NORMAL:Nt.TINY,resolution:`${u}x${_}`});const R=Le(u,_),C=Oe(l);s.min+=R.minBitrate*C,s.max+=R.maxBitrate*C}))}));return{reqBody:{sdp:r,switchstream:!1,newVersionFlag:!0,subscribeList:e.map((e=>({simulcast:e.subTiny?Nt.TINY:Nt.NORMAL,resolution:"",uri:this._roomRes[e.track.getTrackId()].uri})))},dynamicBitrate:s,offer:r}}))}_subscribeHandle(o,i=!1){var a;return r(this,void 0,void 0,(function*(){t.logger.info(s.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_T,{trackIds:o.map(gt),roomId:this._roomId,userId:this._context.getCurrentId(),forceReq:i},{logSource:t.LogSource.RTC});if(this._assertRoomDestroyed())return t.logger.error(s.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED,msg:"room destroyed"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED};if(!t.validate("tracks",o,(()=>t.isArray(o)&&o.length>0&&o.every((e=>e instanceof je||e.track instanceof je))),!0))return t.logger.error(s.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const{pc:r,pcName:c}=this._peerCManager.createPeerCList(o)[0];this._pc=r,this._pc.__reportR3R4ToPolaris(),this._pcName=c,this._pc.registerReportListener(this._reportListener),this._addPeerCEvent();const d=this._subscribedList.map((e=>Object.assign({},e))),u=o.map((e=>e instanceof je?{track:e}:e));let _=!1;const l=[];return u.forEach((e=>{const t=e.track.getTrackId();l.push(t);const r=d.find((e=>e.track.getTrackId()===t));r&&r.subTiny===e.subTiny||(r?r.subTiny=e.subTiny:d.push(e),_=!0)})),_||i?(null===(a=this._polarisReport)||void 0===a||a.sendR2(zt.SUBSCRIBE,Qt.BEGIN,l),t.logger.info(s.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,{status:n.SUCCESSED,trackIds:o.map(gt),roomId:this._roomId,userId:this._context.getCurrentId(),forceReq:i},{logSource:t.LogSource.RTC}),this._updateSubListHandle(d,!0)):(t.logger.warn(s.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,{status:n.FAILED,code:"",msg:"repeat subscribe"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}_addPeerCEvent(){this._pc.on(nr.__INNER_EVENT_TRACK_READY__,(t=>{const r=t.streams[0].id,i=t.receiver.track,s=[r,"audio"===i.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_"),n=this._remoteTracks[s];n?(n.__innerSetMediaStreamTrack(i),this._callAppListener("onTrackReady",n)):o.warn("cannot found RCRemoteTrack:",i.id)}))}_getReqHeaders(){const e=this._context.getCurrentId();return{"App-Key":this._context.getAppkey(),RoomId:e,Token:this._joinResData.token,RoomType:qt.LIVE,UserId:e,"Session-Id":this._sessionId,"Peer-Connection-Id":this._pcName,"Client-Session-Id":this._clientSessionId}}_exchangeHandle(e){return this._service.broadcastSubscribe(this._getReqHeaders(),e)}_updateSubListHandle(i,s=!1){var n;return r(this,void 0,void 0,(function*(){if(this._assertRoomDestroyed())return{code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED};if(!t.validate("resources",i,(()=>t.isArray(i)&&i.every((e=>e instanceof je||e.track instanceof je))),!0))return{code:e.RCRTCCode.PARAMS_ERROR};let r=i.map((e=>e instanceof je?{track:e}:Object.assign({},e)));const a={};r=r.filter((e=>{const t=e.track.getTrackId();return!a[t]&&(a[t]=!0)})).map((e=>Object.assign({},e)));const c=this._subscribedList.map((e=>Object.assign({},e)));if(!s){let t=!1;if(r.forEach((e=>{const r=c.findIndex((t=>t.track===e.track));if(-1===r)return void(t=!0);c.splice(r,1)[0].subTiny!==e.subTiny&&(t=!0)})),c.length&&(t=!0),!t)return{code:e.RCRTCCode.SUCCESS}}this._pc.clearReTryExchangeTimer(),this._pc.updateSubRemoteTracks(r.map((e=>e.track)));const{reqBody:d}=yield this._createSubscribeParams(r,{},!1),u=yield this._exchangeHandle(d);if(c.length){const e=[];c.forEach((t=>{e.push(t.track.getTrackId())})),null===(n=this._pc.reportParser)||void 0===n||n.clearLatestPacketsRecv(e)}if(u.code!==e.RCRTCCode.SUCCESS)return{code:u.code};const{sdp:_,resultCode:l,message:R,subscribedList:C}=u.data;if(l!==e.RCRTCCode.SUCCESS)return o.error("change subscribe list failed:",R,l),{code:l};r.forEach((e=>{const{track:t}=e;if(t.isMCUTrack()){const e=this._roomRes[t.getTrackId()].msid,{tag:r,userId:o}=rt(t.getTrackId()),i=[o,r].join("_");_.sdp=_.sdp.replace(new RegExp(e,"g"),i)}}));const h=yield this._pc.setRemoteAnswer(_.sdp);if(h!==e.RCRTCCode.SUCCESS)return{code:h};const p=null==C?void 0:C.map((e=>`${e.msid}_${e.mediaType}`)),g=r.filter((e=>{if(e.track.isMCUTrack()){const t=this._roomRes[e.track.getTrackId()],r=`${t.msid}_${t.mediaType}`;return p.includes(r)}return null==p?void 0:p.includes(e.track.getTrackId())})),T=null==g?void 0:g.map((e=>`${e.track.getTrackId()}`)),m=r.filter((e=>!(null==T?void 0:T.includes(e.track.getTrackId()))));for(const e in this._remoteTracks){const t=g.some((t=>t.track.getTrackId()===e));this._remoteTracks[e].__innerSetSubscribed(t)}return this._subscribedList.splice(0,this._subscribedList.length,...g),m.length?{code:e.RCRTCCode.SUCCESS,failedList:m}:{code:e.RCRTCCode.SUCCESS}}))}_diffCDNUris(e){return r(this,void 0,void 0,(function*(){if(this._CDNUris.url&&!e.url)return this._callAppListener("onCDNInfoDisable"),void(this._CDNUris=e);(!this._CDNUris||!this._CDNUris.url&&e.url)&&this._callAppListener("onCDNInfoEnable",{resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`});const t=this._CDNUris.w&&e.w&&this._CDNUris.w!==e.w,r=this._CDNUris.h&&e.h&&this._CDNUris.h!==e.h,o=this._CDNUris.fps&&e.fps&&this._CDNUris.fps!==e.fps;(t||r||o)&&this._callAppListener("onCDNInfoChange",{resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`}),this._CDNUris=e}))}_getCDNPlayUrl(t){return r(this,void 0,void 0,(function*(){const{w:r,h:i,fps:s}=t,n=this._initOptions.pullInnerCDNProtocol||e.RCInnerCDNPullKind.FLV,a=this._initOptions.pullInnerCDNUseHttps===e.RCInnerCDNPullIsHttps.NOT_HTTPS?e.RCInnerCDNPullIsHttps.NOT_HTTPS:e.RCInnerCDNPullIsHttps.HTTPS;if(!this._CDNUris.url)return o.error(`cdn_uris url is empty, the anchor need to open or push CDN, code: ${e.RCRTCCode.CDN_RESOURCE_IS_EMPTY}`),{code:e.RCRTCCode.CDN_RESOURCE_IS_EMPTY};const c={"App-Key":this._context.getAppkey(),Token:this._joinResData.token,RoomId:this.getRoomId(),UserId:this._context.getCurrentId(),SessionId:this.getSessionId()},d=[];r&&d.push(`w=${r}`),i&&d.push(`h=${i}`),s&&d.push(`fps=${s}`),d.push(`kind=${n}`),d.push(`is_https=${a}`);const u=d.join("&");let _=`${this._CDNUris.url}?`;u&&(_+=u);const{code:l,res:R}=yield this._service.getCDNResourceInfo(c,_);return l!==e.RCRTCCode.SUCCESS?(o.error(`getCDNPlayUrl failed: ${l}`),{code:l}):(o.info(`getCDNPlayUrl success: ${null==R?void 0:R.data.pull_url}`),{code:l,CDNPlayUrl:null==R?void 0:R.data.pull_url})}))}getCDNPlayUrl(i,a){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_T,{resolution:i,fps:a},{logSource:t.LogSource.RTC}),i&&!ct(i))return o.error("`resolution` is invalid"),t.logger.error(s.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> resolution"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(a&&!dt(a))return o.error("`fps` is invalid"),t.logger.error(s.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> fps"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const{width:r,height:c}=i?at(i):{width:null,height:null},d=a?ut(a):null,u={};return r&&(u.w=r),c&&(u.h=c),d&&(u.fps=d),t.logger.info(s.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,{status:n.SUCCESSED,resolution:i,fps:a},{logSource:t.LogSource.RTC}),this._getCDNPlayUrl(u)}))}subscribe(e){return r(this,void 0,void 0,(function*(){return io((()=>this._subscribeHandle(e,!1)),"audience-sub")}))}addSubscribeTask(e){return r(this,void 0,void 0,(function*(){return io((()=>this._subscribeHandle(e,!1)),"audience-sub")}))}__unsubscribe(i){var a;return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_T,{trackIds:i.map((e=>e.getTrackId())),roomId:this._roomId,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof je))),!0))return o.error(`unsubscribe failed, tracks is invalid -> roomId: ${this._roomId}`),t.logger.error(s.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const r=this._subscribedList.map((e=>Object.assign({},e))).filter((e=>!i.includes(e.track)));return null===(a=this._polarisReport)||void 0===a||a.sendR2(zt.SUBSCRIBE,Qt.END,i.map((e=>e.getTrackId()))),t.logger.info(s.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R,{status:n.SUCCESSED,trackIds:i.map((e=>e.getTrackId())),roomId:this._roomId,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),this._updateSubListHandle(r,!1)}))}unsubscribe(e){return r(this,void 0,void 0,(function*(){return io((()=>this.__unsubscribe(e)),"audience-unsub")}))}addUnsubscribeTask(e){return r(this,void 0,void 0,(function*(){return io((()=>this.__unsubscribe(e)),"audience-unsub")}))}__destroy(e){var t,o;return r(this,void 0,void 0,(function*(){this._destroyed||(this._destroyed=!0,null===(t=this._audioLevelReport)||void 0===t||t.clearAudioLevelReportTimer(),e&&(yield this._context.quitLivingRoomAsAudience(this._roomId)),yield this._service.broadcastExit(this._getReqHeaders()),null===(o=this._pc)||void 0===o||o.destroy(),this._polarisReport=null,this._context.registerRTCSignalListener(void 0))}))}getRemoteTrack(e){return this._remoteTracks[e]}__getPC(){return this._peerCManager.getPCList()}getLocalTrack(e){return{}}__onReconnected(){return r(this,void 0,void 0,(function*(){const{code:e}=yield this._context.joinLivingRoomAsAudience(this._roomId,qt.LIVE);e!==t.ErrorCode.SUCCESS&&o.error("join living room error when on reconnected")}))}registerRoomEventListener(e){this._appListener=e}onAudioLevelChange(e,r){var o;null===(o=this._audioLevelReport)||void 0===o||o.clearAudioLevelReportTimer(),this._audioLevelReport=new cr(this),this._audioLevelReport.onAudioLevelChange(e,r||1e3),t.logger.info(s.L_AUDIENCE_LIVING_ROOM_AUDIO_LEVEL_CHANGE_O,{status:n.SUCCESSED,handler:null==e?void 0:e.name,gap:r},{logSource:t.LogSource.RTC})}registerReportListener(e){this._reportListener=e}getRoomId(){return this._roomId}getCrtUserId(){return this._context.getCurrentId()}getSessionId(){return this._sessionId}getRemoteUserIds(){return this._roomAnchorList}getRemoteTracksByUserId(e){const t=[];for(const r in this._remoteTracks){const o=this._remoteTracks[r];o.getUserId()===e&&t.push(o)}return t}getRemoteTracks(){const e=[],t=[];for(const e in this._remoteTracks){if(2===t.length)break;const r=this._remoteTracks[e];r.isMCUTrack()&&t.push(r)}return this._roomAnchorList.forEach((t=>{e.push(...this.getRemoteTracksByUserId(t))})),[...t,...e]}getRemoteRTCTracks(){const e=[];for(const t in this._remoteTracks){const r=this._remoteTracks[t];r.isMCUTrack()||e.push(r)}return e}getRemoteMCUTracks(){const e=[];for(const t in this._remoteTracks){const r=this._remoteTracks[t];r.isMCUTrack()&&e.push(r)}return e}getCDNInfo(){return this._CDNUris.w?{resolution:`W${this._CDNUris.w}_H${this._CDNUris.h}`,fps:`FPS_${this._CDNUris.fps}`,CDNEnable:this._CDNUris.enableInnerCDN}:{CDNEnable:!1}}getClientSessionId(){return this._clientSessionId}}class _o{constructor(e){this._context=e,this._isElectron=/Electron/.test(navigator.userAgent)}_getMediaStream(t,i="getUserMedia"){return r(this,void 0,void 0,(function*(){try{const r=this.setConstraintsConfig(t),o=yield navigator.mediaDevices[i](r);return{code:e.RCRTCCode.SUCCESS,stream:o}}catch(t){if("Permission denied"===t.message)return{code:e.RCRTCCode.BROWSER_PERMISSION_DENIED};if("Permission denied by system"===t.message)return{code:e.RCRTCCode.SYSTEM_PERMISSION_DENIED};o.error(`get user media failed -> ${t.message}`)}return{code:"getUserMedia"===i?e.RCRTCCode.GET_USER_MEDIA_FAILED:e.RCRTCCode.GET_DISPLAY_MEDIA_FAILED}}))}setConstraintsConfig(e){if((null==e?void 0:e.audio)&&!this._isElectron){"boolean"==typeof e.audio&&(e.audio={});const t=navigator.mediaDevices.getSupportedConstraints();t.noiseSuppression&&(e.audio.noiseSuppression=!!t.noiseSuppression),t.autoGainControl&&(e.audio.autoGainControl=!!t.autoGainControl),t.echoCancellation&&(e.audio.echoCancellation=!!t.echoCancellation),o.info(`browser supported -> ${JSON.stringify(t)}`)}return e}createMicrophoneAudioTrack(o="RongCloudRTC",i){return r(this,void 0,void 0,(function*(){if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS};const r=this._context.getCurrentId();if(!r)return t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID};const{stream:a,code:c}=yield this._getMediaStream({audio:{deviceId:null==i?void 0:i.micphoneId,sampleRate:null==i?void 0:i.sampleRate}});if(c!==e.RCRTCCode.SUCCESS)return t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,{status:n.FAILED,code:c,msg:"Failed to get microphone audio stream"},{logSource:t.LogSource.RTC}),{code:c};const d=a.getAudioTracks()[0],u=new Fe(o,r,d);return t.logger.info(s.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,{status:n.SUCCESSED,trackId:u.getTrackId()},{logSource:t.LogSource.RTC}),{code:c,track:u}}))}createCameraVideoTrack(o="RongCloudRTC",i){return r(this,void 0,void 0,(function*(){if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS};const r=this._context.getCurrentId();if(!r)return t.logger.error(s.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID};const a=ct(null==i?void 0:i.resolution)?i.resolution:e.RCResolution.W640_H480,{width:c,height:d}=at(a),{stream:u,code:_}=yield this._getMediaStream({video:{deviceId:null==i?void 0:i.cameraId,frameRate:ut((null==i?void 0:i.frameRate)||e.RCFrameRate.FPS_15),width:c,height:d,facingMode:null==i?void 0:i.faceMode}});if(_!==e.RCRTCCode.SUCCESS)return t.logger.error(s.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"Failed to get camera video stream"},{logSource:t.LogSource.RTC}),{code:_};const l=u.getVideoTracks()[0],R=new Ge(o,r,l);return t.logger.info(s.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,{status:n.SUCCESSED,trackId:R.getTrackId()},{logSource:t.LogSource.RTC}),{code:_,track:R}}))}createMicrophoneAndCameraTracks(o="RongCloudRTC",i){var a,c,d,u,_,l;return r(this,void 0,void 0,(function*(){const r=[];if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS,tracks:r};const R=this._context.getCurrentId();if(!R)return t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID,tracks:r};const C=ct(null===(a=null==i?void 0:i.video)||void 0===a?void 0:a.resolution)?i.video.resolution:e.RCResolution.W640_H480,{width:h,height:p}=at(C),{stream:g,code:T}=yield this._getMediaStream({video:{deviceId:null===(c=null==i?void 0:i.video)||void 0===c?void 0:c.cameraId,frameRate:ut((null===(d=null==i?void 0:i.video)||void 0===d?void 0:d.frameRate)||e.RCFrameRate.FPS_15),width:h,height:p,facingMode:null===(u=null==i?void 0:i.video)||void 0===u?void 0:u.faceMode},audio:{deviceId:null===(_=null==i?void 0:i.audio)||void 0===_?void 0:_.micphoneId,sampleRate:null===(l=null==i?void 0:i.audio)||void 0===l?void 0:l.sampleRate}});return T!==e.RCRTCCode.SUCCESS?(t.logger.error(s.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,{status:n.FAILED,code:T,msg:"Failed to get audio and video stream of camera and microphone"},{logSource:t.LogSource.RTC}),{code:T,tracks:r}):(g.getTracks().forEach((e=>{"video"===e.kind?r.push(new Ge(o,R,e)):r.unshift(new Fe(o,R,e))})),t.logger.info(s.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,{status:n.SUCCESSED,trackIds:r.map((e=>e.getTrackId()))},{logSource:t.LogSource.RTC}),{code:T,tracks:r})}))}createScreenVideoTrack(t="screenshare",o){return r(this,void 0,void 0,(function*(){const r=yield this._createScreenTracks(t,!1,s.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O,o);return r.code===e.RCRTCCode.SUCCESS?{code:r.code,track:r.tracks[0]}:r}))}createScreenWithAudioTracks(e="screenshare",t){return r(this,void 0,void 0,(function*(){return this._createScreenTracks(e,!0,s.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_AND_AUDIO_TRACKS_O,t)}))}_createScreenTracks(o,i,a,c){var d,u;return r(this,void 0,void 0,(function*(){if(!ze(o))return t.logger.error(a,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS};const r=this._context.getCurrentId();if(!r)return t.logger.error(a,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID};if(!Rt())return t.logger.error(s.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.BROWSER_NOT_SUPPORT,msg:"browser not support"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.BROWSER_NOT_SUPPORT};const _=/macintosh|mac os x/i.test(navigator.userAgent);this._isElectron&&_&&i&&t.logger.warn(a,{status:n.INFO,code:e.RCRTCCode.MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO,msg:"mac in electron not support screen share with audio"});const l=(!this._isElectron||!_)&&i;if(this._isElectron&&!t.isUndefined(null==c?void 0:c.chromeMediaSourceId)&&!t.isString(null==c?void 0:c.chromeMediaSourceId))return t.logger.error(a,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.chromeMediaSourceId type is string"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};const R=ct(null==c?void 0:c.resolution)?c.resolution:e.RCResolution.W1280_H720,{width:C,height:h}=at(R),p=this._isElectron?{mandatory:{chromeMediaSourceId:null==c?void 0:c.chromeMediaSourceId,chromeMediaSource:"desktop",minWidth:C,maxWidth:C,minHeight:h,maxHeight:h}}:{frameRate:ut((null==c?void 0:c.frameRate)||e.RCFrameRate.FPS_15),width:C,height:h};!(null==c?void 0:c.chromeMediaSourceId)&&this._isElectron&&(null===(d=p.mandatory)||void 0===d||delete d.chromeMediaSourceId);let g=null;l&&this._isElectron&&(null===(u=p.mandatory)||void 0===u||delete u.chromeMediaSourceId,g={mandatory:{chromeMediaSource:"desktop"}});const{stream:T,code:m}=yield this._getMediaStream({video:p,audio:g||l},this._isElectron?"getUserMedia":"getDisplayMedia");if(m!==e.RCRTCCode.SUCCESS)return t.logger.error(a,{status:n.FAILED,code:m,msg:"Failed to get shared screen video stream"},{logSource:t.LogSource.RTC}),{code:m};const S=T.getVideoTracks()[0],I=[new Ke(o,r,S)];if(l){const e=T.getAudioTracks()[0];e&&I.push(new He(o,r,e))}return t.logger.info(a,{status:n.SUCCESSED,trackIds:I.map((e=>e.getTrackId()))},{logSource:t.LogSource.RTC}),{code:m,tracks:I}}))}createLocalAudioTrack(o,i){return r(this,void 0,void 0,(function*(){if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS};if(!i||"[object MediaStreamTrack]"!==i.toString()||"audio"!==i.kind)return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"Failed to create custom stream"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED};const r=this._context.getCurrentId();if(!r)return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID};const a=new xe(o,r,i);return t.logger.info(s.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,{status:n.SUCCESSED,trackId:a.getTrackId()},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,track:a}}))}createLocalVideoTrack(o,i){return r(this,void 0,void 0,(function*(){if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS};if(!i||"[object MediaStreamTrack]"!==i.toString()||"video"!==i.kind)return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED,msg:"Failed to create custom stream"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED};const r=this._context.getCurrentId();if(!r)return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID};const a=new we(o,r,i);return t.logger.info(s.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,{status:n.SUCCESSED,trackId:a.getTrackId()},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,track:a}}))}createLocalFileTracks(i,a,c){return r(this,void 0,void 0,(function*(){if(!ze(i))return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS,tracks:[]};if(!lt())return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.BROWSER_NOT_SUPPORT,msg:"browser not support"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.BROWSER_NOT_SUPPORT,tracks:[]};const r=a instanceof File?URL.createObjectURL(a):a;if(!t.isHttpUrl(r)&&!/^blob:/.test(r))return o.warn(`createLocalFileTracks failed: params error -> url: ${r}`),t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> file"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR,tracks:[]};const d=this._context.getCurrentId();return d?new Promise((a=>{const u=document.createElement("video");(null==c?void 0:c.withoutAudio)&&(u.muted=!0),u.onloadedmetadata=()=>{const _=[];let l;try{const e=u.mozCaptureStream?"mozCaptureStream":"captureStream";l=u[e]()}catch(i){o.error(`create RCLocalFileTrack failed, captureSteam error. -> url: ${r}`),o.error(i),t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,msg:"Failed to create file stream"},{logSource:t.LogSource.RTC}),a({code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,tracks:_})}const[R,C]=_o.getTracksWithOptions(l,c);R&&_.push(new $e(i,d,R,u)),C&&_.push(new Ve(i,d,C,u)),0===_.length&&(u.pause(),u.src=""),u.onerror=null,t.logger.info(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.SUCCESSED,trackIds:_.map((e=>e.getTrackId()))},{logSource:t.LogSource.RTC}),a({code:e.RCRTCCode.SUCCESS,tracks:_})},u.onerror=()=>{o.error(`create RCLocalFileTrack failed -> url: ${r}`),t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,msg:"Failed to create file stream"},{logSource:t.LogSource.RTC}),a({code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,tracks:[]})},u.src=r,u.loop=!0,u.play()})):(t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID,tracks:[]})}))}createLocalTracks(o,i,a){return r(this,void 0,void 0,(function*(){const r=[];if(!ze(o))return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_TAGS,tracks:r};if(!(i instanceof MediaStream))return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> stream"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR,tracks:r};const c=this._context.getCurrentId();if(!c)return t.logger.error(s.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,{status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.INVALID_USER_ID,tracks:r};const[d,u]=_o.getTracksWithOptions(i,a);return d&&r.push(new xe(o,c,d)),u&&r.push(new we(o,c,u)),t.logger.info(s.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,{status:n.SUCCESSED,trackIds:r.map((e=>e.getTrackId()))},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,tracks:r}}))}static getTracksWithOptions(e,t){const r=[];return r[0]=(null==t?void 0:t.withoutAudio)?void 0:e.getAudioTracks()[0],r[1]=(null==t?void 0:t.withoutVideo)?void 0:e.getVideoTracks()[0],r}}class lo extends _o{constructor(e,t,r){super(e),this._context=e,this._runtime=t,this._options=r,this._crtRoom=null,this._audience=null,this._crtAudienceLivingRoom=null,er.setSdpSemantics(r.sdpSemantics||"plan-b"),this._service=new At(this._runtime,this._context,this._options.mediaServer,this._options.timeout),this._context.registerConnectionStateChangeListener(this._onIMStatusChange.bind(this)),this._context.registerDisconnectListener(this._onIMDisconnect.bind(this)),this._context.registerDestroyListener(this._onIMUninit.bind(this)),this._context.registerMessageListener(this._handleMessage.bind(this)),this._context.getPluginContext().onnavidatachange=this.naviDataChange.bind(this)}_handleMessage(e){var r;if(e.conversationType!==t.ConversationType.RTC_ROOM)return!1;if(this._crtRoom instanceof to){this._getJoinedPKRoomList().forEach((t=>{t.__parseInnerMessage(e)}))}return null===(r=this._crtRoom)||void 0===r||r.__parseInnerMessage(e),t.logger.info(s.L_RTC_CLIENT_MESSAGE_O,{status:n.SUCCESSED,message:Object.assign(e,{content:"内容涉及隐私不予显示"})},{logSource:t.LogSource.RTC}),!0}naviDataChange(e){t.logger.info(`on navi change data => ${JSON.stringify(e)}`),this._service.detectorMediaSever()}_getJoinedPKRoomList(){const{code:t,roomPKHandler:r}=this._crtRoom.getRoomPKHandler();if(t===e.RCRTCCode.SUCCESS&&r){const e=r.getJoinedPKRooms()||{};return Object.values(e)}return[]}getCurrentId(){return this._context.getCurrentId()}joinRTCRoom(o,i,a,c,d=qt.RTC){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_RTC_CLIENT_JOIN_RTC_ROOM_T,{roomId:o,joinType:i,outerUserDatas:a,useMutilPeerC:c,roomType:d},{logSource:t.LogSource.RTC}),this._crtRoom)return t.logger.error(s.L_RTC_CLIENT_JOIN_RTC_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const r=this._crtRoom=new ro(this._context,this._runtime,o,this._service,this._options,!1,!1,c,ft()),{code:u}=yield r.__innerInit(d,i,void 0,void 0,a);return u!==e.RCRTCCode.SUCCESS?(this._crtRoom=null,{code:u}):(r.once(wr,(()=>{this._crtRoom=null})),{code:u,room:r,userIds:r.getRemoteUserIds(),tracks:r.getRemoteTracks()})}))}joinCrossRTCRoom(o,i,a,c,d=qt.CROSS_MUTI){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_T,{roomId:o,joinType:i,outerUserDatas:a,useMutilPeerC:c,roomType:d},{logSource:t.LogSource.RTC}),this._crtRoom)return t.logger.error(s.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const r=this._crtRoom=new ro(this._context,this._runtime,o,this._service,this._options,!1,!1,c,ft(),d),{code:u}=yield r.__innerInit(d,i,void 0,void 0,a);return u!==e.RCRTCCode.SUCCESS?(this._crtRoom=null,{code:u}):(r.once(wr,(()=>{this._crtRoom=null})),{code:u,room:r,userIds:r.getRemoteUserIds(),tracks:r.getRemoteTracks()})}))}joinLivingRoom(o,i,a,c,d){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_T,{roomId:o,livingType:i,joinType:a,outerUserDatas:c,useMutilPeerC:d},{logSource:t.LogSource.RTC}),this._crtRoom)return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:`Join the room repeatedly -> roomId: ${o}`},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const r=this._crtRoom=new to(this._context,this._runtime,o,this._service,this._options,i,!1,!0,d),{code:u}=yield r.__innerInit(qt.LIVE,a,i,void 0,c);if(u!==e.RCRTCCode.SUCCESS)return this._crtRoom=null,{code:u};r.once(wr,(()=>{this._crtRoom=null}));const _={code:u,room:r,userIds:r.getRemoteUserIds(),tracks:r.getRemoteTracks()};return r.__getCDNPushMode()===Wr.MANUAL&&Object.assign(_,{CDNEnable:r.__getCDNEnable()}),_}))}getAudienceClient(e){return this._audience||(this._audience=new so(this._context,this._runtime,this._options,e)),t.logger.info(s.L_RTC_CLIENT_GET_AUDIENCE_CLIENT_O,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),this._audience}_onIMStatusChange(e){if(o.debug(`signal server connection state change: ${e}`),t.logger.info(s.L_RTC_CLIENT_CONNECTION_STATE_S,{status:n.SUCCESSED,data:e},{logSource:t.LogSource.RTC}),e===t.ConnectionStatus.CONNECTED){if(this._service.detectorMediaSever(),this._crtRoom instanceof to){this._getJoinedPKRoomList().forEach((e=>{e.__onReconnected()}))}this._crtRoom&&this._crtRoom.__onReconnected()}}_onIMDisconnect(){t.logger.info(s.L_RTC_CLIENT_DISCONNECT_S,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),o.debug("TODO -> on IM disconnect")}_onIMUninit(){t.logger.info(s.L_RTC_CLIENT_DESTROY_S,{status:n.SUCCESSED},{logSource:t.LogSource.RTC}),o.debug("TODO -> on IM client ondestroy")}leaveRoom(i){var a,c;return r(this,void 0,void 0,(function*(){return t.logger.info(s.L_RTC_CLIENT_LEAVE_ROOM_T,{userId:this._context.getCurrentId(),roomId:null===(a=this._crtRoom)||void 0===a?void 0:a.getRoomId()},{logSource:t.LogSource.RTC}),this._crtRoom?(yield this._crtRoom.__destroy(!0),o.debug(`quitRTCRoom -> userId: ${this._context.getCurrentId()} , roomId: ${this._crtRoom.getRoomId()}`),this._service.detectorMediaSever(),t.logger.info(s.L_RTC_CLIENT_LEAVE_ROOM_R,{status:n.SUCCESSED,userId:this._context.getCurrentId(),roomId:null===(c=this._crtRoom)||void 0===c?void 0:c.getRoomId()},{logSource:t.LogSource.RTC}),this._crtRoom=null,{code:e.RCRTCCode.SUCCESS}):(t.logger.warn(s.L_RTC_CLIENT_LEAVE_ROOM_R,{status:n.FAILED,code:"",msg:"Room does not exist, whiout leave"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}joinLivingRoomAsAudience(i,a,c){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_T,{roomId:i,livingType:a,useMutilPeerC:c},{logSource:t.LogSource.RTC}),this._service.detectorMediaSever(),ht(this._context.getNaviInfo()))return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"navi_url error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR};if(!t.validate("roomId",i,t.notEmptyString,!0)||!t.validate("livingType",a,(t=>t===e.RCLivingType.AUDIO||t===e.RCLivingType.VIDEO)))return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"params error -> roomId or livingType"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(this._crtAudienceLivingRoom)return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};if(!this._service.getNaviMS().length)return t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"No audio / video server address available"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};const{code:r,data:d}=yield this._context.joinLivingRoomAsAudience(i,qt.LIVE,a);if(r!==t.ErrorCode.SUCCESS)return o.error("audienceJoinLivingRoomError:",r),t.logger.error(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_AUDIENCE_JOIN_ROOM_FAILED,msg:"signal error -> audience join room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_AUDIENCE_JOIN_ROOM_FAILED};o.info(`joinLivingRoomAsAudience success, room data: ${JSON.stringify(d)}`);const u=ft(),_=new uo(this._context,this._runtime,this._options,i,d,a,c,u);return this._crtAudienceLivingRoom=_,t.logger.info(s.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,{status:n.SUCCESSED,roomData:d},{logSource:t.LogSource.RTC}),{room:_,code:e.RCRTCCode.SUCCESS,userIds:_.getRemoteUserIds(),RTCTracks:_.getRemoteRTCTracks(),MCUTracks:_.getRemoteMCUTracks(),CDNUris:_.getCDNInfo()}}))}leaveLivingRoomAsAudience(o){return r(this,void 0,void 0,(function*(){return t.logger.info(s.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_T,{roomId:o.getRoomId(),userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),this._crtAudienceLivingRoom?this._crtAudienceLivingRoom!==o?(t.logger.error(s.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR}):(yield this._crtAudienceLivingRoom.__destroy(!0),this._crtAudienceLivingRoom=null,t.logger.info(s.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,{status:n.SUCCESSED,roomId:o.getRoomId(),userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS}):(t.logger.warn(s.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,{status:n.FAILED,code:"",msg:"Room does not exist, whiout leave"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS})}))}upgradeToAnchorRoom(i){return r(this,void 0,void 0,(function*(){if(!t.validate("room",i,(()=>i instanceof uo),!0))return t.logger.error(s.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(t.logger.info(s.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_T,{roomId:i.getRoomId(),userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),this._crtRoom)return t.logger.error(s.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const r=i.getRoomId(),a=this._crtRoom=new to(this._context,this._runtime,r,this._service,this._options,i.livingType,!0,!0,!1,i.getClientSessionId()),c=yield a.__innerInitByIdentityChange();return c!==t.ErrorCode.SUCCESS?(o.warn(`change room identity failed -> code: ${c}`),this._crtRoom=null,t.logger.error(s.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED,msg:"Switch identity error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED}):(a.once(wr,(()=>{this._crtRoom=null})),yield this._crtAudienceLivingRoom.__destroy(!1),this._crtAudienceLivingRoom=null,{room:a,code:e.RCRTCCode.SUCCESS,userIds:a.getRemoteUserIds(),tracks:a.getRemoteTracks()})}))}downgradeToAudienceRoom(i){return r(this,void 0,void 0,(function*(){if(t.logger.info(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_T,{roomId:i._roomId,userId:this._context.getCurrentId()},{logSource:t.LogSource.RTC}),!i.isMainRoom())return o.error("the `downgradeToAudienceRoom` is disabled in PK room"),t.logger.error(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in room"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM};if(!t.validate("room._roomId",i._roomId,t.notEmptyString,!0))return t.logger.error(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room._roomId"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.PARAMS_ERROR};if(this._crtAudienceLivingRoom)return t.logger.error(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const{code:r,data:a}=yield this._context.rtcIdentityChange(i._roomId,Yr.AnchorToViewer,i.getLivingType());if(r!==t.ErrorCode.SUCCESS)return o.error("change room identity error",r),t.logger.error(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,{status:n.FAILED,code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED,msg:"Switch identity error"},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED};o.info(`downgradeToAudienceRoom success, room data: ${JSON.stringify(a)}`),t.logger.info(s.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,{status:n.SUCCESSED,roomData:a},{logSource:t.LogSource.RTC});const c=i.getClientSessionId(),d=new uo(this._context,this._runtime,this._options,i._roomId,a,i.getLivingType(),!1,c);return this._crtAudienceLivingRoom=d,this._crtRoom.__destroy(!1),this._crtRoom=null,{room:d,code:e.RCRTCCode.SUCCESS,userIds:d.getRemoteUserIds(),RTCTracks:d.getRemoteRTCTracks(),MCUTracks:d.getRemoteMCUTracks(),CDNUris:d.getCDNInfo()}}))}getJoinedRoomInfo(){return r(this,void 0,void 0,(function*(){const{code:r,data:i}=yield this._context.getRTCJoinedUserInfo(this._context.getCurrentId());return r!==t.ErrorCode.SUCCESS?(o.error("getJoinedUserInfo error",r),t.logger.error(s.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_O,{status:n.FAILED,code:r,msg:"Switch identity error"},{logSource:t.LogSource.RTC}),{code:r}):(t.logger.info(s.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_O,{status:n.SUCCESSED,roomInfo:i},{logSource:t.LogSource.RTC}),{code:e.RCRTCCode.SUCCESS,data:i})}))}}var Ro;e.RCKickReason=void 0,(Ro=e.RCKickReason||(e.RCKickReason={}))[Ro.SERVER_KICK=1]="SERVER_KICK",Ro[Ro.OTHER_KICK=2]="OTHER_KICK";const Co="rtcRJoin_data",ho="rtcRExit",po="rtcRInfo",go="rtcUData",To="rtcUDel",mo="rtcSetData",So="userSetData",Io="rtcQryData",Eo="rtcDelData",fo="rtcToken",Lo="rtcUserState",vo="rtcUList",Oo="viewerJoinR",Ao="viewerExitR",No="rtcPullKv",Do="rtcIdentityChange",ko="rtcInvite",yo="rtcCancelInvite",bo="rtcInviteAnswer",Uo="rtcEndInvite",Po="rtcQueryJoined";var Mo;!function(e){e.RtcInput="RtcInput",e.RtcUserListOutput="RtcUserListOutput",e.SetUserStatusInput="SetUserStatusInput",e.RtcSetDataInput="RtcSetDataInput",e.RtcUserSetDataInput="RtcUserSetDataInput",e.RtcDataInput="RtcDataInput",e.RtcSetOutDataInput="RtcSetOutDataInput",e.MCFollowInput="MCFollowInput",e.RtcTokenOutput="RtcTokenOutput",e.RtcQryOutput="RtcQryOutput",e.RtcQryUserOutDataInput="RtcQryUserOutDataInput",e.RtcUserOutDataOutput="RtcUserOutDataOutput",e.RtcQueryListInput="RtcQueryListInput",e.RtcRoomInfoOutput="RtcRoomInfoOutput",e.RtcValueInfo="RtcValueInfo",e.RtcKeyDeleteInput="RtcKeyDeleteInput",e.RtcNotifyMsg="RtcNotifyMsg",e.RtcPullKV="RtcPullKV",e.RtcKVOutput="RtcKVOutput",e.RtcQueryUserJoinedInput="RtcQueryUserJoinedInput",e.RtcQueryUserJoinedOutput="RtcQueryUserJoinedOutput",e.RtcViewerJoinedOutput="RtcViewerJoinedOutput",e.RtcInviteInput="RtcInviteInput",e.RtcCancelInviteInput="RtcCancelInviteInput",e.RtcInviteAnswerInput="RtcInviteAnswerInput",e.RtcEndInviteInput="RtcEndInviteInput"}(Mo||(Mo={}));const xo={[Mo.RtcInput]:["roomType","broadcastType","extraInnerData","needSysChatroom","identityChangeType","joinType","innerDatas","outerDatas"],[Mo.RtcUserListOutput]:["users","token","sessionId","roomInfo"],[Mo.SetUserStatusInput]:["status"],[Mo.RtcSetDataInput]:["interior","target","key","value","objectName","content"],[Mo.RtcUserSetDataInput]:["valueInfo","objectName","content"],[Mo.RtcDataInput]:["interior","target","key","objectName","content"],[Mo.RtcSetOutDataInput]:["target","valueInfo","objectName","content"],[Mo.MCFollowInput]:["state"],[Mo.RtcTokenOutput]:["rtcToken"],[Mo.RtcQryOutput]:["outInfo"],[Mo.RtcQryUserOutDataInput]:["userId"],[Mo.RtcUserOutDataOutput]:["user"],[Mo.RtcQueryListInput]:["order"],[Mo.RtcRoomInfoOutput]:["roomId","roomData","userCount","list"],[Mo.RtcValueInfo]:["key","value"],[Mo.RtcKeyDeleteInput]:["key"],[Mo.RtcNotifyMsg]:["type","time","roomId"],[Mo.RtcPullKV]:["timestamp","roomId"],[Mo.RtcKVOutput]:["entries","bFullUpdate","syncTime"],[Mo.RtcQueryUserJoinedInput]:["userId"],[Mo.RtcQueryUserJoinedOutput]:["info"],[Mo.RtcInviteInput]:["invitedUserId","timeoutTime","invitedRoomId","inviteInfo","inviteSessionId"],[Mo.RtcCancelInviteInput]:["invitedUserId","invitedRoomId","inviteInfo","inviteSessionId"],[Mo.RtcInviteAnswerInput]:["inviteUserId","answerCode","inviteRoomId","inviteSessionId","content","key","value"],[Mo.RtcEndInviteInput]:["inviteRoomId","inviteSessionId","inviteContent","inviteRoomKeys"]},wo=`\npackage Modules;\nmessage probuf {\n enum JoinType {\n KICK = 0; //踢前一个设备\n REFUSE = 1; //当前加入拒绝\n COEXIST = 2; //两个设备共存\n }\n enum targetType {\n ROOM =1 ;\n PERSON = 2;\n }\n message ${Mo.SetUserStatusInput}\n {\n optional int32 status=1;\n }\n message ${Mo.MCFollowInput}\n {\n required string state = 1;\n }\n message ${Mo.RtcQueryListInput}{\n optional int32 order=1;\n }\n message ${Mo.RtcKeyDeleteInput}{\n repeated string key=1;\n }\n message ${Mo.RtcValueInfo}{\n required string key=1;\n required string value=2;\n }\n message RtcUserInfo{\n required string userId=1;\n repeated ${Mo.RtcValueInfo} userData=2; //用户资源信息\n }\n message ${Mo.RtcUserListOutput}{\n repeated RtcUserInfo users=1;\n optional string token=2;\n optional string sessionId=3;\n repeated RtcValueInfo roomInfo = 4; //房间key value\n repeated RtcKVEntity entries = 5;//直播KV属性对象集合\n optional int64 syncTime = 6;//所有属性的最大时间戳(下次拉取KV时用)。\n optional int32 offlineKickTime = 7;//server超时踢人时间,默认60s\n }\n message RtcRoomInfoOutput{\n optional string roomId = 1;\n repeated ${Mo.RtcValueInfo} roomData = 2;\n optional int32 userCount = 3;\n repeated RtcUserInfo list=4;\n }\n message ${Mo.RtcInput}{\n required int32 roomType=1;\n optional int32 broadcastType=2;\n optional RtcValueInfo extraInnerData = 3;\n optional bool needSysChatroom = 4; //是否需要同步聊天室\n optional IdentityChangeType identityChangeType = 5; //身份变更类型\n optional JoinType joinType = 6; // 加入房间类型\n repeated ${Mo.RtcValueInfo} innerDatas = 7; //用户内部inner数据,角色或者连麦信息等\n repeated ${Mo.RtcValueInfo} outerDatas = 8; //用户内部outer数据,自定义数据结构RtcInput。\n }\n message ${Mo.RtcQryOutput}{\n repeated ${Mo.RtcValueInfo} outInfo=1;\n }\n message ${Mo.RtcDataInput}{\n required bool interior=1;\n required targetType target=2;\n repeated string key=3;\n optional string objectName=4;\n optional string content=5;\n }\n message ${Mo.RtcSetDataInput}{\n required bool interior=1;\n required targetType target=2;\n required string key=3;\n required string value=4;\n optional string objectName=5;\n optional string content=6;\n }\n message ${Mo.RtcUserSetDataInput} {\n repeated ${Mo.RtcValueInfo} valueInfo = 1;\n required string objectName = 2;\n repeated ${Mo.RtcValueInfo} content = 3;\n }\n message RtcQryInput{\n required bool isInterior=1;\n required targetType target=2;\n repeated string key=3;\n }\n message RtcDelDataInput{\n repeated string key=1;\n required bool isInterior=2;\n required targetType target=3;\n }\n message RtcOutput\n {\n optional int32 nothing=1;\n }\n message ${Mo.RtcTokenOutput}{\n required string rtcToken=1;\n }\n message ${Mo.RtcSetOutDataInput}{\n required targetType target=1;\n repeated ${Mo.RtcValueInfo} valueInfo=2;\n optional string objectName=3;\n optional string content=4;\n }\n message ${Mo.RtcQryUserOutDataInput}{\n repeated string userId = 1;\n }\n message ${Mo.RtcUserOutDataOutput}{\n repeated RtcUserInfo user = 1;\n }\n message ${Mo.RtcNotifyMsg} \n {\n required int32 type= 1; //(通知类型 1:rtc房间状态KV变更通知)\n optional int64 time= 2; //消息产生时间\n optional string roomId=3; //主播房间id\n }\n message ${Mo.RtcPullKV}\n {\n required int64 timestamp = 1;\n required string roomId = 2;\n }\n message RtcKVEntity \n {\n required string key = 1;\n required string value = 2;\n optional int32 status = 3;\n optional int64 timestamp = 4;\n optional string uid = 5;\n }\n message ${Mo.RtcKVOutput}\n {\n repeated RtcKVEntity entries = 1;\n optional bool bFullUpdate = 2;\n optional int64 syncTime = 3; \n }\n enum IdentityChangeType \n {\n AnchorToViewer = 1; //1为主播变观众\n ViewerToAnchor = 2; //2为观众变主播\n }\n message ${Mo.RtcQueryUserJoinedInput}\n {\n required string userId = 1;\n }\n message RtcJoinedInfo\n {\n required string deviceId = 1; //设备ID\n required string roomId = 2; //加入的房间ID\n optional int64 joinTime = 3; //加入的时间\n }\n message ${Mo.RtcQueryUserJoinedOutput}\n {\n repeated RtcJoinedInfo info = 1;\n }\n message ${Mo.RtcViewerJoinedOutput}\n {\n required string rtcToken=1;\n repeated RtcKVEntity entries = 2;//KV属性对象集合\n optional int64 syncTime = 3;//所有属性的最大时间戳(下次拉取KV时用)。\n }\n message ${Mo.RtcInviteInput}\n {\n required string invitedUserId=1; //被邀请的人的uid\n optional int32 timeoutTime=2; //邀请超时时间(秒),默认三十秒\n required string invitedRoomId=3; //被邀请的房间\n required string inviteInfo=4; //邀请的信息(包含邀请人,被邀请人,各自userid)客户端定义好.协议栈和server透传\n required string inviteSessionId= 5; //客户端保证唯一性(建议roomid_userid_时间戳_随机数)\n }\n message ${Mo.RtcCancelInviteInput}\n {\n required string invitedUserId=1; //被邀请的人的uid\n required string invitedRoomId=2; //被邀请的房间\n required string inviteInfo=3; //取消邀请的信息(包含邀请人,被邀请人,各自userid)客户端定义好.协议栈和server透传\n required string inviteSessionId=4; //邀请的sessionId,客户端发起邀请时产生\n }\n message ${Mo.RtcInviteAnswerInput}\n {\n required string inviteUserId=1; //邀请的人的uid\n required int32 answerCode=2; //是否接受连麦邀请.0为拒绝,1为接受\n required string inviteRoomId=3; //邀请的房间\n required string inviteSessionId=4; //邀请的sessionId\n required string content=5; //需要转发的content\n optional string key=6; //如果接受的话,需要加这个字段,放在room级别的k和v,新加入房间的能拉取到\n optional string value=7; //如果接受的话,需要加这个字段,放在room级别的k和v,新加入房间的能拉取到\n }\n message ${Mo.RtcEndInviteInput}\n {\n required string inviteRoomId=1; //邀请的房间\n required string inviteSessionId=2; //邀请的sessionId\n required string inviteContent=3; //结束连麦的信息(需要透传给房间内其他人)\n repeated string inviteRoomKeys=4; //需要删除连麦的信息的key\n }\n}\n`,Bo=(e,t,r,o,i,s)=>{const n=i?Object.keys(i).map((t=>e.encode(Mo.RtcValueInfo,{key:t,value:i[t]},!0))):void 0,a=s?Object.keys(s).map((t=>e.encode(Mo.RtcValueInfo,{key:t,value:s[t]},!0))):void 0;return e.encode(Mo.RtcInput,{roomType:t,broadcastType:r,joinType:o,innerDatas:n,outerDatas:a})},Vo=(e,r)=>{const o=e.decode(Mo.RtcUserListOutput,r),{users:i,token:s,sessionId:n,roomInfo:a,entries:c,offlineKickTime:d}=o,u={};return t.forEach(i,(e=>{const{userId:r,userData:o}=e,i={};t.forEach(o,(e=>{const{key:t,value:r}=e;i[t]=r})),u[r]=i})),{users:u,token:s,sessionId:n,roomInfo:a,kvEntries:c,offlineKickTime:d}};class $o{constructor(e,t){this.context=e,this.codec=t}joinRTCRoom(e,o,i,s,n,a){return r(this,void 0,void 0,(function*(){const r=Bo(this.codec,o,i,s,n,a),{code:c,buffer:d}=yield this.context.rtcSignaling(e,Co,!0,r);let u;return c===t.ErrorCode.SUCCESS&&d&&(u=Vo(this.codec,d)),{code:c,data:u}}))}quitRTCRoom(e){return r(this,void 0,void 0,(function*(){const t=this.codec.encode(Mo.SetUserStatusInput,{status:0}),{code:r}=yield this.context.rtcSignaling(e,ho,!0,t);return r}))}getRTCRoomInfo(e){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcQueryListInput,{order:2}),{code:o,buffer:i}=yield this.context.rtcSignaling(e,po,!0,r);let s;return o===t.ErrorCode.SUCCESS&&i&&(s=this.codec.decode(Mo.RtcRoomInfoOutput,i)),{code:o,data:s}}))}getRTCUserInfoList(e){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcQueryListInput,{order:2}),{code:o,buffer:i}=yield this.context.rtcSignaling(e,go,!0,r);let s;if(o===t.ErrorCode.SUCCESS&&i){s={users:Vo(this.codec,i).users}}return{code:o,data:s}}))}getRTCUserInfo(e){throw new Error("Method not implemented.")}removeRTCUserInfo(e,t){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcKeyDeleteInput,{key:t}),{code:o}=yield this.context.rtcSignaling(e,To,!1,r);return o}))}setRTCData(e,t,o,i,s,n){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcSetDataInput,{interior:i,target:s,key:t,value:o,objectName:null==n?void 0:n.name,content:null==n?void 0:n.content}),{code:a}=yield this.context.rtcSignaling(e,mo,!1,r);return a}))}setRTCTotalRes(e,t,o,i,s,n){return r(this,void 0,void 0,(function*(){const r={objectName:i,content:this.codec.encode(Mo.RtcValueInfo,{key:t.name,value:t.content},!0),valueInfo:[this.codec.encode(Mo.RtcValueInfo,{key:"uris",value:o},!0)]};s&&r.valueInfo.push(this.codec.encode(Mo.RtcValueInfo,{key:"mcu_uris",value:s},!0)),n&&r.valueInfo.push(this.codec.encode(Mo.RtcValueInfo,{key:"cdn_uris",value:n},!0));const a=this.codec.encode(Mo.RtcUserSetDataInput,r),{code:c}=yield this.context.rtcSignaling(e,So,!0,a);return c}))}setRTCCDNUris(e,t,o){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcUserSetDataInput,{objectName:t,valueInfo:this.codec.encode(Mo.RtcValueInfo,{key:"cdn_uris",value:o},!0)}),{code:i}=yield this.context.rtcSignaling(e,So,!0,r);return i}))}getRTCData(e,o,i,s){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcDataInput,{interior:i,target:s,key:o}),{code:n,buffer:a}=yield this.context.rtcSignaling(e,Io,!0,r);if(n!==t.ErrorCode.SUCCESS||!a)return{code:n};const{outInfo:c}=this.codec.decode(Mo.RtcQryOutput,a),d={};return c.forEach((e=>{d[e.key]=e.value})),{code:n,data:d}}))}removeRTCData(e,t,o,i,s){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcDataInput,{interior:o,target:i,key:t,objectName:null==s?void 0:s.name,content:null==s?void 0:s.content}),{code:n}=yield this.context.rtcSignaling(e,Eo,!1,r);return n}))}setRTCOutData(e,t,o,i){return r(this,void 0,void 0,(function*(){throw new Error("JSEngine's method not implemented.")}))}getRTCOutData(e,t){return r(this,void 0,void 0,(function*(){throw new Error("JSEngine's method not implemented.")}))}getRTCToken(e,o,i){return r(this,void 0,void 0,(function*(){const r=Bo(this.codec,o,i),{code:s,buffer:n}=yield this.context.rtcSignaling(e,fo,!0,r);if(s!==t.ErrorCode.SUCCESS||!n)return{code:s};const{rtcToken:a}=this.codec.decode(Mo.RtcTokenOutput,n);return{code:s,data:{rtcToken:a}}}))}setRTCState(e,t){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.MCFollowInput,{state:t}),{code:o}=yield this.context.rtcSignaling(e,Lo,!0,r);return o}))}getRTCUserList(e){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcQueryListInput,{order:2}),{code:o,buffer:i}=yield this.context.rtcSignaling(e,vo,!0,r);if(o!==t.ErrorCode.SUCCESS||!i)return{code:o};return{code:o,data:Vo(this.codec,i)}}))}joinLivingRoomAsAudience(e,o,i){return r(this,void 0,void 0,(function*(){const r=Bo(this.codec,o,i),{code:s,buffer:n}=yield this.context.rtcSignaling(e,Oo,!0,r);if(s!==t.ErrorCode.SUCCESS||!n)return{code:s};const{rtcToken:a,entries:c}=this.codec.decode(Mo.RtcViewerJoinedOutput,n);return{code:s,data:{token:a,kvEntries:c}}}))}quitLivingRoomAsAudience(e){return r(this,void 0,void 0,(function*(){const t=this.codec.encode(Mo.SetUserStatusInput,{status:0}),{code:r}=yield this.context.rtcSignaling(e,Ao,!0,t);return r}))}rtcIdentityChange(e,o,i){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcInput,{roomType:qt.LIVE,broadcastType:i,identityChangeType:o,needSysChatroom:!1}),{code:s,buffer:n}=yield this.context.rtcSignaling(e,Do,!0,r);if(s!==t.ErrorCode.SUCCESS||!n)return{code:s};return{code:s,data:Vo(this.codec,n)}}))}requestRoomPK(e){return r(this,void 0,void 0,(function*(){const{invitedRoomId:t,invitedUserId:r,inviteSessionId:o,inviteTimeout:i,inviteInfo:s,roomId:n}=e,a=this.codec.encode(Mo.RtcInviteInput,{invitedRoomId:t,invitedUserId:r,inviteSessionId:o,timeoutTime:i,inviteInfo:s}),{code:c}=yield this.context.rtcSignaling(n,ko,!0,a);return c}))}cancelRoomPK(e){return r(this,void 0,void 0,(function*(){const{invitedRoomId:t,invitedUserId:r,inviteSessionId:o,inviteInfo:i,roomId:s}=e,n=this.codec.encode(Mo.RtcCancelInviteInput,{invitedRoomId:t,invitedUserId:r,inviteSessionId:o,inviteInfo:i}),{code:a}=yield this.context.rtcSignaling(s,yo,!0,n);return a}))}responseRoomPK(e){return r(this,void 0,void 0,(function*(){const{inviteUserId:t,inviteRoomId:r,inviteSessionId:o,content:i,key:s,value:n,agree:a,roomId:c}=e,d=this.codec.encode(Mo.RtcInviteAnswerInput,{inviteUserId:t,inviteRoomId:r,inviteSessionId:o,content:i,key:s,value:n,answerCode:a?1:0}),{code:u}=yield this.context.rtcSignaling(c,bo,!0,d);return u}))}endRoomPK(e){return r(this,void 0,void 0,(function*(){const{endRoomId:t,sessionId:r,content:o,keys:i,roomId:s}=e,n=this.codec.encode(Mo.RtcEndInviteInput,{inviteRoomId:t,inviteSessionId:r,inviteContent:o,inviteRoomKeys:i}),{code:a}=yield this.context.rtcSignaling(s,Uo,!0,n);return a}))}getRTCJoinedUserInfo(e){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcQueryUserJoinedInput,{userId:e}),{code:o,buffer:i}=yield this.context.rtcSignaling("",Po,!0,r);if(o!==t.ErrorCode.SUCCESS||!i)return{code:o};return{code:o,data:(this.codec.decode(Mo.RtcQueryUserJoinedOutput,i).info||[]).map((e=>({deviceId:e.deviceId,roomId:e.roomId,joinTime:Tt(e.joinTime)})))}}))}pullRTCRoomEntry(e){return r(this,void 0,void 0,(function*(){const r=this.codec.encode(Mo.RtcPullKV,{timestamp:0,roomId:e}),{code:o,buffer:i}=yield this.context.rtcSignaling(e,No,!0,r);if(o!==t.ErrorCode.SUCCESS)return{code:o};const s=this.codec.decode(Mo.RtcKVOutput,i);let{entries:n,syncTime:a}=s;return n=(n||[]).map((e=>Object.assign(Object.assign({},e),{timestamp:Tt(e.timestamp)}))),{code:o,data:{kvEntries:n,syncTime:Tt(a)}}}))}decodeRtcNotify(e){const{time:t,type:r,roomId:o}=this.codec.decode(Mo.RtcNotifyMsg,e);return{time:Tt(t),type:r,roomId:o}}getCurrentId(){return this.context.getCurrentId()}getNaviInfo(){return this.context.getNaviInfo()}getConnectionStatus(){return this.context.getConnectionStatus()}getAppkey(){return this.context.getAppkey()}rtcPing(e,t,r){return this.context.rtcPing(e,t,r)}sendMessage(e,t,r){return this.context.sendMessage(e,t,r)}registerRTCSignalListener(e){this.context.registerRTCSignalListener(e)}registerConnectionStateChangeListener(e){this.context.onconnectionstatechange=e}registerDisconnectListener(e){this.context.ondisconnect=e}registerDestroyListener(e){this.context.ondestroy=e}registerMessageListener(e){this.context.onmessage=e}getCoreVersion(){return this.context.getCoreVersion()}getPluginContext(){return this.context}}const Fo={tag:"RCRTC",verify:e=>"browser"!==e.tag?(o.error(`RCRTC Plugin is not support the runtime '${e.tag}'`),!1):Qe?(t.VersionManage.add("plugin-rtc","5.5.6"),!!t.VersionManage.validEngine("^5.5.1")||(o.error(`The current engine version '${t.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '^5.5.1'.`),!1)):(o.error("Please use the https protocol or use `http://localhost` to open the page!"),!1),setup(e,r,i={}){var s,n,a,c,d,u,_,l;return o.setLogLevel(i.logLevel),o.setLogStdout(i.logStdout),o.warn("RCRTC Version: 5.5.6, Commit: bdde7363c1a0707e32aa8e4383c0ab3796755c6c"),o.warn(`browserInfo.browser -> ${_t.browser}`),o.warn(`browserInfo.supportsUnifiedPlan -> ${_t.supportsUnifiedPlan}`),o.warn(`browserInfo.version -> ${_t.version}`),t.assert("options.mediaServer",i.mediaServer,(e=>!(!t.isHttpUrl(e)||"https:"===location.protocol&&!/^https/.test(e)))),t.assert("options.timeout",i.timeout,(e=>t.isNumber(e)&&e>=5e3&&e<=3e4)),t.assert("options.pingGap",i.pingGap,(e=>t.isNumber(e)&&e>=3e3&&e<=1e4)),(null==i?void 0:i.audio)&&((null===(s=i.audio)||void 0===s?void 0:s.workletModule)&&(Pe.workletModule=null===(n=i.audio)||void 0===n?void 0:n.workletModule),(null===(a=i.audio)||void 0===a?void 0:a.workletWasm)&&(Pe.workletWasm=null===(c=i.audio)||void 0===c?void 0:c.workletWasm),(null===(d=i.audio)||void 0===d?void 0:d.workletModule)&&(null===(u=i.audio)||void 0===u?void 0:u.workletWasm)&&(Pe.isOpen=!0),void 0!==(null===(_=i.audio)||void 0===_?void 0:_.isOpen)&&(Pe.isOpen=null===(l=i.audio)||void 0===l?void 0:l.isOpen)),new lo(new $o(e,e.createCodec(xo,wo)),r,i)}},Go={transResolution:at,transFrameRate:ut,parseTrackId:rt,ifSupportLocalFileTrack:lt,ifSupportScreenShare:Rt};e.RCAbstractRoom=Br,e.RCAudienceClient=so,e.RCAudienceLivingRoom=uo,e.RCCameraVideoTrack=Ge,e.RCLivingRoom=to,e.RCLocalAudioTrack=xe,e.RCLocalFileAudioTrack=$e,e.RCLocalFileTrack=Be,e.RCLocalFileVideoTrack=Ve,e.RCLocalTrack=Me,e.RCLocalVideoTrack=we,e.RCMCUConfigBuilder=jr,e.RCMediaStreamCapture=_o,e.RCMicphoneAudioTrack=Fe,e.RCRTCClient=lo,e.RCRTCRoom=ro,e.RCRemoteAudioTrack=Je,e.RCRemoteTrack=je,e.RCRemoteVideoTrack=We,e.RCScreenAudioTrack=He,e.RCScreenVideoTrack=Ke,e.RCTag={DEFAULT:"RongCloudRTC"},e.RCTrack=ke,e.device=Ae,e.helper=Go,e.installer=Fo,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
15
|
+
***************************************************************************** */function i(e,t,i,r){return new(i||(i=Promise))((function(o,n){function s(e){try{d(r.next(e))}catch(e){n(e)}}function a(e){try{d(r.throw(e))}catch(e){n(e)}}function d(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}d((r=r.apply(e,t||[])).next())}))}var r,o,n;e.RCRTCCode=void 0,(r=e.RCRTCCode||(e.RCRTCCode={}))[r.SUCCESS=1e4]="SUCCESS",r[r.PB_ERROR=40001]="PB_ERROR",r[r.SIGNAL_DISCONNECTED=5e4]="SIGNAL_DISCONNECTED",r[r.PARAMS_ERROR=50001]="PARAMS_ERROR",r[r.REPERT_JOIN_ROOM=50002]="REPERT_JOIN_ROOM",r[r.NOT_IN_ROOM=50003]="NOT_IN_ROOM",r[r.SERVICE_INVALID=50004]="SERVICE_INVALID",r[r.RTC_TOKEN_INVALID=50006]="RTC_TOKEN_INVALID",r[r.SIGNAL_ERROR=53001]="SIGNAL_ERROR",r[r.CREATE_OFFER_FAILED=53003]="CREATE_OFFER_FAILED",r[r.REQUEST_FAILED=53004]="REQUEST_FAILED",r[r.MCU_SERVER_NOT_FOUND=53005]="MCU_SERVER_NOT_FOUND",r[r.BROADCAST_SUB_LIST_NOT_EMPTY=53007]="BROADCAST_SUB_LIST_NOT_EMPTY",r[r.ROOM_HAS_BEEN_DESTROYED=53008]="ROOM_HAS_BEEN_DESTROYED",r[r.NOT_OPEN_VIDEO_AUDIO_SERVER=53009]="NOT_OPEN_VIDEO_AUDIO_SERVER",r[r.GET_USER_MEDIA_FAILED=53010]="GET_USER_MEDIA_FAILED",r[r.GET_DISPLAY_MEDIA_FAILED=53011]="GET_DISPLAY_MEDIA_FAILED",r[r.BROWSER_PERMISSION_DENIED=53012]="BROWSER_PERMISSION_DENIED",r[r.CREATE_CUSTOM_TRACK_FAILED=53013]="CREATE_CUSTOM_TRACK_FAILED",r[r.INVALID_TAGS=53014]="INVALID_TAGS",r[r.INVALID_USER_ID=53015]="INVALID_USER_ID",r[r.CREATE_FILE_TRACK_FAILED=53016]="CREATE_FILE_TRACK_FAILED",r[r.INVALID_FILE_INSTANCE=53017]="INVALID_FILE_INSTANCE",r[r.SET_REMOTE_DESCRIPTION_FAILED=53018]="SET_REMOTE_DESCRIPTION_FAILED",r[r.BROWSER_NOT_SUPPORT=53019]="BROWSER_NOT_SUPPORT",r[r.TRACK_NOT_READY=53020]="TRACK_NOT_READY",r[r.VIDEO_TRACK_MISS_MEDIA_ELEMENT=53021]="VIDEO_TRACK_MISS_MEDIA_ELEMENT",r[r.TRACK_PLAY_ERROR=53022]="TRACK_PLAY_ERROR",r[r.SIGNAL_AUDIENCE_JOIN_ROOM_FAILED=53023]="SIGNAL_AUDIENCE_JOIN_ROOM_FAILED",r[r.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED=53024]="SIGNAL_ROOM_CHANGE_IDENTITY_FAILED",r[r.PACKAGE_ENVIRONMENT_ERROR=53025]="PACKAGE_ENVIRONMENT_ERROR",r[r.PUBLISH_TRACK_LIMIT_EXCEEDED=53026]="PUBLISH_TRACK_LIMIT_EXCEEDED",r[r.CDN_RESOURCE_IS_EMPTY=53027]="CDN_RESOURCE_IS_EMPTY",r[r.SIGNAL_JOIN_RTC_ROOM_REFUSED=53028]="SIGNAL_JOIN_RTC_ROOM_REFUSED",r[r.NO_PERMISSION_TO_USE_REQUESTED_DEVICE=53029]="NO_PERMISSION_TO_USE_REQUESTED_DEVICE",r[r.THE_FUNCTION_IS_DISABLED_IN_PKROOM=53030]="THE_FUNCTION_IS_DISABLED_IN_PKROOM",r[r.SOME_TRACKS_PUBLISH_FAILED=53031]="SOME_TRACKS_PUBLISH_FAILED",r[r.MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO=53032]="MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO",r[r.JWT_TIME_OUT=1004]="JWT_TIME_OUT",r[r.SYSTEM_PERMISSION_DENIED=53033]="SYSTEM_PERMISSION_DENIED",r[r.PUBLISH_TRACKS_IS_INVALID=53034]="PUBLISH_TRACKS_IS_INVALID",function(e){e.L_INDEX_INSTALL_RTC_PLUGIN_O="L-index_install_rtc_plugin-O",e.L_RTC_CLIENT_IM_CONNECTION_STATE_S="L-rtc_client_im_connection_state-S",e.L_RTC_CLIENT_IM_DISCONNECT_S="L-rtc_client_im_disconnect-S",e.L_RTC_CLIENT_MESSAGE_O="L-rtc_client_message-O",e.L_RTC_CLIENT_DESTROY_S="L-rtc_client_destroy-S",e.L_RTC_CLIENT_JOIN_RTC_ROOM_T="L-rtc_client_join_rtc_room-T",e.L_RTC_CLIENT_JOIN_RTC_ROOM_R="L-rtc_client_join_rtc_room-R",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_T="L-rtc_client_join_living_room-T",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_R="L-rtc_client_join_living_room-R",e.L_RTC_CLIENT_GET_AUDIENCE_CLIENT_O="L-rtc_client_get_audience_client-O",e.L_RTC_CLIENT_LEAVE_ROOM_T="L-rtc_client_leave_room-T",e.L_RTC_CLIENT_LEAVE_ROOM_R="L-rtc_client_leave_room-R",e.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O="L-rtc_client_create_microphone_audio_track-O",e.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O="L-rtc_client_create_camera_video_track-O",e.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O="L-rtc_client_create_microphone_and_camera_tracks-O",e.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O="L-rtc_client_create_screen_video_track-O",e.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_AND_AUDIO_TRACKS_O="L-rtc_client_create_screen_video_and_audio_tracks-O",e.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O="L-rtc_client_create_local_audio_track-O",e.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O="L-rtc_client_create_local_video_track-O",e.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O="L-rtc_client_create_local_file_tracks-O",e.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O="L-rtc_client_create_local_tracks-O",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_T="L-rtc_client_join_living_room_as_audience-T",e.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R="L-rtc_client_join_living_room_as_audience_R",e.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_T="L-rtc_client_leave_living_room_as_audience-T",e.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R="L-rtc_client_leave_living_room_as_audience-R",e.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_T="L-rtc_client_upgrade_to_anchor_room-T",e.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R="L-rtc_client_upgrade_to_anchor_room-R",e.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_T="L-rtc_client_downgrade_to_audience_room-T",e.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R="L-rtc_client_downgrade_to_audience_room-R",e.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_T="L-rtc_client_get_joined_room_info-T",e.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_R="L-rtc_client_get_joined_room_info-R",e.L_AUDIENCE_CLIENT_SUBSCRIBE_T="L-audinence_client_subscribe-T",e.L_AUDIENCE_CLIENT_SUBSCRIBE_R="L-audinence_client_subscribe-R",e.L_AUDIENCE_CLIENT_UNSUBSCRIBE_T="L-audinence_client_unsubscribe-T",e.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R="L-audinence_client_unsubscribe-R",e.L_PINGER_START_O="L-pinger_start-O",e.L_PINGER_STOP_O="L-pinger_stop-O",e.L_PINGER_SEND_RTCPING_T="L-pinger_send_rtcping-T",e.L_PINGER_SEND_RTCPING_R="L-pinger_send_rtcping-R",e.L_ABSTRACT_ROOM_SEND_MESSAGE_T="L-abstract_room_send_message-T",e.L_ABSTRACT_ROOM_SEND_MESSAGE_R="L-abstract_room_send_message-R",e.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_T="L-abstract_room_set_room_attribute-T",e.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R="L-abstract_room_set_room_attribute_R",e.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_T="L-abstract_room_delete_room_attribute_T",e.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R="L-abstract_room_delete_room_attribute_R",e.L_ABSTRACT_ROOM_GET_ROOM_ATTRIBUTE_T="L-abstract_room_get_room_attribute_T",e.L_ABSTRACT_ROOM_GET_ROOM_ATTRIBUTE_R="L-abstract_room_get_room_attribute_R",e.L_ABSTRACT_ROOM_PUBLISH_T="L-abstract_room_publish-T",e.L_ABSTRACT_ROOM_PUBLISH_R="L-abstract_room_publish-R",e.L_ABSTRACT_ROOM_PUBLISH_P="L-abstract_room_publish-P",e.L_ABSTRACT_ROOM_UNPUBLISH_T="L-abstract_room_unpublish-T",e.L_ABSTRACT_ROOM_UNPUBLISH_R="L-abstract_room_unpublish-R",e.L_ABSTRACT_ROOM_UNPUBLISH_P="L-abstract_room_unpublish-P",e.L_ABSTRACT_ROOM_SUBSCRIBE_T="L-abstract_room_subscribe-T",e.L_ABSTRACT_ROOM_SUBSCRIBE_R="L-abstract_room_subscribe-R",e.L_ABSTRACT_ROOM_UNSUBSCRIBE_T="L-abstract_room_unsubscribe-T",e.L_ABSTRACT_ROOM_UNSUBSCRIBE_R="L-abstract_room_unsubscribe-R",e.L_APP_CALL_UNSUBSCRIBE_O="L-app_call_unsubscribe-O",e.L_USER_LEFT_UNSUBSCRIBE_O="L-user_left_unsubscribe-O",e.L_RES_UNPUB_UNSUBSCRIBE_O="L-res_unpub_unsubscribe-O",e.L_ABSTRACT_ROOM_REGISTER_ROOM_EVENT_LISTENER_O="L-abstract_room_register_room_event_listener-O",e.L_ABSTRACT_ROOM_REGISTER_REPORT_LISTENER_O="L-abstract_room_register_report_listener-O",e.L_ABSTRACT_ROOM_AUDIO_LEVEL_O="L-abstract_room_audio_level-O",e.L_ABSTRACT_ROOM_IM_RECONNECTED_T="L-abstract_room_im_reconnected-T",e.L_ABSTRACT_ROOM_IM_RECONNECTED_R="L-abstract_room_im_reconnected-R",e.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O="L-abstract_room_call_app_listener-O",e.L_ABSTRACT_ROOM_SETBITRATE_O="L-abstract_room_setBitrate-O",e.L_ABSTRACT_ROOM_ONTRACKREADY_O="L-abstract_room_onTrackReady-O",e.L_ABSTRACT_ROOM_RECEIVE_MESSAGE_O="L-abstract_room_receive_message-O",e.L_ABSTRACT_ROOM_ONKICKOFF_O="L-abstract_room_onKickoff-O",e.L_LIVING_ROOM_RECONNECTED_T="L-living_room_reconnected-T",e.L_LIVING_ROOM_RECONNECTED_R="L-living_room_reconnected-R",e.L_LIVING_ROOM_ENABLE_INNER_CDN_T="L-living_room_enable_inner_cdn-T",e.L_LIVING_ROOM_ENABLE_INNER_CDN_R="L-living_room_enable_inner_cdn-R",e.L_LIVING_ROOM_SPREAD_CDN_INFO_T="L-living_room_spread_cdn_info-T",e.L_LIVING_ROOM_SPREAD_CDN_INFO_R="L-living_room_spread_cdn_info-R",e.L_LIVING_ROOM_JOINED_PK_ROOM_T="L-living_room_joined_pk_room-T",e.L_LIVING_ROOM_JOINED_PK_ROOM_R="L-living_room_joined_pk_room-R",e.L_LIVING_ROOM_LEAVE_PK_ROOM_T="L-living_room_leave_pk_room-T",e.L_LIVING_ROOM_LEAVE_PK_ROOM_R="L-living_room_leave_pk_room-R",e.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O="L-living_room_get_room_pk_handler-O",e.L_LIVING_ROOM_QUIT_ALL_PK_ROOM_O="L-living_room_quit_all_pk_room-O",e.L_LIVING_PK_HANDLER_REGISTER_ROOM_PK_EVENT_LISTENER_O="L-living_pk_handler_register_room_pk_event_listener-O",e.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_T="L-living_pk_handler_request_join_other_room-T",e.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R="L-living_pk_handler_request_join_other_room-R",e.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_T="L-living_pk_handler_cancel_request_join_other_room-T",e.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R="L-living_pk_handler_cancel_request_join_other_room-R",e.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_T="L-living_pk_handler_response_join_other_room-T",e.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R="L-living_pk_handler_response_join_other_room-R",e.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_T="L-living_pk_handler_join_other_room-T",e.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R="L-living_pk_handler_join_other_room-R",e.L_LIVING_PK_HANDLER_LEAVE_OTHER_ROOM_T="L-living_pk_handler_leave_other_room-T",e.L_LIVING_PK_HANDLER_LEAVE_OTHER_ROOM_R="L-living_pk_handler_leave_other_room-R",e.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_T="L-audience_living_room_singal_data_change-T",e.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R="L-audience_living_room_singal_data_change-R",e.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_T="L-audience_living_room_get_cdn_play_url-T",e.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R="L-audience_living_room_get_cdn_play_url-R",e.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_T="L-audience_living_room_subscribe-T",e.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R="L-audience_living_room_subscribe-R",e.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_T="L-audience_living_room_unsubscribe-T",e.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R="L-audience_living_room_unsubscribe-R",e.L_AUDIENCE_LIVING_ROOM_AUDIO_LEVEL_CHANGE_O="L-audience_living_room_audio_level_change-O",e.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O="L-mcu_config_builder_set_host_video_track-O",e.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O="L-mcu_config_builder_set_mix_layout_mode-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O="L-mcu_config_builder_set_output_video_resolution-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O="L-mcu_config_builder_set_output_video_fps-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O="L-mcu_config_builder_set_output_video_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O="L-mcu_config_builder_set_output_tiny_video_resolution-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O="L-mcu_config_builder_set_output_tiny_video_fps-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O="L-mcu_config_builder_set_output_tiny_video_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O="L-mcu_config_builder_set_output_video_render_mode-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O="L-mcu_config_builder_set_output_audio_bitrate-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O="L-mcu_config_builder_set_output_background_color-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_add_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_remove_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O="L-mcu_config_builder_clear_output_background_picture-O",e.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O="L-mcu_config_builder_set_output_background_picture-fill-mode-O",e.L_MCU_CONFIG_BUILDER_ADD_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_add_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_remove_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_CLEAR_PUBLISH_STREAM_URLS_O="L-mcu_config_builder_clear_publish_stream_urls-O",e.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_add_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_remove_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_LAYOUT_VIDEO_O="L-mcu_config_builder_clear_customize_layout_video-O",e.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_set_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_add_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_remove_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_INPUT_AUDIO_O="L-mcu_config_builder_clear_customize_input_audio-O",e.L_MCU_CONFIG_BUILDER_RESET_O="L-mcu_config_builder_reset-O",e.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O="L-mcu_config_builder_add_single_water_mark-O",e.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O="L-mcu_config_builder_remove_single_water_mark-O",e.L_MCU_CONFIG_BUILDER_CLEAR_SINGLE_WATER_MARK_O="L-mcu_config_builder_clear_single_water_mark-O",e.L_MEDIA_SERVICE_SET_MCU_CONFIG_T="L-media_service_set_mcu_config-T",e.L_MEDIA_SERVICE_SET_MCU_CONFIG_R="L-media_service_set_mcu_config-R",e.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_T="L-media_service_get_cnd_resource_info-T",e.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R="L-media_service_get_cnd_resource_info-R",e.L_MEDIA_SERVICE_REQUEST_T="L-media_service_request-T",e.L_MEDIA_SERVICE_REQUEST_R="L-media_service_request-R",e.L_LOCAL_TRACK_INNER_SET_PUBLISHED_O="L-loacl_track_inner_set_published-O",e.L_LOCAL_TRACK_DESTROY_O="L-loacl_track_destroy-O",e.L_LOCAL_TRACK_SET_BITRATE_O="L-loacl_track_set_bitrate-O",e.L_LOCAL_TRACK_SET_LOCAL_MUTED_O="L-loacl_track_set_local_muted-O",e.L_LOCAL_TRACK_SET_LOCAL_MUTED_R="L-loacl_track_set_local_muted-R",e.L_TRACK_PLAY_O="L-track_play-O",e.L_TRACK_PLAY_E="L-track_play-E",e.L_TRACK_LOAD_START_O="L-track_load_start-O",e.L_TRACK_DURATION_CHANGE_O="L-track_duration_change-O",e.L_TRACK_LOADED_META_DATA_O="L-track_loaded_meta_data-O",e.L_TRACK_LOADED_DATA_O="L-track_loaded_data-O",e.L_TRACK_ABORT_O="L-track_abort-O",e.L_TRACK_VOLUME_CHANGE_O="L-track_volume_change-O",e.L_TRACK_CANPLAY_O="L-track_canplay-O",e.L_TRACK_MUTE_O="L-track_mute-O",e.L_TRACK_UNMUTE_O="L-track_unmute-O",e.L_ABSTRACT_STAT_PARSER_FORMAT_RTC_STATE_REPORT_O="L-abstract_stat_parser_format_rtc_state_report-O",e.L_A_SDP_STRATEGY_SET_SDP_SEMANTICS_O="L-a_sdp_strategy_set_sdp_semantics-O",e.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O="L-a_sdp_strategy_set_remote_answer-O",e.L_RTC_PEER_CONNECTION_GET_STATS_DATA_O="L-rtc_peer_connection_get_stats_data-O",e.L_RTC_PEER_CONNECTION_ADD_LOCAL_TRACK_O="L-rtc_peer_connection_add_local_track-O",e.L_RTC_PEER_CONNECTION_GET_LOCAL_TRACKS_O="L-rtc_peer_connection_get_local_tracks-O",e.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S="L-rtc_peer_connection_ice_connection_state-S",e.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_REPORT_R="L-rtc_peer_connection_ice_connection_state_report-R",e.L_RTC_PEER_CONNECTION_CONNECTION_STATE_S="L-rtc_peer_connection_connection_state-S",e.L_RTC_PEER_CONNECTION_SET_BITRATE_O="L-rtc_peer_connection_set_bitrate-O",e.L_RTC_PEER_CONNECTION_CREATE_OFFER_O="L-rtc_peer_connection_create_offer-O",e.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O="L-rtc_peer_connection_remove_local_track_by_id-O",e.L_RTC_PEER_CONNECTION_REMOVE_ALL_LOCAL_TRACK_O="L-rtc_peer_connection_remove_all_local_track-O",e.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_O="L-rtc_peer_connection_remove_local_track-O",e.L_RTC_PEER_CONNECTION_UPDATE_SUB_REMOTE_TRACKS_O="L-rtc_peer_connection_update_sub_remote_tracks-O",e.L_RTC_PEER_CONNECTION_LOCAL_TRACK_MUTED_O="L-rtc_peer_connection_local_track_muted-O",e.L_RTC_PEER_CONNECTION_DESTROY_O="L-rtc_peer_connection_destroy-O",e.L_RTC_SET_RECOMMEND_BITRATE_O="L_rtc_set_recommend_bitrate_O",e.L_RTC_SDP_BITRATE_O="L_rtc_sdp_bitrate_O",e.L_RTC_3ANOISE_NODE_O="L_RTC_AAAnoiseNode_O",e.L_RTC_3ANOISE_NODE_E="L_RTC_AAAnoiseNode_E",e.L_RTC_3ANOISE_NODE_STOP_O="L_RTC_AAAnoiseNode_Stop_O",e.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_T="L_rtc_client_join_cross_rtc_room_T",e.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R="L_rtc_client_join_cross_rtc_room_R",e.L_QS_JOIN_ROOM_S="RTC-joinRoomRtc-S",e.L_QS_SUBSCRIBE_S="RTC-subscribe-S",e.L_QS_UNSUBSCRIBE_S="RTC-unsubscribe-S",e.L_QS_PUBLISH_S="RTC-publishRtc-S",e.L_QS_UNPUBLISH_S="RTC-unpublishRtc-S",e.L_QS_ICE_STATUS_S="RTC-iceStatus-S",e.L_QS_KICKED_S="RTC-forcedOffline-S",e.L_QS_PUB_ICE_STATUS_S="RTC-pubIceConnected-S",e.L_QS_SUB_ICE_STATUS_S="RTC-subIceConnected-S",e.L_QS_RECV_PUB_MSG_S="RTC-recvPubMsg-S",e.L_SET_ENCODER_PREFERENCES_S="RTC-set_Encoder_Preferences-S",e.L_RTCNTF_PULL_ROOM_STATUS_O="L-rtcntf_pull_room_status-O",e.L_RTCPING_PULL_ROOM_STATUS_O="L-rtcping_pull_room_status-O",e.L_PULL_ROOM_STATUS_T="L-pull_room_status-T",e.L_PULL_ROOM_STATUS_R="L-pull_room_status-R",e.L_OLD_DAILY_RECORD_O="L-old_daily_record-O",e.L_REMOTE_USER_JOINED_RESOURCES_O="L-remote_user_joined_resources-O",e.L_REMOTE_USER_STATE_HANDLE_O="L-remote_user_state_handle-O",e.L_HTTP_POLARIS_REPORT_FAIL_O="L-http_polaris_report_fail-O",e.L_UPDATE_SUBSCRIBELIST_COMMAND_T="L-update_subscribeList_command-T",e.L_UPDATE_SUBSCRIBELIST_COMMAND_P="L-update_subscribeList_command-P",e.L_UPDATE_SUBSCRIBELIST_COMMAND_R="L-update_subscribeList_command-R",e.L_RTC_CLIENT_NAVI_CHANGE_O="L-rtc_client_navi_change-O",e.L_UNPUBLISH_PREV_COMMAND_T="L-unpublish_prev_command-T",e.L_UNPUBLISH_PREV_COMMAND_R="L-unpublish_prev_command-R",e.L_RETRY_EXCHANGE_COMMAND_T="L-retry_exchange_command-T",e.L_RETRY_EXCHANGE_COMMAND_R="L-retry_exchange_command-R",e.L_PARSE_USERSTATE_COMMAND_R="L-parse_userstate_command-R",e.L_RESUB_REPUB_RES_R="L-resub_repub_res-R",e.L_PARSE_ROOMDATA_URIS_R="L-parse_roomdata_uris-R",e.L_SET_AUDIO_CONSTRAINTS_O="L-set_audio_constraints-O"}(o||(o={})),function(e){e.FAILED="fail",e.SUCCESSED="success",e.TIMEOUT="timeout",e.INFO="info"}(n||(n={}));let s=!0,a=!0;function d(e,t,i){const r=e.match(t);return r&&r.length>=i&&parseInt(r[i],10)}function c(e,t,i){if(!e.RTCPeerConnection)return;const r=e.RTCPeerConnection.prototype,o=r.addEventListener;r.addEventListener=function(e,r){if(e!==t)return o.apply(this,arguments);const n=e=>{const t=i(e);t&&(r.handleEvent?r.handleEvent(t):r(t))};return this._eventMap=this._eventMap||{},this._eventMap[t]||(this._eventMap[t]=new Map),this._eventMap[t].set(r,n),o.apply(this,[e,n])};const n=r.removeEventListener;r.removeEventListener=function(e,i){if(e!==t||!this._eventMap||!this._eventMap[t])return n.apply(this,arguments);if(!this._eventMap[t].has(i))return n.apply(this,arguments);const r=this._eventMap[t].get(i);return this._eventMap[t].delete(i),0===this._eventMap[t].size&&delete this._eventMap[t],0===Object.keys(this._eventMap).length&&delete this._eventMap,n.apply(this,[e,r])},Object.defineProperty(r,"on"+t,{get(){return this["_on"+t]},set(e){this["_on"+t]&&(this.removeEventListener(t,this["_on"+t]),delete this["_on"+t]),e&&this.addEventListener(t,this["_on"+t]=e)},enumerable:!0,configurable:!0})}function _(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(s=e,e?"adapter.js logging disabled":"adapter.js logging enabled")}function l(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(a=!e,"adapter.js deprecation warnings "+(e?"disabled":"enabled"))}function u(){if("object"==typeof window){if(s)return;"undefined"!=typeof console&&"function"==typeof console.log&&console.log.apply(console,arguments)}}function h(e,t){a&&console.warn(e+" is deprecated, please use "+t+" instead.")}function R(e){return"[object Object]"===Object.prototype.toString.call(e)}function v(e){return R(e)?Object.keys(e).reduce((function(t,i){const r=R(e[i]),o=r?v(e[i]):e[i],n=r&&!Object.keys(o).length;return void 0===o||n?t:Object.assign(t,{[i]:o})}),{}):e}function C(e,t,i){t&&!i.has(t.id)&&(i.set(t.id,t),Object.keys(t).forEach((r=>{r.endsWith("Id")?C(e,e.get(t[r]),i):r.endsWith("Ids")&&t[r].forEach((t=>{C(e,e.get(t),i)}))})))}function g(e,t,i){const r=i?"outbound-rtp":"inbound-rtp",o=new Map;if(null===t)return o;const n=[];return e.forEach((e=>{"track"===e.type&&e.trackIdentifier===t.id&&n.push(e)})),n.forEach((t=>{e.forEach((i=>{i.type===r&&i.trackId===t.id&&C(e,i,o)}))})),o}const p=u;function m(e,t){const i=e&&e.navigator;if(!i.mediaDevices)return;const r=function(e){if("object"!=typeof e||e.mandatory||e.optional)return e;const t={};return Object.keys(e).forEach((i=>{if("require"===i||"advanced"===i||"mediaSource"===i)return;const r="object"==typeof e[i]?e[i]:{ideal:e[i]};void 0!==r.exact&&"number"==typeof r.exact&&(r.min=r.max=r.exact);const o=function(e,t){return e?e+t.charAt(0).toUpperCase()+t.slice(1):"deviceId"===t?"sourceId":t};if(void 0!==r.ideal){t.optional=t.optional||[];let e={};"number"==typeof r.ideal?(e[o("min",i)]=r.ideal,t.optional.push(e),e={},e[o("max",i)]=r.ideal,t.optional.push(e)):(e[o("",i)]=r.ideal,t.optional.push(e))}void 0!==r.exact&&"number"!=typeof r.exact?(t.mandatory=t.mandatory||{},t.mandatory[o("",i)]=r.exact):["min","max"].forEach((e=>{void 0!==r[e]&&(t.mandatory=t.mandatory||{},t.mandatory[o(e,i)]=r[e])}))})),e.advanced&&(t.optional=(t.optional||[]).concat(e.advanced)),t},o=function(e,o){if(t.version>=61)return o(e);if((e=JSON.parse(JSON.stringify(e)))&&"object"==typeof e.audio){const t=function(e,t,i){t in e&&!(i in e)&&(e[i]=e[t],delete e[t])};t((e=JSON.parse(JSON.stringify(e))).audio,"autoGainControl","googAutoGainControl"),t(e.audio,"noiseSuppression","googNoiseSuppression"),e.audio=r(e.audio)}if(e&&"object"==typeof e.video){let n=e.video.facingMode;n=n&&("object"==typeof n?n:{ideal:n});const s=t.version<66;if(n&&("user"===n.exact||"environment"===n.exact||"user"===n.ideal||"environment"===n.ideal)&&(!i.mediaDevices.getSupportedConstraints||!i.mediaDevices.getSupportedConstraints().facingMode||s)){let t;if(delete e.video.facingMode,"environment"===n.exact||"environment"===n.ideal?t=["back","rear"]:"user"!==n.exact&&"user"!==n.ideal||(t=["front"]),t)return i.mediaDevices.enumerateDevices().then((i=>{let s=(i=i.filter((e=>"videoinput"===e.kind))).find((e=>t.some((t=>e.label.toLowerCase().includes(t)))));return!s&&i.length&&t.includes("back")&&(s=i[i.length-1]),s&&(e.video.deviceId=n.exact?{exact:s.deviceId}:{ideal:s.deviceId}),e.video=r(e.video),p("chrome: "+JSON.stringify(e)),o(e)}))}e.video=r(e.video)}return p("chrome: "+JSON.stringify(e)),o(e)},n=function(e){return t.version>=64?e:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[e.name]||e.name,message:e.message,constraint:e.constraint||e.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(i.getUserMedia=function(e,t,r){o(e,(e=>{i.webkitGetUserMedia(e,t,(e=>{r&&r(n(e))}))}))}.bind(i),i.mediaDevices.getUserMedia){const e=i.mediaDevices.getUserMedia.bind(i.mediaDevices);i.mediaDevices.getUserMedia=function(t){return o(t,(t=>e(t).then((e=>{if(t.audio&&!e.getAudioTracks().length||t.video&&!e.getVideoTracks().length)throw e.getTracks().forEach((e=>{e.stop()})),new DOMException("","NotFoundError");return e}),(e=>Promise.reject(n(e))))))}}}function T(e){e.MediaStream=e.MediaStream||e.webkitMediaStream}function I(e){if("object"==typeof e&&e.RTCPeerConnection&&!("ontrack"in e.RTCPeerConnection.prototype)){Object.defineProperty(e.RTCPeerConnection.prototype,"ontrack",{get(){return this._ontrack},set(e){this._ontrack&&this.removeEventListener("track",this._ontrack),this.addEventListener("track",this._ontrack=e)},enumerable:!0,configurable:!0});const t=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){return this._ontrackpoly||(this._ontrackpoly=t=>{t.stream.addEventListener("addtrack",(i=>{let r;r=e.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((e=>e.track&&e.track.id===i.track.id)):{track:i.track};const o=new Event("track");o.track=i.track,o.receiver=r,o.transceiver={receiver:r},o.streams=[t.stream],this.dispatchEvent(o)})),t.stream.getTracks().forEach((i=>{let r;r=e.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((e=>e.track&&e.track.id===i.id)):{track:i};const o=new Event("track");o.track=i,o.receiver=r,o.transceiver={receiver:r},o.streams=[t.stream],this.dispatchEvent(o)}))},this.addEventListener("addstream",this._ontrackpoly)),t.apply(this,arguments)}}else c(e,"track",(e=>(e.transceiver||Object.defineProperty(e,"transceiver",{value:{receiver:e.receiver}}),e)))}function S(e){if("object"==typeof e&&e.RTCPeerConnection&&!("getSenders"in e.RTCPeerConnection.prototype)&&"createDTMFSender"in e.RTCPeerConnection.prototype){const t=function(e,t){return{track:t,get dtmf(){return void 0===this._dtmf&&("audio"===t.kind?this._dtmf=e.createDTMFSender(t):this._dtmf=null),this._dtmf},_pc:e}};if(!e.RTCPeerConnection.prototype.getSenders){e.RTCPeerConnection.prototype.getSenders=function(){return this._senders=this._senders||[],this._senders.slice()};const i=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,r){let o=i.apply(this,arguments);return o||(o=t(this,e),this._senders.push(o)),o};const r=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){r.apply(this,arguments);const t=this._senders.indexOf(e);-1!==t&&this._senders.splice(t,1)}}const i=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){this._senders=this._senders||[],i.apply(this,[e]),e.getTracks().forEach((e=>{this._senders.push(t(this,e))}))};const r=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){this._senders=this._senders||[],r.apply(this,[e]),e.getTracks().forEach((e=>{const t=this._senders.find((t=>t.track===e));t&&this._senders.splice(this._senders.indexOf(t),1)}))}}else if("object"==typeof e&&e.RTCPeerConnection&&"getSenders"in e.RTCPeerConnection.prototype&&"createDTMFSender"in e.RTCPeerConnection.prototype&&e.RTCRtpSender&&!("dtmf"in e.RTCRtpSender.prototype)){const t=e.RTCPeerConnection.prototype.getSenders;e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e},Object.defineProperty(e.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this._dtmf&&("audio"===this.track.kind?this._dtmf=this._pc.createDTMFSender(this.track):this._dtmf=null),this._dtmf}})}}function E(e){if(!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){const[e,i,r]=arguments;if(arguments.length>0&&"function"==typeof e)return t.apply(this,arguments);if(0===t.length&&(0===arguments.length||"function"!=typeof e))return t.apply(this,[]);const o=function(e){const t={};return e.result().forEach((e=>{const i={id:e.id,timestamp:e.timestamp,type:{localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[e.type]||e.type};e.names().forEach((t=>{i[t]=e.stat(t)})),t[i.id]=i})),t},n=function(e){return new Map(Object.keys(e).map((t=>[t,e[t]])))};if(arguments.length>=2){const r=function(e){i(n(o(e)))};return t.apply(this,[r,e])}return new Promise(((e,i)=>{t.apply(this,[function(t){e(n(o(t)))},i])})).then(i,r)}}function f(e){if(!("object"==typeof e&&e.RTCPeerConnection&&e.RTCRtpSender&&e.RTCRtpReceiver))return;if(!("getStats"in e.RTCRtpSender.prototype)){const t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e});const i=e.RTCPeerConnection.prototype.addTrack;i&&(e.RTCPeerConnection.prototype.addTrack=function(){const e=i.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){const e=this;return this._pc.getStats().then((t=>g(t,e.track,!0)))}}if(!("getStats"in e.RTCRtpReceiver.prototype)){const t=e.RTCPeerConnection.prototype.getReceivers;t&&(e.RTCPeerConnection.prototype.getReceivers=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e}),c(e,"track",(e=>(e.receiver._pc=e.srcElement,e))),e.RTCRtpReceiver.prototype.getStats=function(){const e=this;return this._pc.getStats().then((t=>g(t,e.track,!1)))}}if(!("getStats"in e.RTCRtpSender.prototype)||!("getStats"in e.RTCRtpReceiver.prototype))return;const t=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof e.MediaStreamTrack){const e=arguments[0];let t,i,r;return this.getSenders().forEach((i=>{i.track===e&&(t?r=!0:t=i)})),this.getReceivers().forEach((t=>(t.track===e&&(i?r=!0:i=t),t.track===e))),r||t&&i?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):t?t.getStats():i?i.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return t.apply(this,arguments)}}function O(e){e.RTCPeerConnection.prototype.getLocalStreams=function(){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},Object.keys(this._shimmedLocalStreams).map((e=>this._shimmedLocalStreams[e][0]))};const t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,i){if(!i)return t.apply(this,arguments);this._shimmedLocalStreams=this._shimmedLocalStreams||{};const r=t.apply(this,arguments);return this._shimmedLocalStreams[i.id]?-1===this._shimmedLocalStreams[i.id].indexOf(r)&&this._shimmedLocalStreams[i.id].push(r):this._shimmedLocalStreams[i.id]=[i,r],r};const i=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){this._shimmedLocalStreams=this._shimmedLocalStreams||{},e.getTracks().forEach((e=>{if(this.getSenders().find((t=>t.track===e)))throw new DOMException("Track already exists.","InvalidAccessError")}));const t=this.getSenders();i.apply(this,arguments);const r=this.getSenders().filter((e=>-1===t.indexOf(e)));this._shimmedLocalStreams[e.id]=[e].concat(r)};const r=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},delete this._shimmedLocalStreams[e.id],r.apply(this,arguments)};const o=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},e&&Object.keys(this._shimmedLocalStreams).forEach((t=>{const i=this._shimmedLocalStreams[t].indexOf(e);-1!==i&&this._shimmedLocalStreams[t].splice(i,1),1===this._shimmedLocalStreams[t].length&&delete this._shimmedLocalStreams[t]})),o.apply(this,arguments)}}function L(e,t){if(!e.RTCPeerConnection)return;if(e.RTCPeerConnection.prototype.addTrack&&t.version>=65)return O(e);const i=e.RTCPeerConnection.prototype.getLocalStreams;e.RTCPeerConnection.prototype.getLocalStreams=function(){const e=i.apply(this);return this._reverseStreams=this._reverseStreams||{},e.map((e=>this._reverseStreams[e.id]))};const r=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(t){if(this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},t.getTracks().forEach((e=>{if(this.getSenders().find((t=>t.track===e)))throw new DOMException("Track already exists.","InvalidAccessError")})),!this._reverseStreams[t.id]){const i=new e.MediaStream(t.getTracks());this._streams[t.id]=i,this._reverseStreams[i.id]=t,t=i}r.apply(this,[t])};const o=e.RTCPeerConnection.prototype.removeStream;function n(e,t){let i=t.sdp;return Object.keys(e._reverseStreams||[]).forEach((t=>{const r=e._reverseStreams[t],o=e._streams[r.id];i=i.replace(new RegExp(o.id,"g"),r.id)})),new RTCSessionDescription({type:t.type,sdp:i})}function s(e,t){let i=t.sdp;return Object.keys(e._reverseStreams||[]).forEach((t=>{const r=e._reverseStreams[t],o=e._streams[r.id];i=i.replace(new RegExp(r.id,"g"),o.id)})),new RTCSessionDescription({type:t.type,sdp:i})}e.RTCPeerConnection.prototype.removeStream=function(e){this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},o.apply(this,[this._streams[e.id]||e]),delete this._reverseStreams[this._streams[e.id]?this._streams[e.id].id:e.id],delete this._streams[e.id]},e.RTCPeerConnection.prototype.addTrack=function(t,i){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const r=[].slice.call(arguments,1);if(1!==r.length||!r[0].getTracks().find((e=>e===t)))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");const o=this.getSenders().find((e=>e.track===t));if(o)throw new DOMException("Track already exists.","InvalidAccessError");this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{};const n=this._streams[i.id];if(n)n.addTrack(t),Promise.resolve().then((()=>{this.dispatchEvent(new Event("negotiationneeded"))}));else{const r=new e.MediaStream([t]);this._streams[i.id]=r,this._reverseStreams[r.id]=i,this.addStream(r)}return this.getSenders().find((e=>e.track===t))},["createOffer","createAnswer"].forEach((function(t){const i=e.RTCPeerConnection.prototype[t],r={[t](){const e=arguments;return arguments.length&&"function"==typeof arguments[0]?i.apply(this,[t=>{const i=n(this,t);e[0].apply(null,[i])},t=>{e[1]&&e[1].apply(null,t)},arguments[2]]):i.apply(this,arguments).then((e=>n(this,e)))}};e.RTCPeerConnection.prototype[t]=r[t]}));const a=e.RTCPeerConnection.prototype.setLocalDescription;e.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=s(this,arguments[0]),a.apply(this,arguments)):a.apply(this,arguments)};const d=Object.getOwnPropertyDescriptor(e.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(e.RTCPeerConnection.prototype,"localDescription",{get(){const e=d.get.apply(this);return""===e.type?e:n(this,e)}}),e.RTCPeerConnection.prototype.removeTrack=function(e){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!e._pc)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(!(e._pc===this))throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let t;this._streams=this._streams||{},Object.keys(this._streams).forEach((i=>{this._streams[i].getTracks().find((t=>e.track===t))&&(t=this._streams[i])})),t&&(1===t.getTracks().length?this.removeStream(this._reverseStreams[t.id]):t.removeTrack(e.track),this.dispatchEvent(new Event("negotiationneeded")))}}function A(e,t){!e.RTCPeerConnection&&e.webkitRTCPeerConnection&&(e.RTCPeerConnection=e.webkitRTCPeerConnection),e.RTCPeerConnection&&t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const i=e.RTCPeerConnection.prototype[t],r={[t](){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),i.apply(this,arguments)}};e.RTCPeerConnection.prototype[t]=r[t]}))}function N(e,t){c(e,"negotiationneeded",(e=>{const i=e.target;if(!(t.version<72||i.getConfiguration&&"plan-b"===i.getConfiguration().sdpSemantics)||"stable"===i.signalingState)return e}))}var y=Object.freeze({__proto__:null,shimMediaStream:T,shimOnTrack:I,shimGetSendersWithDtmf:S,shimGetStats:E,shimSenderReceiverGetStats:f,shimAddTrackRemoveTrackWithNative:O,shimAddTrackRemoveTrack:L,shimPeerConnection:A,fixNegotiationNeeded:N,shimGetUserMedia:m,shimGetDisplayMedia:function(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&("function"==typeof t?e.navigator.mediaDevices.getDisplayMedia=function(i){return t(i).then((t=>{const r=i.video&&i.video.width,o=i.video&&i.video.height,n=i.video&&i.video.frameRate;return i.video={mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:t,maxFrameRate:n||3}},r&&(i.video.mandatory.maxWidth=r),o&&(i.video.mandatory.maxHeight=o),e.navigator.mediaDevices.getUserMedia(i)}))}:console.error("shimGetDisplayMedia: getSourceId argument is not a function"))}});var D=function(e){var t={exports:{}};return e(t,t.exports),t.exports}((function(e){var t={generateIdentifier:function(){return Math.random().toString(36).substr(2,10)}};t.localCName=t.generateIdentifier(),t.splitLines=function(e){return e.trim().split("\n").map((function(e){return e.trim()}))},t.splitSections=function(e){return e.split("\nm=").map((function(e,t){return(t>0?"m="+e:e).trim()+"\r\n"}))},t.getDescription=function(e){var i=t.splitSections(e);return i&&i[0]},t.getMediaSections=function(e){var i=t.splitSections(e);return i.shift(),i},t.matchPrefix=function(e,i){return t.splitLines(e).filter((function(e){return 0===e.indexOf(i)}))},t.parseCandidate=function(e){for(var t,i={foundation:(t=0===e.indexOf("a=candidate:")?e.substring(12).split(" "):e.substring(10).split(" "))[0],component:parseInt(t[1],10),protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]},r=8;r<t.length;r+=2)switch(t[r]){case"raddr":i.relatedAddress=t[r+1];break;case"rport":i.relatedPort=parseInt(t[r+1],10);break;case"tcptype":i.tcpType=t[r+1];break;case"ufrag":i.ufrag=t[r+1],i.usernameFragment=t[r+1];break;default:i[t[r]]=t[r+1]}return i},t.writeCandidate=function(e){var t=[];t.push(e.foundation),t.push(e.component),t.push(e.protocol.toUpperCase()),t.push(e.priority),t.push(e.address||e.ip),t.push(e.port);var i=e.type;return t.push("typ"),t.push(i),"host"!==i&&e.relatedAddress&&e.relatedPort&&(t.push("raddr"),t.push(e.relatedAddress),t.push("rport"),t.push(e.relatedPort)),e.tcpType&&"tcp"===e.protocol.toLowerCase()&&(t.push("tcptype"),t.push(e.tcpType)),(e.usernameFragment||e.ufrag)&&(t.push("ufrag"),t.push(e.usernameFragment||e.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(e){return e.substr(14).split(" ")},t.parseRtpMap=function(e){var t=e.substr(9).split(" "),i={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),i.name=t[0],i.clockRate=parseInt(t[1],10),i.channels=3===t.length?parseInt(t[2],10):1,i.numChannels=i.channels,i},t.writeRtpMap=function(e){var t=e.payloadType;void 0!==e.preferredPayloadType&&(t=e.preferredPayloadType);var i=e.channels||e.numChannels||1;return"a=rtpmap:"+t+" "+e.name+"/"+e.clockRate+(1!==i?"/"+i:"")+"\r\n"},t.parseExtmap=function(e){var t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}},t.writeExtmap=function(e){return"a=extmap:"+(e.id||e.preferredId)+(e.direction&&"sendrecv"!==e.direction?"/"+e.direction:"")+" "+e.uri+"\r\n"},t.parseFmtp=function(e){for(var t,i={},r=e.substr(e.indexOf(" ")+1).split(";"),o=0;o<r.length;o++)i[(t=r[o].trim().split("="))[0].trim()]=t[1];return i},t.writeFmtp=function(e){var t="",i=e.payloadType;if(void 0!==e.preferredPayloadType&&(i=e.preferredPayloadType),e.parameters&&Object.keys(e.parameters).length){var r=[];Object.keys(e.parameters).forEach((function(t){e.parameters[t]?r.push(t+"="+e.parameters[t]):r.push(t)})),t+="a=fmtp:"+i+" "+r.join(";")+"\r\n"}return t},t.parseRtcpFb=function(e){var t=e.substr(e.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(e){var t="",i=e.payloadType;return void 0!==e.preferredPayloadType&&(i=e.preferredPayloadType),e.rtcpFeedback&&e.rtcpFeedback.length&&e.rtcpFeedback.forEach((function(e){t+="a=rtcp-fb:"+i+" "+e.type+(e.parameter&&e.parameter.length?" "+e.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(e){var t=e.indexOf(" "),i={ssrc:parseInt(e.substr(7,t-7),10)},r=e.indexOf(":",t);return r>-1?(i.attribute=e.substr(t+1,r-t-1),i.value=e.substr(r+1)):i.attribute=e.substr(t+1),i},t.parseSsrcGroup=function(e){var t=e.substr(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((function(e){return parseInt(e,10)}))}},t.getMid=function(e){var i=t.matchPrefix(e,"a=mid:")[0];if(i)return i.substr(6)},t.parseFingerprint=function(e){var t=e.substr(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1]}},t.getDtlsParameters=function(e,i){return{role:"auto",fingerprints:t.matchPrefix(e+i,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(e,t){var i="a=setup:"+t+"\r\n";return e.fingerprints.forEach((function(e){i+="a=fingerprint:"+e.algorithm+" "+e.value+"\r\n"})),i},t.parseCryptoLine=function(e){var t=e.substr(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(e){return"a=crypto:"+e.tag+" "+e.cryptoSuite+" "+("object"==typeof e.keyParams?t.writeCryptoKeyParams(e.keyParams):e.keyParams)+(e.sessionParams?" "+e.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(e){if(0!==e.indexOf("inline:"))return null;var t=e.substr(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(e){return e.keyMethod+":"+e.keySalt+(e.lifeTime?"|"+e.lifeTime:"")+(e.mkiValue&&e.mkiLength?"|"+e.mkiValue+":"+e.mkiLength:"")},t.getCryptoParameters=function(e,i){return t.matchPrefix(e+i,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(e,i){var r=t.matchPrefix(e+i,"a=ice-ufrag:")[0],o=t.matchPrefix(e+i,"a=ice-pwd:")[0];return r&&o?{usernameFragment:r.substr(12),password:o.substr(10)}:null},t.writeIceParameters=function(e){return"a=ice-ufrag:"+e.usernameFragment+"\r\na=ice-pwd:"+e.password+"\r\n"},t.parseRtpParameters=function(e){for(var i={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},r=t.splitLines(e)[0].split(" "),o=3;o<r.length;o++){var n=r[o],s=t.matchPrefix(e,"a=rtpmap:"+n+" ")[0];if(s){var a=t.parseRtpMap(s),d=t.matchPrefix(e,"a=fmtp:"+n+" ");switch(a.parameters=d.length?t.parseFmtp(d[0]):{},a.rtcpFeedback=t.matchPrefix(e,"a=rtcp-fb:"+n+" ").map(t.parseRtcpFb),i.codecs.push(a),a.name.toUpperCase()){case"RED":case"ULPFEC":i.fecMechanisms.push(a.name.toUpperCase())}}}return t.matchPrefix(e,"a=extmap:").forEach((function(e){i.headerExtensions.push(t.parseExtmap(e))})),i},t.writeRtpDescription=function(e,i){var r="";r+="m="+e+" ",r+=i.codecs.length>0?"9":"0",r+=" UDP/TLS/RTP/SAVPF ",r+=i.codecs.map((function(e){return void 0!==e.preferredPayloadType?e.preferredPayloadType:e.payloadType})).join(" ")+"\r\n",r+="c=IN IP4 0.0.0.0\r\n",r+="a=rtcp:9 IN IP4 0.0.0.0\r\n",i.codecs.forEach((function(e){r+=t.writeRtpMap(e),r+=t.writeFmtp(e),r+=t.writeRtcpFb(e)}));var o=0;return i.codecs.forEach((function(e){e.maxptime>o&&(o=e.maxptime)})),o>0&&(r+="a=maxptime:"+o+"\r\n"),r+="a=rtcp-mux\r\n",i.headerExtensions&&i.headerExtensions.forEach((function(e){r+=t.writeExtmap(e)})),r},t.parseRtpEncodingParameters=function(e){var i,r=[],o=t.parseRtpParameters(e),n=-1!==o.fecMechanisms.indexOf("RED"),s=-1!==o.fecMechanisms.indexOf("ULPFEC"),a=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute})),d=a.length>0&&a[0].ssrc,c=t.matchPrefix(e,"a=ssrc-group:FID").map((function(e){return e.substr(17).split(" ").map((function(e){return parseInt(e,10)}))}));c.length>0&&c[0].length>1&&c[0][0]===d&&(i=c[0][1]),o.codecs.forEach((function(e){if("RTX"===e.name.toUpperCase()&&e.parameters.apt){var t={ssrc:d,codecPayloadType:parseInt(e.parameters.apt,10)};d&&i&&(t.rtx={ssrc:i}),r.push(t),n&&((t=JSON.parse(JSON.stringify(t))).fec={ssrc:d,mechanism:s?"red+ulpfec":"red"},r.push(t))}})),0===r.length&&d&&r.push({ssrc:d});var _=t.matchPrefix(e,"b=");return _.length&&(_=0===_[0].indexOf("b=TIAS:")?parseInt(_[0].substr(7),10):0===_[0].indexOf("b=AS:")?1e3*parseInt(_[0].substr(5),10)*.95-16e3:void 0,r.forEach((function(e){e.maxBitrate=_}))),r},t.parseRtcpParameters=function(e){var i={},r=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"cname"===e.attribute}))[0];r&&(i.cname=r.value,i.ssrc=r.ssrc);var o=t.matchPrefix(e,"a=rtcp-rsize");i.reducedSize=o.length>0,i.compound=0===o.length;var n=t.matchPrefix(e,"a=rtcp-mux");return i.mux=n.length>0,i},t.parseMsid=function(e){var i,r=t.matchPrefix(e,"a=msid:");if(1===r.length)return{stream:(i=r[0].substr(7).split(" "))[0],track:i[1]};var o=t.matchPrefix(e,"a=ssrc:").map((function(e){return t.parseSsrcMedia(e)})).filter((function(e){return"msid"===e.attribute}));return o.length>0?{stream:(i=o[0].value.split(" "))[0],track:i[1]}:void 0},t.parseSctpDescription=function(e){var i,r=t.parseMLine(e),o=t.matchPrefix(e,"a=max-message-size:");o.length>0&&(i=parseInt(o[0].substr(19),10)),isNaN(i)&&(i=65536);var n=t.matchPrefix(e,"a=sctp-port:");if(n.length>0)return{port:parseInt(n[0].substr(12),10),protocol:r.fmt,maxMessageSize:i};if(t.matchPrefix(e,"a=sctpmap:").length>0){var s=t.matchPrefix(e,"a=sctpmap:")[0].substr(10).split(" ");return{port:parseInt(s[0],10),protocol:s[1],maxMessageSize:i}}},t.writeSctpDescription=function(e,t){var i=[];return i="DTLS/SCTP"!==e.protocol?["m="+e.kind+" 9 "+e.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+e.kind+" 9 "+e.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&i.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),i.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,21)},t.writeSessionBoilerplate=function(e,i,r){var o=void 0!==i?i:2;return"v=0\r\no="+(r||"thisisadapterortc")+" "+(e||t.generateSessionId())+" "+o+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.writeMediaSection=function(e,i,r,o){var n=t.writeRtpDescription(e.kind,i);if(n+=t.writeIceParameters(e.iceGatherer.getLocalParameters()),n+=t.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===r?"actpass":"active"),n+="a=mid:"+e.mid+"\r\n",e.direction?n+="a="+e.direction+"\r\n":e.rtpSender&&e.rtpReceiver?n+="a=sendrecv\r\n":e.rtpSender?n+="a=sendonly\r\n":e.rtpReceiver?n+="a=recvonly\r\n":n+="a=inactive\r\n",e.rtpSender){var s="msid:"+o.id+" "+e.rtpSender.track.id+"\r\n";n+="a="+s,n+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+s,e.sendEncodingParameters[0].rtx&&(n+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+s,n+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return n+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+t.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(n+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+t.localCName+"\r\n"),n},t.getDirection=function(e,i){for(var r=t.splitLines(e),o=0;o<r.length;o++)switch(r[o]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return r[o].substr(2)}return i?t.getDirection(i):"sendrecv"},t.getKind=function(e){return t.splitLines(e)[0].split(" ")[0].substr(2)},t.isRejected=function(e){return"0"===e.split(" ",2)[1]},t.parseMLine=function(e){var i=t.splitLines(e)[0].substr(2).split(" ");return{kind:i[0],port:parseInt(i[1],10),protocol:i[2],fmt:i.slice(3).join(" ")}},t.parseOLine=function(e){var i=t.matchPrefix(e,"o=")[0].substr(2).split(" ");return{username:i[0],sessionId:i[1],sessionVersion:parseInt(i[2],10),netType:i[3],addressType:i[4],address:i[5]}},t.isValidSDP=function(e){if("string"!=typeof e||0===e.length)return!1;for(var i=t.splitLines(e),r=0;r<i.length;r++)if(i[r].length<2||"="!==i[r].charAt(1))return!1;return!0},e.exports=t}));function k(e,t,i,r,o){var n=D.writeRtpDescription(e.kind,t);if(n+=D.writeIceParameters(e.iceGatherer.getLocalParameters()),n+=D.writeDtlsParameters(e.dtlsTransport.getLocalParameters(),"offer"===i?"actpass":o||"active"),n+="a=mid:"+e.mid+"\r\n",e.rtpSender&&e.rtpReceiver?n+="a=sendrecv\r\n":e.rtpSender?n+="a=sendonly\r\n":e.rtpReceiver?n+="a=recvonly\r\n":n+="a=inactive\r\n",e.rtpSender){var s=e.rtpSender._initialTrackId||e.rtpSender.track.id;e.rtpSender._initialTrackId=s;var a="msid:"+(r?r.id:"-")+" "+s+"\r\n";n+="a="+a,n+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" "+a,e.sendEncodingParameters[0].rtx&&(n+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" "+a,n+="a=ssrc-group:FID "+e.sendEncodingParameters[0].ssrc+" "+e.sendEncodingParameters[0].rtx.ssrc+"\r\n")}return n+="a=ssrc:"+e.sendEncodingParameters[0].ssrc+" cname:"+D.localCName+"\r\n",e.rtpSender&&e.sendEncodingParameters[0].rtx&&(n+="a=ssrc:"+e.sendEncodingParameters[0].rtx.ssrc+" cname:"+D.localCName+"\r\n"),n}function b(e,t){var i={codecs:[],headerExtensions:[],fecMechanisms:[]},r=function(e,t){e=parseInt(e,10);for(var i=0;i<t.length;i++)if(t[i].payloadType===e||t[i].preferredPayloadType===e)return t[i]},o=function(e,t,i,o){var n=r(e.parameters.apt,i),s=r(t.parameters.apt,o);return n&&s&&n.name.toLowerCase()===s.name.toLowerCase()};return e.codecs.forEach((function(r){for(var n=0;n<t.codecs.length;n++){var s=t.codecs[n];if(r.name.toLowerCase()===s.name.toLowerCase()&&r.clockRate===s.clockRate){if("rtx"===r.name.toLowerCase()&&r.parameters&&s.parameters.apt&&!o(r,s,e.codecs,t.codecs))continue;(s=JSON.parse(JSON.stringify(s))).numChannels=Math.min(r.numChannels,s.numChannels),i.codecs.push(s),s.rtcpFeedback=s.rtcpFeedback.filter((function(e){for(var t=0;t<r.rtcpFeedback.length;t++)if(r.rtcpFeedback[t].type===e.type&&r.rtcpFeedback[t].parameter===e.parameter)return!0;return!1}));break}}})),e.headerExtensions.forEach((function(e){for(var r=0;r<t.headerExtensions.length;r++){var o=t.headerExtensions[r];if(e.uri===o.uri){i.headerExtensions.push(o);break}}})),i}function U(e,t,i){return-1!=={offer:{setLocalDescription:["stable","have-local-offer"],setRemoteDescription:["stable","have-remote-offer"]},answer:{setLocalDescription:["have-remote-offer","have-local-pranswer"],setRemoteDescription:["have-local-offer","have-remote-pranswer"]}}[t][e].indexOf(i)}function P(e,t){var i=e.getRemoteCandidates().find((function(e){return t.foundation===e.foundation&&t.ip===e.ip&&t.port===e.port&&t.priority===e.priority&&t.protocol===e.protocol&&t.type===e.type}));return i||e.addRemoteCandidate(t),!i}function M(e,t){var i=new Error(t);return i.name=e,i.code={NotSupportedError:9,InvalidStateError:11,InvalidAccessError:15,TypeError:void 0,OperationError:void 0}[e],i}var x=function(e,t){function i(t,i){i.addTrack(t),i.dispatchEvent(new e.MediaStreamTrackEvent("addtrack",{track:t}))}function r(t,i,r,o){var n=new Event("track");n.track=i,n.receiver=r,n.transceiver={receiver:r},n.streams=o,e.setTimeout((function(){t._dispatchEvent("track",n)}))}var o=function(i){var r=this,o=document.createDocumentFragment();if(["addEventListener","removeEventListener","dispatchEvent"].forEach((function(e){r[e]=o[e].bind(o)})),this.canTrickleIceCandidates=null,this.needNegotiation=!1,this.localStreams=[],this.remoteStreams=[],this._localDescription=null,this._remoteDescription=null,this.signalingState="stable",this.iceConnectionState="new",this.connectionState="new",this.iceGatheringState="new",i=JSON.parse(JSON.stringify(i||{})),this.usingBundle="max-bundle"===i.bundlePolicy,"negotiate"===i.rtcpMuxPolicy)throw M("NotSupportedError","rtcpMuxPolicy 'negotiate' is not supported");switch(i.rtcpMuxPolicy||(i.rtcpMuxPolicy="require"),i.iceTransportPolicy){case"all":case"relay":break;default:i.iceTransportPolicy="all"}switch(i.bundlePolicy){case"balanced":case"max-compat":case"max-bundle":break;default:i.bundlePolicy="balanced"}if(i.iceServers=function(e,t){var i=!1;return(e=JSON.parse(JSON.stringify(e))).filter((function(e){if(e&&(e.urls||e.url)){var r=e.urls||e.url;e.url&&!e.urls&&console.warn("RTCIceServer.url is deprecated! Use urls instead.");var o="string"==typeof r;return o&&(r=[r]),r=r.filter((function(e){return 0!==e.indexOf("turn:")||-1===e.indexOf("transport=udp")||-1!==e.indexOf("turn:[")||i?0===e.indexOf("stun:")&&t>=14393&&-1===e.indexOf("?transport=udp"):(i=!0,!0)})),delete e.url,e.urls=o?r[0]:r,!!r.length}}))}(i.iceServers||[],t),this._iceGatherers=[],i.iceCandidatePoolSize)for(var n=i.iceCandidatePoolSize;n>0;n--)this._iceGatherers.push(new e.RTCIceGatherer({iceServers:i.iceServers,gatherPolicy:i.iceTransportPolicy}));else i.iceCandidatePoolSize=0;this._config=i,this.transceivers=[],this._sdpSessionId=D.generateSessionId(),this._sdpSessionVersion=0,this._dtlsRole=void 0,this._isClosed=!1};Object.defineProperty(o.prototype,"localDescription",{configurable:!0,get:function(){return this._localDescription}}),Object.defineProperty(o.prototype,"remoteDescription",{configurable:!0,get:function(){return this._remoteDescription}}),o.prototype.onicecandidate=null,o.prototype.onaddstream=null,o.prototype.ontrack=null,o.prototype.onremovestream=null,o.prototype.onsignalingstatechange=null,o.prototype.oniceconnectionstatechange=null,o.prototype.onconnectionstatechange=null,o.prototype.onicegatheringstatechange=null,o.prototype.onnegotiationneeded=null,o.prototype.ondatachannel=null,o.prototype._dispatchEvent=function(e,t){this._isClosed||(this.dispatchEvent(t),"function"==typeof this["on"+e]&&this["on"+e](t))},o.prototype._emitGatheringStateChange=function(){var e=new Event("icegatheringstatechange");this._dispatchEvent("icegatheringstatechange",e)},o.prototype.getConfiguration=function(){return this._config},o.prototype.getLocalStreams=function(){return this.localStreams},o.prototype.getRemoteStreams=function(){return this.remoteStreams},o.prototype._createTransceiver=function(e,t){var i=this.transceivers.length>0,r={track:null,iceGatherer:null,iceTransport:null,dtlsTransport:null,localCapabilities:null,remoteCapabilities:null,rtpSender:null,rtpReceiver:null,kind:e,mid:null,sendEncodingParameters:null,recvEncodingParameters:null,stream:null,associatedRemoteMediaStreams:[],wantReceive:!0};if(this.usingBundle&&i)r.iceTransport=this.transceivers[0].iceTransport,r.dtlsTransport=this.transceivers[0].dtlsTransport;else{var o=this._createIceAndDtlsTransports();r.iceTransport=o.iceTransport,r.dtlsTransport=o.dtlsTransport}return t||this.transceivers.push(r),r},o.prototype.addTrack=function(t,i){if(this._isClosed)throw M("InvalidStateError","Attempted to call addTrack on a closed peerconnection.");var r;if(this.transceivers.find((function(e){return e.track===t})))throw M("InvalidAccessError","Track already exists.");for(var o=0;o<this.transceivers.length;o++)this.transceivers[o].track||this.transceivers[o].kind!==t.kind||(r=this.transceivers[o]);return r||(r=this._createTransceiver(t.kind)),this._maybeFireNegotiationNeeded(),-1===this.localStreams.indexOf(i)&&this.localStreams.push(i),r.track=t,r.stream=i,r.rtpSender=new e.RTCRtpSender(t,r.dtlsTransport),r.rtpSender},o.prototype.addStream=function(e){var i=this;if(t>=15025)e.getTracks().forEach((function(t){i.addTrack(t,e)}));else{var r=e.clone();e.getTracks().forEach((function(e,t){var i=r.getTracks()[t];e.addEventListener("enabled",(function(e){i.enabled=e.enabled}))})),r.getTracks().forEach((function(e){i.addTrack(e,r)}))}},o.prototype.removeTrack=function(t){if(this._isClosed)throw M("InvalidStateError","Attempted to call removeTrack on a closed peerconnection.");if(!(t instanceof e.RTCRtpSender))throw new TypeError("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.");var i=this.transceivers.find((function(e){return e.rtpSender===t}));if(!i)throw M("InvalidAccessError","Sender was not created by this connection.");var r=i.stream;i.rtpSender.stop(),i.rtpSender=null,i.track=null,i.stream=null,-1===this.transceivers.map((function(e){return e.stream})).indexOf(r)&&this.localStreams.indexOf(r)>-1&&this.localStreams.splice(this.localStreams.indexOf(r),1),this._maybeFireNegotiationNeeded()},o.prototype.removeStream=function(e){var t=this;e.getTracks().forEach((function(e){var i=t.getSenders().find((function(t){return t.track===e}));i&&t.removeTrack(i)}))},o.prototype.getSenders=function(){return this.transceivers.filter((function(e){return!!e.rtpSender})).map((function(e){return e.rtpSender}))},o.prototype.getReceivers=function(){return this.transceivers.filter((function(e){return!!e.rtpReceiver})).map((function(e){return e.rtpReceiver}))},o.prototype._createIceGatherer=function(t,i){var r=this;if(i&&t>0)return this.transceivers[0].iceGatherer;if(this._iceGatherers.length)return this._iceGatherers.shift();var o=new e.RTCIceGatherer({iceServers:this._config.iceServers,gatherPolicy:this._config.iceTransportPolicy});return Object.defineProperty(o,"state",{value:"new",writable:!0}),this.transceivers[t].bufferedCandidateEvents=[],this.transceivers[t].bufferCandidates=function(e){var i=!e.candidate||0===Object.keys(e.candidate).length;o.state=i?"completed":"gathering",null!==r.transceivers[t].bufferedCandidateEvents&&r.transceivers[t].bufferedCandidateEvents.push(e)},o.addEventListener("localcandidate",this.transceivers[t].bufferCandidates),o},o.prototype._gather=function(t,i){var r=this,o=this.transceivers[i].iceGatherer;if(!o.onlocalcandidate){var n=this.transceivers[i].bufferedCandidateEvents;this.transceivers[i].bufferedCandidateEvents=null,o.removeEventListener("localcandidate",this.transceivers[i].bufferCandidates),o.onlocalcandidate=function(e){if(!(r.usingBundle&&i>0)){var n=new Event("icecandidate");n.candidate={sdpMid:t,sdpMLineIndex:i};var s=e.candidate,a=!s||0===Object.keys(s).length;if(a)"new"!==o.state&&"gathering"!==o.state||(o.state="completed");else{"new"===o.state&&(o.state="gathering"),s.component=1,s.ufrag=o.getLocalParameters().usernameFragment;var d=D.writeCandidate(s);n.candidate=Object.assign(n.candidate,D.parseCandidate(d)),n.candidate.candidate=d,n.candidate.toJSON=function(){return{candidate:n.candidate.candidate,sdpMid:n.candidate.sdpMid,sdpMLineIndex:n.candidate.sdpMLineIndex,usernameFragment:n.candidate.usernameFragment}}}var c=D.getMediaSections(r._localDescription.sdp);c[n.candidate.sdpMLineIndex]+=a?"a=end-of-candidates\r\n":"a="+n.candidate.candidate+"\r\n",r._localDescription.sdp=D.getDescription(r._localDescription.sdp)+c.join("");var _=r.transceivers.every((function(e){return e.iceGatherer&&"completed"===e.iceGatherer.state}));"gathering"!==r.iceGatheringState&&(r.iceGatheringState="gathering",r._emitGatheringStateChange()),a||r._dispatchEvent("icecandidate",n),_&&(r._dispatchEvent("icecandidate",new Event("icecandidate")),r.iceGatheringState="complete",r._emitGatheringStateChange())}},e.setTimeout((function(){n.forEach((function(e){o.onlocalcandidate(e)}))}),0)}},o.prototype._createIceAndDtlsTransports=function(){var t=this,i=new e.RTCIceTransport(null);i.onicestatechange=function(){t._updateIceConnectionState(),t._updateConnectionState()};var r=new e.RTCDtlsTransport(i);return r.ondtlsstatechange=function(){t._updateConnectionState()},r.onerror=function(){Object.defineProperty(r,"state",{value:"failed",writable:!0}),t._updateConnectionState()},{iceTransport:i,dtlsTransport:r}},o.prototype._disposeIceAndDtlsTransports=function(e){var t=this.transceivers[e].iceGatherer;t&&(delete t.onlocalcandidate,delete this.transceivers[e].iceGatherer);var i=this.transceivers[e].iceTransport;i&&(delete i.onicestatechange,delete this.transceivers[e].iceTransport);var r=this.transceivers[e].dtlsTransport;r&&(delete r.ondtlsstatechange,delete r.onerror,delete this.transceivers[e].dtlsTransport)},o.prototype._transceive=function(e,i,r){var o=b(e.localCapabilities,e.remoteCapabilities);i&&e.rtpSender&&(o.encodings=e.sendEncodingParameters,o.rtcp={cname:D.localCName,compound:e.rtcpParameters.compound},e.recvEncodingParameters.length&&(o.rtcp.ssrc=e.recvEncodingParameters[0].ssrc),e.rtpSender.send(o)),r&&e.rtpReceiver&&o.codecs.length>0&&("video"===e.kind&&e.recvEncodingParameters&&t<15019&&e.recvEncodingParameters.forEach((function(e){delete e.rtx})),e.recvEncodingParameters.length?o.encodings=e.recvEncodingParameters:o.encodings=[{}],o.rtcp={compound:e.rtcpParameters.compound},e.rtcpParameters.cname&&(o.rtcp.cname=e.rtcpParameters.cname),e.sendEncodingParameters.length&&(o.rtcp.ssrc=e.sendEncodingParameters[0].ssrc),e.rtpReceiver.receive(o))},o.prototype.setLocalDescription=function(e){var t,i,r=this;if(-1===["offer","answer"].indexOf(e.type))return Promise.reject(M("TypeError",'Unsupported type "'+e.type+'"'));if(!U("setLocalDescription",e.type,r.signalingState)||r._isClosed)return Promise.reject(M("InvalidStateError","Can not set local "+e.type+" in state "+r.signalingState));if("offer"===e.type)t=D.splitSections(e.sdp),i=t.shift(),t.forEach((function(e,t){var i=D.parseRtpParameters(e);r.transceivers[t].localCapabilities=i})),r.transceivers.forEach((function(e,t){r._gather(e.mid,t)}));else if("answer"===e.type){t=D.splitSections(r._remoteDescription.sdp),i=t.shift();var o=D.matchPrefix(i,"a=ice-lite").length>0;t.forEach((function(e,t){var n=r.transceivers[t],s=n.iceGatherer,a=n.iceTransport,d=n.dtlsTransport,c=n.localCapabilities,_=n.remoteCapabilities;if(!(D.isRejected(e)&&0===D.matchPrefix(e,"a=bundle-only").length)&&!n.rejected){var l=D.getIceParameters(e,i),u=D.getDtlsParameters(e,i);o&&(u.role="server"),r.usingBundle&&0!==t||(r._gather(n.mid,t),"new"===a.state&&a.start(s,l,o?"controlling":"controlled"),"new"===d.state&&d.start(u));var h=b(c,_);r._transceive(n,h.codecs.length>0,!1)}}))}return r._localDescription={type:e.type,sdp:e.sdp},"offer"===e.type?r._updateSignalingState("have-local-offer"):r._updateSignalingState("stable"),Promise.resolve()},o.prototype.setRemoteDescription=function(o){var n=this;if(-1===["offer","answer"].indexOf(o.type))return Promise.reject(M("TypeError",'Unsupported type "'+o.type+'"'));if(!U("setRemoteDescription",o.type,n.signalingState)||n._isClosed)return Promise.reject(M("InvalidStateError","Can not set remote "+o.type+" in state "+n.signalingState));var s={};n.remoteStreams.forEach((function(e){s[e.id]=e}));var a=[],d=D.splitSections(o.sdp),c=d.shift(),_=D.matchPrefix(c,"a=ice-lite").length>0,l=D.matchPrefix(c,"a=group:BUNDLE ").length>0;n.usingBundle=l;var u=D.matchPrefix(c,"a=ice-options:")[0];return n.canTrickleIceCandidates=!!u&&u.substr(14).split(" ").indexOf("trickle")>=0,d.forEach((function(r,d){var u=D.splitLines(r),h=D.getKind(r),R=D.isRejected(r)&&0===D.matchPrefix(r,"a=bundle-only").length,v=u[0].substr(2).split(" ")[2],C=D.getDirection(r,c),g=D.parseMsid(r),p=D.getMid(r)||D.generateIdentifier();if(R||"application"===h&&("DTLS/SCTP"===v||"UDP/DTLS/SCTP"===v))n.transceivers[d]={mid:p,kind:h,protocol:v,rejected:!0};else{var m,T,I,S,E,f,O,L,A;!R&&n.transceivers[d]&&n.transceivers[d].rejected&&(n.transceivers[d]=n._createTransceiver(h,!0));var N,y,k=D.parseRtpParameters(r);R||(N=D.getIceParameters(r,c),(y=D.getDtlsParameters(r,c)).role="client"),O=D.parseRtpEncodingParameters(r);var U=D.parseRtcpParameters(r),M=D.matchPrefix(r,"a=end-of-candidates",c).length>0,x=D.matchPrefix(r,"a=candidate:").map((function(e){return D.parseCandidate(e)})).filter((function(e){return 1===e.component}));if(("offer"===o.type||"answer"===o.type)&&!R&&l&&d>0&&n.transceivers[d]&&(n._disposeIceAndDtlsTransports(d),n.transceivers[d].iceGatherer=n.transceivers[0].iceGatherer,n.transceivers[d].iceTransport=n.transceivers[0].iceTransport,n.transceivers[d].dtlsTransport=n.transceivers[0].dtlsTransport,n.transceivers[d].rtpSender&&n.transceivers[d].rtpSender.setTransport(n.transceivers[0].dtlsTransport),n.transceivers[d].rtpReceiver&&n.transceivers[d].rtpReceiver.setTransport(n.transceivers[0].dtlsTransport)),"offer"!==o.type||R){if("answer"===o.type&&!R){T=(m=n.transceivers[d]).iceGatherer,I=m.iceTransport,S=m.dtlsTransport,E=m.rtpReceiver,f=m.sendEncodingParameters,L=m.localCapabilities,n.transceivers[d].recvEncodingParameters=O,n.transceivers[d].remoteCapabilities=k,n.transceivers[d].rtcpParameters=U,x.length&&"new"===I.state&&(!_&&!M||l&&0!==d?x.forEach((function(e){P(m.iceTransport,e)})):I.setRemoteCandidates(x)),l&&0!==d||("new"===I.state&&I.start(T,N,"controlling"),"new"===S.state&&S.start(y)),!b(m.localCapabilities,m.remoteCapabilities).codecs.filter((function(e){return"rtx"===e.name.toLowerCase()})).length&&m.sendEncodingParameters[0].rtx&&delete m.sendEncodingParameters[0].rtx,n._transceive(m,"sendrecv"===C||"recvonly"===C,"sendrecv"===C||"sendonly"===C),!E||"sendrecv"!==C&&"sendonly"!==C?delete m.rtpReceiver:(A=E.track,g?(s[g.stream]||(s[g.stream]=new e.MediaStream),i(A,s[g.stream]),a.push([A,E,s[g.stream]])):(s.default||(s.default=new e.MediaStream),i(A,s.default),a.push([A,E,s.default])))}}else{(m=n.transceivers[d]||n._createTransceiver(h)).mid=p,m.iceGatherer||(m.iceGatherer=n._createIceGatherer(d,l)),x.length&&"new"===m.iceTransport.state&&(!M||l&&0!==d?x.forEach((function(e){P(m.iceTransport,e)})):m.iceTransport.setRemoteCandidates(x)),L=e.RTCRtpReceiver.getCapabilities(h),t<15019&&(L.codecs=L.codecs.filter((function(e){return"rtx"!==e.name}))),f=m.sendEncodingParameters||[{ssrc:1001*(2*d+2)}];var w,B=!1;if("sendrecv"===C||"sendonly"===C){if(B=!m.rtpReceiver,E=m.rtpReceiver||new e.RTCRtpReceiver(m.dtlsTransport,h),B)A=E.track,g&&"-"===g.stream||(g?(s[g.stream]||(s[g.stream]=new e.MediaStream,Object.defineProperty(s[g.stream],"id",{get:function(){return g.stream}})),Object.defineProperty(A,"id",{get:function(){return g.track}}),w=s[g.stream]):(s.default||(s.default=new e.MediaStream),w=s.default)),w&&(i(A,w),m.associatedRemoteMediaStreams.push(w)),a.push([A,E,w])}else m.rtpReceiver&&m.rtpReceiver.track&&(m.associatedRemoteMediaStreams.forEach((function(t){var i=t.getTracks().find((function(e){return e.id===m.rtpReceiver.track.id}));i&&function(t,i){i.removeTrack(t),i.dispatchEvent(new e.MediaStreamTrackEvent("removetrack",{track:t}))}(i,t)})),m.associatedRemoteMediaStreams=[]);m.localCapabilities=L,m.remoteCapabilities=k,m.rtpReceiver=E,m.rtcpParameters=U,m.sendEncodingParameters=f,m.recvEncodingParameters=O,n._transceive(n.transceivers[d],!1,B)}}})),void 0===n._dtlsRole&&(n._dtlsRole="offer"===o.type?"active":"passive"),n._remoteDescription={type:o.type,sdp:o.sdp},"offer"===o.type?n._updateSignalingState("have-remote-offer"):n._updateSignalingState("stable"),Object.keys(s).forEach((function(t){var i=s[t];if(i.getTracks().length){if(-1===n.remoteStreams.indexOf(i)){n.remoteStreams.push(i);var o=new Event("addstream");o.stream=i,e.setTimeout((function(){n._dispatchEvent("addstream",o)}))}a.forEach((function(e){var t=e[0],o=e[1];i.id===e[2].id&&r(n,t,o,[i])}))}})),a.forEach((function(e){e[2]||r(n,e[0],e[1],[])})),e.setTimeout((function(){n&&n.transceivers&&n.transceivers.forEach((function(e){e.iceTransport&&"new"===e.iceTransport.state&&e.iceTransport.getRemoteCandidates().length>0&&(console.warn("Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification"),e.iceTransport.addRemoteCandidate({}))}))}),4e3),Promise.resolve()},o.prototype.close=function(){this.transceivers.forEach((function(e){e.iceTransport&&e.iceTransport.stop(),e.dtlsTransport&&e.dtlsTransport.stop(),e.rtpSender&&e.rtpSender.stop(),e.rtpReceiver&&e.rtpReceiver.stop()})),this._isClosed=!0,this._updateSignalingState("closed")},o.prototype._updateSignalingState=function(e){this.signalingState=e;var t=new Event("signalingstatechange");this._dispatchEvent("signalingstatechange",t)},o.prototype._maybeFireNegotiationNeeded=function(){var t=this;"stable"===this.signalingState&&!0!==this.needNegotiation&&(this.needNegotiation=!0,e.setTimeout((function(){if(t.needNegotiation){t.needNegotiation=!1;var e=new Event("negotiationneeded");t._dispatchEvent("negotiationneeded",e)}}),0))},o.prototype._updateIceConnectionState=function(){var e,t={new:0,closed:0,checking:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach((function(e){e.iceTransport&&!e.rejected&&t[e.iceTransport.state]++})),e="new",t.failed>0?e="failed":t.checking>0?e="checking":t.disconnected>0?e="disconnected":t.new>0?e="new":t.connected>0?e="connected":t.completed>0&&(e="completed"),e!==this.iceConnectionState){this.iceConnectionState=e;var i=new Event("iceconnectionstatechange");this._dispatchEvent("iceconnectionstatechange",i)}},o.prototype._updateConnectionState=function(){var e,t={new:0,closed:0,connecting:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach((function(e){e.iceTransport&&e.dtlsTransport&&!e.rejected&&(t[e.iceTransport.state]++,t[e.dtlsTransport.state]++)})),t.connected+=t.completed,e="new",t.failed>0?e="failed":t.connecting>0?e="connecting":t.disconnected>0?e="disconnected":t.new>0?e="new":t.connected>0&&(e="connected"),e!==this.connectionState){this.connectionState=e;var i=new Event("connectionstatechange");this._dispatchEvent("connectionstatechange",i)}},o.prototype.createOffer=function(){var i=this;if(i._isClosed)return Promise.reject(M("InvalidStateError","Can not call createOffer after close"));var r=i.transceivers.filter((function(e){return"audio"===e.kind})).length,o=i.transceivers.filter((function(e){return"video"===e.kind})).length,n=arguments[0];if(n){if(n.mandatory||n.optional)throw new TypeError("Legacy mandatory/optional constraints not supported.");void 0!==n.offerToReceiveAudio&&(r=!0===n.offerToReceiveAudio?1:!1===n.offerToReceiveAudio?0:n.offerToReceiveAudio),void 0!==n.offerToReceiveVideo&&(o=!0===n.offerToReceiveVideo?1:!1===n.offerToReceiveVideo?0:n.offerToReceiveVideo)}for(i.transceivers.forEach((function(e){"audio"===e.kind?--r<0&&(e.wantReceive=!1):"video"===e.kind&&--o<0&&(e.wantReceive=!1)}));r>0||o>0;)r>0&&(i._createTransceiver("audio"),r--),o>0&&(i._createTransceiver("video"),o--);var s=D.writeSessionBoilerplate(i._sdpSessionId,i._sdpSessionVersion++);i.transceivers.forEach((function(r,o){var n=r.track,s=r.kind,a=r.mid||D.generateIdentifier();r.mid=a,r.iceGatherer||(r.iceGatherer=i._createIceGatherer(o,i.usingBundle));var d=e.RTCRtpSender.getCapabilities(s);t<15019&&(d.codecs=d.codecs.filter((function(e){return"rtx"!==e.name}))),d.codecs.forEach((function(e){"H264"===e.name&&void 0===e.parameters["level-asymmetry-allowed"]&&(e.parameters["level-asymmetry-allowed"]="1"),r.remoteCapabilities&&r.remoteCapabilities.codecs&&r.remoteCapabilities.codecs.forEach((function(t){e.name.toLowerCase()===t.name.toLowerCase()&&e.clockRate===t.clockRate&&(e.preferredPayloadType=t.payloadType)}))})),d.headerExtensions.forEach((function(e){(r.remoteCapabilities&&r.remoteCapabilities.headerExtensions||[]).forEach((function(t){e.uri===t.uri&&(e.id=t.id)}))}));var c=r.sendEncodingParameters||[{ssrc:1001*(2*o+1)}];n&&t>=15019&&"video"===s&&!c[0].rtx&&(c[0].rtx={ssrc:c[0].ssrc+1}),r.wantReceive&&(r.rtpReceiver=new e.RTCRtpReceiver(r.dtlsTransport,s)),r.localCapabilities=d,r.sendEncodingParameters=c})),"max-compat"!==i._config.bundlePolicy&&(s+="a=group:BUNDLE "+i.transceivers.map((function(e){return e.mid})).join(" ")+"\r\n"),s+="a=ice-options:trickle\r\n",i.transceivers.forEach((function(e,t){s+=k(e,e.localCapabilities,"offer",e.stream,i._dtlsRole),s+="a=rtcp-rsize\r\n",!e.iceGatherer||"new"===i.iceGatheringState||0!==t&&i.usingBundle||(e.iceGatherer.getLocalCandidates().forEach((function(e){e.component=1,s+="a="+D.writeCandidate(e)+"\r\n"})),"completed"===e.iceGatherer.state&&(s+="a=end-of-candidates\r\n"))}));var a=new e.RTCSessionDescription({type:"offer",sdp:s});return Promise.resolve(a)},o.prototype.createAnswer=function(){var i=this;if(i._isClosed)return Promise.reject(M("InvalidStateError","Can not call createAnswer after close"));if("have-remote-offer"!==i.signalingState&&"have-local-pranswer"!==i.signalingState)return Promise.reject(M("InvalidStateError","Can not call createAnswer in signalingState "+i.signalingState));var r=D.writeSessionBoilerplate(i._sdpSessionId,i._sdpSessionVersion++);i.usingBundle&&(r+="a=group:BUNDLE "+i.transceivers.map((function(e){return e.mid})).join(" ")+"\r\n"),r+="a=ice-options:trickle\r\n";var o=D.getMediaSections(i._remoteDescription.sdp).length;i.transceivers.forEach((function(e,n){if(!(n+1>o)){if(e.rejected)return"application"===e.kind?"DTLS/SCTP"===e.protocol?r+="m=application 0 DTLS/SCTP 5000\r\n":r+="m=application 0 "+e.protocol+" webrtc-datachannel\r\n":"audio"===e.kind?r+="m=audio 0 UDP/TLS/RTP/SAVPF 0\r\na=rtpmap:0 PCMU/8000\r\n":"video"===e.kind&&(r+="m=video 0 UDP/TLS/RTP/SAVPF 120\r\na=rtpmap:120 VP8/90000\r\n"),void(r+="c=IN IP4 0.0.0.0\r\na=inactive\r\na=mid:"+e.mid+"\r\n");var s;if(e.stream)"audio"===e.kind?s=e.stream.getAudioTracks()[0]:"video"===e.kind&&(s=e.stream.getVideoTracks()[0]),s&&t>=15019&&"video"===e.kind&&!e.sendEncodingParameters[0].rtx&&(e.sendEncodingParameters[0].rtx={ssrc:e.sendEncodingParameters[0].ssrc+1});var a=b(e.localCapabilities,e.remoteCapabilities);!a.codecs.filter((function(e){return"rtx"===e.name.toLowerCase()})).length&&e.sendEncodingParameters[0].rtx&&delete e.sendEncodingParameters[0].rtx,r+=k(e,a,"answer",e.stream,i._dtlsRole),e.rtcpParameters&&e.rtcpParameters.reducedSize&&(r+="a=rtcp-rsize\r\n")}}));var n=new e.RTCSessionDescription({type:"answer",sdp:r});return Promise.resolve(n)},o.prototype.addIceCandidate=function(e){var t,i=this;return e&&void 0===e.sdpMLineIndex&&!e.sdpMid?Promise.reject(new TypeError("sdpMLineIndex or sdpMid required")):new Promise((function(r,o){if(!i._remoteDescription)return o(M("InvalidStateError","Can not add ICE candidate without a remote description"));if(e&&""!==e.candidate){var n=e.sdpMLineIndex;if(e.sdpMid)for(var s=0;s<i.transceivers.length;s++)if(i.transceivers[s].mid===e.sdpMid){n=s;break}var a=i.transceivers[n];if(!a)return o(M("OperationError","Can not add ICE candidate"));if(a.rejected)return r();var d=Object.keys(e.candidate).length>0?D.parseCandidate(e.candidate):{};if("tcp"===d.protocol&&(0===d.port||9===d.port))return r();if(d.component&&1!==d.component)return r();if((0===n||n>0&&a.iceTransport!==i.transceivers[0].iceTransport)&&!P(a.iceTransport,d))return o(M("OperationError","Can not add ICE candidate"));var c=e.candidate.trim();0===c.indexOf("a=")&&(c=c.substr(2)),(t=D.getMediaSections(i._remoteDescription.sdp))[n]+="a="+(d.type?c:"end-of-candidates")+"\r\n",i._remoteDescription.sdp=D.getDescription(i._remoteDescription.sdp)+t.join("")}else for(var _=0;_<i.transceivers.length&&(i.transceivers[_].rejected||(i.transceivers[_].iceTransport.addRemoteCandidate({}),(t=D.getMediaSections(i._remoteDescription.sdp))[_]+="a=end-of-candidates\r\n",i._remoteDescription.sdp=D.getDescription(i._remoteDescription.sdp)+t.join(""),!i.usingBundle));_++);r()}))},o.prototype.getStats=function(t){if(t&&t instanceof e.MediaStreamTrack){var i=null;if(this.transceivers.forEach((function(e){e.rtpSender&&e.rtpSender.track===t?i=e.rtpSender:e.rtpReceiver&&e.rtpReceiver.track===t&&(i=e.rtpReceiver)})),!i)throw M("InvalidAccessError","Invalid selector.");return i.getStats()}var r=[];return this.transceivers.forEach((function(e){["rtpSender","rtpReceiver","iceGatherer","iceTransport","dtlsTransport"].forEach((function(t){e[t]&&r.push(e[t].getStats())}))})),Promise.all(r).then((function(e){var t=new Map;return e.forEach((function(e){e.forEach((function(e){t.set(e.id,e)}))})),t}))};["RTCRtpSender","RTCRtpReceiver","RTCIceGatherer","RTCIceTransport","RTCDtlsTransport"].forEach((function(t){var i=e[t];if(i&&i.prototype&&i.prototype.getStats){var r=i.prototype.getStats;i.prototype.getStats=function(){return r.apply(this).then((function(e){var t=new Map;return Object.keys(e).forEach((function(i){var r;e[i].type={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[(r=e[i]).type]||r.type,t.set(i,e[i])})),t}))}}}));var n=["createOffer","createAnswer"];return n.forEach((function(e){var t=o.prototype[e];o.prototype[e]=function(){var e=arguments;return"function"==typeof e[0]||"function"==typeof e[1]?t.apply(this,[arguments[2]]).then((function(t){"function"==typeof e[0]&&e[0].apply(null,[t])}),(function(t){"function"==typeof e[1]&&e[1].apply(null,[t])})):t.apply(this,arguments)}})),(n=["setLocalDescription","setRemoteDescription","addIceCandidate"]).forEach((function(e){var t=o.prototype[e];o.prototype[e]=function(){var e=arguments;return"function"==typeof e[1]||"function"==typeof e[2]?t.apply(this,arguments).then((function(){"function"==typeof e[1]&&e[1].apply(null)}),(function(t){"function"==typeof e[2]&&e[2].apply(null,[t])})):t.apply(this,arguments)}})),["getStats"].forEach((function(e){var t=o.prototype[e];o.prototype[e]=function(){var e=arguments;return"function"==typeof e[1]?t.apply(this,arguments).then((function(){"function"==typeof e[1]&&e[1].apply(null)})):t.apply(this,arguments)}})),o};function w(e){const t=e&&e.navigator,i=t.mediaDevices.getUserMedia.bind(t.mediaDevices);t.mediaDevices.getUserMedia=function(e){return i(e).catch((e=>Promise.reject(function(e){return{name:{PermissionDeniedError:"NotAllowedError"}[e.name]||e.name,message:e.message,constraint:e.constraint,toString(){return this.name}}}(e))))}}function B(e){"getDisplayMedia"in e.navigator&&e.navigator.mediaDevices&&(e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||(e.navigator.mediaDevices.getDisplayMedia=e.navigator.getDisplayMedia.bind(e.navigator)))}function V(e,t){if(e.RTCIceGatherer&&(e.RTCIceCandidate||(e.RTCIceCandidate=function(e){return e}),e.RTCSessionDescription||(e.RTCSessionDescription=function(e){return e}),t.version<15025)){const t=Object.getOwnPropertyDescriptor(e.MediaStreamTrack.prototype,"enabled");Object.defineProperty(e.MediaStreamTrack.prototype,"enabled",{set(e){t.set.call(this,e);const i=new Event("enabled");i.enabled=e,this.dispatchEvent(i)}})}e.RTCRtpSender&&!("dtmf"in e.RTCRtpSender.prototype)&&Object.defineProperty(e.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this._dtmf&&("audio"===this.track.kind?this._dtmf=new e.RTCDtmfSender(this):"video"===this.track.kind&&(this._dtmf=null)),this._dtmf}}),e.RTCDtmfSender&&!e.RTCDTMFSender&&(e.RTCDTMFSender=e.RTCDtmfSender);const i=x(e,t.version);e.RTCPeerConnection=function(e){return e&&e.iceServers&&(e.iceServers=function(e,t){let i=!1;return(e=JSON.parse(JSON.stringify(e))).filter((e=>{if(e&&(e.urls||e.url)){let t=e.urls||e.url;e.url&&!e.urls&&h("RTCIceServer.url","RTCIceServer.urls");const r="string"==typeof t;return r&&(t=[t]),t=t.filter((e=>{if(0===e.indexOf("stun:"))return!1;const t=e.startsWith("turn")&&!e.startsWith("turn:[")&&e.includes("transport=udp");return t&&!i?(i=!0,!0):t&&!i})),delete e.url,e.urls=r?t[0]:t,!!t.length}}))}(e.iceServers,t.version),u("ICE servers after filtering:",e.iceServers)),new i(e)},e.RTCPeerConnection.prototype=i.prototype}function F(e){e.RTCRtpSender&&!("replaceTrack"in e.RTCRtpSender.prototype)&&(e.RTCRtpSender.prototype.replaceTrack=e.RTCRtpSender.prototype.setTrack)}var J=Object.freeze({__proto__:null,shimPeerConnection:V,shimReplaceTrack:F,shimGetUserMedia:w,shimGetDisplayMedia:B});function G(e,t){const i=e&&e.navigator,r=e&&e.MediaStreamTrack;if(i.getUserMedia=function(e,t,r){h("navigator.getUserMedia","navigator.mediaDevices.getUserMedia"),i.mediaDevices.getUserMedia(e).then(t,r)},!(t.version>55&&"autoGainControl"in i.mediaDevices.getSupportedConstraints())){const e=function(e,t,i){t in e&&!(i in e)&&(e[i]=e[t],delete e[t])},t=i.mediaDevices.getUserMedia.bind(i.mediaDevices);if(i.mediaDevices.getUserMedia=function(i){return"object"==typeof i&&"object"==typeof i.audio&&(i=JSON.parse(JSON.stringify(i)),e(i.audio,"autoGainControl","mozAutoGainControl"),e(i.audio,"noiseSuppression","mozNoiseSuppression")),t(i)},r&&r.prototype.getSettings){const t=r.prototype.getSettings;r.prototype.getSettings=function(){const i=t.apply(this,arguments);return e(i,"mozAutoGainControl","autoGainControl"),e(i,"mozNoiseSuppression","noiseSuppression"),i}}if(r&&r.prototype.applyConstraints){const t=r.prototype.applyConstraints;r.prototype.applyConstraints=function(i){return"audio"===this.kind&&"object"==typeof i&&(i=JSON.parse(JSON.stringify(i)),e(i,"autoGainControl","mozAutoGainControl"),e(i,"noiseSuppression","mozNoiseSuppression")),t.apply(this,[i])}}}}function K(e){"object"==typeof e&&e.RTCTrackEvent&&"receiver"in e.RTCTrackEvent.prototype&&!("transceiver"in e.RTCTrackEvent.prototype)&&Object.defineProperty(e.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function H(e,t){if("object"!=typeof e||!e.RTCPeerConnection&&!e.mozRTCPeerConnection)return;!e.RTCPeerConnection&&e.mozRTCPeerConnection&&(e.RTCPeerConnection=e.mozRTCPeerConnection),t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const i=e.RTCPeerConnection.prototype[t],r={[t](){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),i.apply(this,arguments)}};e.RTCPeerConnection.prototype[t]=r[t]}));const i={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},r=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){const[e,o,n]=arguments;return r.apply(this,[e||null]).then((e=>{if(t.version<53&&!o)try{e.forEach((e=>{e.type=i[e.type]||e.type}))}catch(t){if("TypeError"!==t.name)throw t;e.forEach(((t,r)=>{e.set(r,Object.assign({},t,{type:i[t.type]||t.type}))}))}return e})).then(o,n)}}function j(e){if("object"!=typeof e||!e.RTCPeerConnection||!e.RTCRtpSender)return;if(e.RTCRtpSender&&"getStats"in e.RTCRtpSender.prototype)return;const t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e});const i=e.RTCPeerConnection.prototype.addTrack;i&&(e.RTCPeerConnection.prototype.addTrack=function(){const e=i.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){return this.track?this._pc.getStats(this.track):Promise.resolve(new Map)}}function $(e){if("object"!=typeof e||!e.RTCPeerConnection||!e.RTCRtpSender)return;if(e.RTCRtpSender&&"getStats"in e.RTCRtpReceiver.prototype)return;const t=e.RTCPeerConnection.prototype.getReceivers;t&&(e.RTCPeerConnection.prototype.getReceivers=function(){const e=t.apply(this,[]);return e.forEach((e=>e._pc=this)),e}),c(e,"track",(e=>(e.receiver._pc=e.srcElement,e))),e.RTCRtpReceiver.prototype.getStats=function(){return this._pc.getStats(this.track)}}function Y(e){e.RTCPeerConnection&&!("removeStream"in e.RTCPeerConnection.prototype)&&(e.RTCPeerConnection.prototype.removeStream=function(e){h("removeStream","removeTrack"),this.getSenders().forEach((t=>{t.track&&e.getTracks().includes(t.track)&&this.removeTrack(t)}))})}function q(e){e.DataChannel&&!e.RTCDataChannel&&(e.RTCDataChannel=e.DataChannel)}function W(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.addTransceiver;t&&(e.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];const e=arguments[1],i=e&&"sendEncodings"in e;i&&e.sendEncodings.forEach((e=>{if("rid"in e){if(!/^[a-z0-9]{0,16}$/i.test(e.rid))throw new TypeError("Invalid RID value provided.")}if("scaleResolutionDownBy"in e&&!(parseFloat(e.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in e&&!(parseFloat(e.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")}));const r=t.apply(this,arguments);if(i){const{sender:t}=r,i=t.getParameters();(!("encodings"in i)||1===i.encodings.length&&0===Object.keys(i.encodings[0]).length)&&(i.encodings=e.sendEncodings,t.sendEncodings=e.sendEncodings,this.setParametersPromises.push(t.setParameters(i).then((()=>{delete t.sendEncodings})).catch((()=>{delete t.sendEncodings}))))}return r})}function z(e){if("object"!=typeof e||!e.RTCRtpSender)return;const t=e.RTCRtpSender.prototype.getParameters;t&&(e.RTCRtpSender.prototype.getParameters=function(){const e=t.apply(this,arguments);return"encodings"in e||(e.encodings=[].concat(this.sendEncodings||[{}])),e})}function Z(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.createOffer;e.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}function Q(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype.createAnswer;e.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}var X=Object.freeze({__proto__:null,shimOnTrack:K,shimPeerConnection:H,shimSenderGetStats:j,shimReceiverGetStats:$,shimRemoveStream:Y,shimRTCDataChannel:q,shimAddTransceiver:W,shimGetParameters:z,shimCreateOffer:Z,shimCreateAnswer:Q,shimGetUserMedia:G,shimGetDisplayMedia:function(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&(e.navigator.mediaDevices.getDisplayMedia=function(i){if(!i||!i.video){const e=new DOMException("getDisplayMedia without video constraints is undefined");return e.name="NotFoundError",e.code=8,Promise.reject(e)}return!0===i.video?i.video={mediaSource:t}:i.video.mediaSource=t,e.navigator.mediaDevices.getUserMedia(i)})}});function ee(e){if("object"==typeof e&&e.RTCPeerConnection){if("getLocalStreams"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.getLocalStreams=function(){return this._localStreams||(this._localStreams=[]),this._localStreams}),!("addStream"in e.RTCPeerConnection.prototype)){const t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addStream=function(e){this._localStreams||(this._localStreams=[]),this._localStreams.includes(e)||this._localStreams.push(e),e.getAudioTracks().forEach((i=>t.call(this,i,e))),e.getVideoTracks().forEach((i=>t.call(this,i,e)))},e.RTCPeerConnection.prototype.addTrack=function(e,...i){return i&&i.forEach((e=>{this._localStreams?this._localStreams.includes(e)||this._localStreams.push(e):this._localStreams=[e]})),t.apply(this,arguments)}}"removeStream"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.removeStream=function(e){this._localStreams||(this._localStreams=[]);const t=this._localStreams.indexOf(e);if(-1===t)return;this._localStreams.splice(t,1);const i=e.getTracks();this.getSenders().forEach((e=>{i.includes(e.track)&&this.removeTrack(e)}))})}}function te(e){if("object"==typeof e&&e.RTCPeerConnection&&("getRemoteStreams"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.getRemoteStreams=function(){return this._remoteStreams?this._remoteStreams:[]}),!("onaddstream"in e.RTCPeerConnection.prototype))){Object.defineProperty(e.RTCPeerConnection.prototype,"onaddstream",{get(){return this._onaddstream},set(e){this._onaddstream&&(this.removeEventListener("addstream",this._onaddstream),this.removeEventListener("track",this._onaddstreampoly)),this.addEventListener("addstream",this._onaddstream=e),this.addEventListener("track",this._onaddstreampoly=e=>{e.streams.forEach((e=>{if(this._remoteStreams||(this._remoteStreams=[]),this._remoteStreams.includes(e))return;this._remoteStreams.push(e);const t=new Event("addstream");t.stream=e,this.dispatchEvent(t)}))})}});const t=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){const e=this;return this._onaddstreampoly||this.addEventListener("track",this._onaddstreampoly=function(t){t.streams.forEach((t=>{if(e._remoteStreams||(e._remoteStreams=[]),e._remoteStreams.indexOf(t)>=0)return;e._remoteStreams.push(t);const i=new Event("addstream");i.stream=t,e.dispatchEvent(i)}))}),t.apply(e,arguments)}}}function ie(e){if("object"!=typeof e||!e.RTCPeerConnection)return;const t=e.RTCPeerConnection.prototype,i=t.createOffer,r=t.createAnswer,o=t.setLocalDescription,n=t.setRemoteDescription,s=t.addIceCandidate;t.createOffer=function(e,t){const r=arguments.length>=2?arguments[2]:arguments[0],o=i.apply(this,[r]);return t?(o.then(e,t),Promise.resolve()):o},t.createAnswer=function(e,t){const i=arguments.length>=2?arguments[2]:arguments[0],o=r.apply(this,[i]);return t?(o.then(e,t),Promise.resolve()):o};let a=function(e,t,i){const r=o.apply(this,[e]);return i?(r.then(t,i),Promise.resolve()):r};t.setLocalDescription=a,a=function(e,t,i){const r=n.apply(this,[e]);return i?(r.then(t,i),Promise.resolve()):r},t.setRemoteDescription=a,a=function(e,t,i){const r=s.apply(this,[e]);return i?(r.then(t,i),Promise.resolve()):r},t.addIceCandidate=a}function re(e){const t=e&&e.navigator;if(t.mediaDevices&&t.mediaDevices.getUserMedia){const e=t.mediaDevices,i=e.getUserMedia.bind(e);t.mediaDevices.getUserMedia=e=>i(oe(e))}!t.getUserMedia&&t.mediaDevices&&t.mediaDevices.getUserMedia&&(t.getUserMedia=function(e,i,r){t.mediaDevices.getUserMedia(e).then(i,r)}.bind(t))}function oe(e){return e&&void 0!==e.video?Object.assign({},e,{video:v(e.video)}):e}function ne(e){if(!e.RTCPeerConnection)return;const t=e.RTCPeerConnection;e.RTCPeerConnection=function(e,i){if(e&&e.iceServers){const t=[];for(let i=0;i<e.iceServers.length;i++){let r=e.iceServers[i];!r.hasOwnProperty("urls")&&r.hasOwnProperty("url")?(h("RTCIceServer.url","RTCIceServer.urls"),r=JSON.parse(JSON.stringify(r)),r.urls=r.url,delete r.url,t.push(r)):t.push(e.iceServers[i])}e.iceServers=t}return new t(e,i)},e.RTCPeerConnection.prototype=t.prototype,"generateCertificate"in t&&Object.defineProperty(e.RTCPeerConnection,"generateCertificate",{get:()=>t.generateCertificate})}function se(e){"object"==typeof e&&e.RTCTrackEvent&&"receiver"in e.RTCTrackEvent.prototype&&!("transceiver"in e.RTCTrackEvent.prototype)&&Object.defineProperty(e.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function ae(e){const t=e.RTCPeerConnection.prototype.createOffer;e.RTCPeerConnection.prototype.createOffer=function(e){if(e){void 0!==e.offerToReceiveAudio&&(e.offerToReceiveAudio=!!e.offerToReceiveAudio);const t=this.getTransceivers().find((e=>"audio"===e.receiver.track.kind));!1===e.offerToReceiveAudio&&t?"sendrecv"===t.direction?t.setDirection?t.setDirection("sendonly"):t.direction="sendonly":"recvonly"===t.direction&&(t.setDirection?t.setDirection("inactive"):t.direction="inactive"):!0!==e.offerToReceiveAudio||t||this.addTransceiver("audio"),void 0!==e.offerToReceiveVideo&&(e.offerToReceiveVideo=!!e.offerToReceiveVideo);const i=this.getTransceivers().find((e=>"video"===e.receiver.track.kind));!1===e.offerToReceiveVideo&&i?"sendrecv"===i.direction?i.setDirection?i.setDirection("sendonly"):i.direction="sendonly":"recvonly"===i.direction&&(i.setDirection?i.setDirection("inactive"):i.direction="inactive"):!0!==e.offerToReceiveVideo||i||this.addTransceiver("video")}return t.apply(this,arguments)}}function de(e){"object"!=typeof e||e.AudioContext||(e.AudioContext=e.webkitAudioContext)}var ce=Object.freeze({__proto__:null,shimLocalStreamsAPI:ee,shimRemoteStreamsAPI:te,shimCallbacksAPI:ie,shimGetUserMedia:re,shimConstraints:oe,shimRTCIceServerUrls:ne,shimTrackEventTransceiver:se,shimCreateOfferLegacy:ae,shimAudioContext:de});function _e(e){if(!e.RTCIceCandidate||e.RTCIceCandidate&&"foundation"in e.RTCIceCandidate.prototype)return;const t=e.RTCIceCandidate;e.RTCIceCandidate=function(e){if("object"==typeof e&&e.candidate&&0===e.candidate.indexOf("a=")&&((e=JSON.parse(JSON.stringify(e))).candidate=e.candidate.substr(2)),e.candidate&&e.candidate.length){const i=new t(e),r=D.parseCandidate(e.candidate),o=Object.assign(i,r);return o.toJSON=function(){return{candidate:o.candidate,sdpMid:o.sdpMid,sdpMLineIndex:o.sdpMLineIndex,usernameFragment:o.usernameFragment}},o}return new t(e)},e.RTCIceCandidate.prototype=t.prototype,c(e,"icecandidate",(t=>(t.candidate&&Object.defineProperty(t,"candidate",{value:new e.RTCIceCandidate(t.candidate),writable:"false"}),t)))}function le(e,t){if(!e.RTCPeerConnection)return;"sctp"in e.RTCPeerConnection.prototype||Object.defineProperty(e.RTCPeerConnection.prototype,"sctp",{get(){return void 0===this._sctp?null:this._sctp}});const i=function(e){if(!e||!e.sdp)return!1;const t=D.splitSections(e.sdp);return t.shift(),t.some((e=>{const t=D.parseMLine(e);return t&&"application"===t.kind&&-1!==t.protocol.indexOf("SCTP")}))},r=function(e){const t=e.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(null===t||t.length<2)return-1;const i=parseInt(t[1],10);return i!=i?-1:i},o=function(e){let i=65536;return"firefox"===t.browser&&(i=t.version<57?-1===e?16384:2147483637:t.version<60?57===t.version?65535:65536:2147483637),i},n=function(e,i){let r=65536;"firefox"===t.browser&&57===t.version&&(r=65535);const o=D.matchPrefix(e.sdp,"a=max-message-size:");return o.length>0?r=parseInt(o[0].substr(19),10):"firefox"===t.browser&&-1!==i&&(r=2147483637),r},s=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this._sctp=null,"chrome"===t.browser&&t.version>=76){const{sdpSemantics:e}=this.getConfiguration();"plan-b"===e&&Object.defineProperty(this,"sctp",{get(){return void 0===this._sctp?null:this._sctp},enumerable:!0,configurable:!0})}if(i(arguments[0])){const e=r(arguments[0]),t=o(e),i=n(arguments[0],e);let s;s=0===t&&0===i?Number.POSITIVE_INFINITY:0===t||0===i?Math.max(t,i):Math.min(t,i);const a={};Object.defineProperty(a,"maxMessageSize",{get:()=>s}),this._sctp=a}return s.apply(this,arguments)}}function ue(e){if(!e.RTCPeerConnection||!("createDataChannel"in e.RTCPeerConnection.prototype))return;function t(e,t){const i=e.send;e.send=function(){const r=arguments[0],o=r.length||r.size||r.byteLength;if("open"===e.readyState&&t.sctp&&o>t.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+t.sctp.maxMessageSize+" bytes)");return i.apply(e,arguments)}}const i=e.RTCPeerConnection.prototype.createDataChannel;e.RTCPeerConnection.prototype.createDataChannel=function(){const e=i.apply(this,arguments);return t(e,this),e},c(e,"datachannel",(e=>(t(e.channel,e.target),e)))}function he(e){if(!e.RTCPeerConnection||"connectionState"in e.RTCPeerConnection.prototype)return;const t=e.RTCPeerConnection.prototype;Object.defineProperty(t,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(t,"onconnectionstatechange",{get(){return this._onconnectionstatechange||null},set(e){this._onconnectionstatechange&&(this.removeEventListener("connectionstatechange",this._onconnectionstatechange),delete this._onconnectionstatechange),e&&this.addEventListener("connectionstatechange",this._onconnectionstatechange=e)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach((e=>{const i=t[e];t[e]=function(){return this._connectionstatechangepoly||(this._connectionstatechangepoly=e=>{const t=e.target;if(t._lastConnectionState!==t.connectionState){t._lastConnectionState=t.connectionState;const i=new Event("connectionstatechange",e);t.dispatchEvent(i)}return e},this.addEventListener("iceconnectionstatechange",this._connectionstatechangepoly)),i.apply(this,arguments)}}))}function Re(e,t){if(!e.RTCPeerConnection)return;if("chrome"===t.browser&&t.version>=71)return;if("safari"===t.browser&&t.version>=605)return;const i=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(t){if(t&&t.sdp&&-1!==t.sdp.indexOf("\na=extmap-allow-mixed")){const i=t.sdp.split("\n").filter((e=>"a=extmap-allow-mixed"!==e.trim())).join("\n");e.RTCSessionDescription&&t instanceof e.RTCSessionDescription?arguments[0]=new e.RTCSessionDescription({type:t.type,sdp:i}):t.sdp=i}return i.apply(this,arguments)}}function ve(e,t){if(!e.RTCPeerConnection||!e.RTCPeerConnection.prototype)return;const i=e.RTCPeerConnection.prototype.addIceCandidate;i&&0!==i.length&&(e.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?("chrome"===t.browser&&t.version<78||"firefox"===t.browser&&t.version<68||"safari"===t.browser)&&arguments[0]&&""===arguments[0].candidate?Promise.resolve():i.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}var Ce=Object.freeze({__proto__:null,shimRTCIceCandidate:_e,shimMaxMessageSize:le,shimSendThrowTypeError:ue,shimConnectionState:he,removeExtmapAllowMixed:Re,shimAddIceCandidateNullOrEmpty:ve});const ge=function({window:e}={},t={shimChrome:!0,shimFirefox:!0,shimEdge:!0,shimSafari:!0}){const i=u,r=function(e){const t={browser:null,version:null};if(void 0===e||!e.navigator)return t.browser="Not a browser.",t;const{navigator:i}=e;if(i.mozGetUserMedia)t.browser="firefox",t.version=d(i.userAgent,/Firefox\/(\d+)\./,1);else if(i.webkitGetUserMedia||!1===e.isSecureContext&&e.webkitRTCPeerConnection&&!e.RTCIceGatherer)t.browser="chrome",t.version=d(i.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else if(i.mediaDevices&&i.userAgent.match(/Edge\/(\d+).(\d+)$/))t.browser="edge",t.version=d(i.userAgent,/Edge\/(\d+).(\d+)$/,2);else{if(!e.RTCPeerConnection||!i.userAgent.match(/AppleWebKit\/(\d+)\./))return t.browser="Not a supported browser.",t;t.browser="safari",t.version=d(i.userAgent,/AppleWebKit\/(\d+)\./,1),t.supportsUnifiedPlan=e.RTCRtpTransceiver&&"currentDirection"in e.RTCRtpTransceiver.prototype}return t}(e),o={browserDetails:r,commonShim:Ce,extractVersion:d,disableLog:_,disableWarnings:l};switch(r.browser){case"chrome":if(!y||!A||!t.shimChrome)return i("Chrome shim is not included in this adapter release."),o;if(null===r.version)return i("Chrome shim can not determine version, not shimming."),o;i("adapter.js shimming chrome."),o.browserShim=y,ve(e,r),m(e,r),T(e),A(e,r),I(e),L(e,r),S(e),E(e),f(e),N(e,r),_e(e),he(e),le(e,r),ue(e),Re(e,r);break;case"firefox":if(!X||!H||!t.shimFirefox)return i("Firefox shim is not included in this adapter release."),o;i("adapter.js shimming firefox."),o.browserShim=X,ve(e,r),G(e,r),H(e,r),K(e),Y(e),j(e),$(e),q(e),W(e),z(e),Z(e),Q(e),_e(e),he(e),le(e,r),ue(e);break;case"edge":if(!J||!V||!t.shimEdge)return i("MS edge shim is not included in this adapter release."),o;i("adapter.js shimming edge."),o.browserShim=J,w(e),B(e),V(e,r),F(e),le(e,r),ue(e);break;case"safari":if(!ce||!t.shimSafari)return i("Safari shim is not included in this adapter release."),o;i("adapter.js shimming safari."),o.browserShim=ce,ve(e,r),ne(e),ae(e),ie(e),ee(e),te(e),se(e),re(e),de(e),_e(e),le(e,r),ue(e),Re(e,r);break;default:i("Unsupported browser!")}return o}({window:"undefined"==typeof window?void 0:window});var pe,me,Te;e.RCFrameRate=void 0,(pe=e.RCFrameRate||(e.RCFrameRate={})).FPS_10="FPS_10",pe.FPS_15="FPS_15",pe.FPS_24="FPS_24",pe.FPS_30="FPS_30",e.RCResolution=void 0,(me=e.RCResolution||(e.RCResolution={})).W176_H132="W176_H132",me.W176_H144="W176_H144",me.W180_H180="W180_H180",me.W240_H180="W240_H180",me.W240_H240="W240_H240",me.W256_H144="W256_H144",me.W320_H180="W320_H180",me.W320_H240="W320_H240",me.W360_H360="W360_H360",me.W480_H360="W480_H360",me.W480_H480="W480_H480",me.W640_H360="W640_H360",me.W640_H480="W640_H480",me.W720_H480="W720_H480",me.W848_H480="W848_H480",me.W960_H720="W960_H720",me.W1280_H720="W1280_H720",me.W1920_H1080="W1920_H1080",e.RCMediaType=void 0,(Te=e.RCMediaType||(e.RCMediaType={}))[Te.AUDIO_ONLY=0]="AUDIO_ONLY",Te[Te.VIDEO_ONLY=1]="VIDEO_ONLY",Te[Te.AUDIO_VIDEO=2]="AUDIO_VIDEO";const Ie={[e.RCResolution.W176_H132]:{width:176,height:132,maxBitrate:150,minBitrate:80},[e.RCResolution.W176_H144]:{width:176,height:144,maxBitrate:150,minBitrate:80},[e.RCResolution.W180_H180]:{width:180,height:180,maxBitrate:200,minBitrate:100},[e.RCResolution.W240_H180]:{width:240,height:180,maxBitrate:240,minBitrate:120},[e.RCResolution.W240_H240]:{width:240,height:240,maxBitrate:280,minBitrate:120},[e.RCResolution.W256_H144]:{width:256,height:144,maxBitrate:240,minBitrate:120},[e.RCResolution.W320_H180]:{width:320,height:180,maxBitrate:280,minBitrate:120},[e.RCResolution.W320_H240]:{width:320,height:240,maxBitrate:400,minBitrate:120},[e.RCResolution.W360_H360]:{width:360,height:360,maxBitrate:520,minBitrate:140},[e.RCResolution.W480_H360]:{width:480,height:360,maxBitrate:650,minBitrate:150},[e.RCResolution.W480_H480]:{width:480,height:480,maxBitrate:800,minBitrate:180},[e.RCResolution.W640_H360]:{width:640,height:360,maxBitrate:800,minBitrate:180},[e.RCResolution.W640_H480]:{width:640,height:480,maxBitrate:900,minBitrate:200},[e.RCResolution.W720_H480]:{width:720,height:480,maxBitrate:1e3,minBitrate:200},[e.RCResolution.W848_H480]:{width:848,height:480,maxBitrate:1860,minBitrate:200},[e.RCResolution.W960_H720]:{width:960,height:720,maxBitrate:2e3,minBitrate:250},[e.RCResolution.W1280_H720]:{width:1280,height:720,maxBitrate:2200,minBitrate:250},[e.RCResolution.W1920_H1080]:{width:1920,height:1080,maxBitrate:4e3,minBitrate:400}},Se=e=>{const t={192:180,368:360,1088:1080};return t[e]?t[e]:e},Ee=(e,t)=>{e=Se(e),t=Se(t);const i=Ie[`W${e}_H${t}`];if(i)return i;const r=e*t;return Object.keys(Ie).map((e=>Ie[e])).sort(((e,t)=>e.height*e.width-t.width*t.height)).filter((e=>e.height*e.width>=r))[0]||Ie.W1920_H1080},fe={10:1,15:1,24:1.5,30:1.5},Oe=e=>{let t=Number.MAX_VALUE,i=1;for(const r in fe){const o=Math.abs(e-parseInt(r));o<t&&(t=o,i=fe[r])}return i};class Le{constructor(){this._logger=null}setLogger(e){this._logger=e}getLogger(){return this._logger}createTraceId(){var e;return(null===(e=this._logger)||void 0===e?void 0:e.createTraceId())||`${Date.now()}`}debug(e,t,i){var r;null===(r=this._logger)||void 0===r||r.debug(e,t,i)}info(e,t,i){var r;null===(r=this._logger)||void 0===r||r.info(e,t,i)}warn(e,t,i){var r;null===(r=this._logger)||void 0===r||r.warn(e,t,i)}error(e,t,i){var r;null===(r=this._logger)||void 0===r||r.error(e,t,i)}__statistics(e,t,i){var r;null===(r=this._logger)||void 0===r||r.__statistics(e,t,i)}static setLogger(e){this._logger=e}static getLogger(){return this._logger}}Le._logger=null;const Ae=new Le,Ne={getCameras:()=>i(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"videoinput"===e.kind))})),getMicrophones:()=>i(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"audioinput"===e.kind))})),getSpeakers:()=>i(void 0,void 0,void 0,(function*(){return(yield navigator.mediaDevices.enumerateDevices()).filter((e=>"audiooutput"===e.kind))}))};var ye,De;!function(e){e.AUDIO="audio",e.VIDEO="video"}(ye||(ye={}));class ke extends t.EventEmitter{constructor(e,t,i,r,o){super(),this._tag=e,this._userId=t,this._kind=i,this._isLocalTrack=r,this._roomId=o,this._localMuted=!1,this._remoteMuted=!1,this._logger=null,this.DataTrackId="data-track-id",this._streamId=[this._userId||this._roomId,this._tag].join("_"),this._id=[this._streamId,this.isAudioTrack()?0:1].join("_"),this._logger=Le.getLogger()}getStreamId(){return this._streamId}getTrackId(){return this._id}getUserId(){return this._userId}__innerGetMediaStreamTrack(){return this._msTrack}get streamTrack(){return this._msTrack}getTag(){return this._tag}isLocalTrack(){return this._isLocalTrack}isVideoTrack(){return"video"===this._kind}isAudioTrack(){return"audio"===this._kind}isReady(){var e;return"live"===(null===(e=this._msTrack)||void 0===e?void 0:e.readyState)}__innerSetMediaStreamTrack(e){this._msTrack=e,this._setLocalMuted(this._localMuted);const t=this._msStream=this._msStream||new MediaStream,i=t.getTracks()[0];i&&t.removeTrack(i),e?t.addTrack(e):this._element&&this._element.getAttribute(this.DataTrackId)===this.getTrackId()&&(this._element.pause(),this._element.srcObject=null)}_setLocalMuted(e){this._msTrack&&(this._msTrack.enabled=!e),this._localMuted=e}mute(){return this._setLocalMuted(!0)}unmute(){return this._setLocalMuted(!1)}isLocalMuted(){return this._localMuted}isMCUTrack(){return Boolean(this._roomId)}isOwnerMuted(){return this._remoteMuted}play(r,s){var a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){if(null===(a=this._logger)||void 0===a||a.info(o.L_TRACK_PLAY_O,JSON.stringify({element:r,options:s,msg:`start play trackId: ${this._id}`})),!this._msTrack)return null===(d=this._logger)||void 0===d||d.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.TRACK_NOT_READY,msg:`the track is not ready to play -> id: ${this._id}`})),{code:e.RCRTCCode.TRACK_NOT_READY};if("ended"===this._msTrack.readyState&&(null===(c=this._logger)||void 0===c||c.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,msg:`the track's readyState is ended -> id: ${this._id}`}))),null==s?void 0:s.volume){if(!t.isNumber(null==s?void 0:s.volume))return null===(_=this._logger)||void 0===_||_.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.volume not a number"})),{code:e.RCRTCCode.PARAMS_ERROR};(null==s?void 0:s.volume)<0&&(s.volume=0,null===(l=this._logger)||void 0===l||l.warn(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,msg:"params error -> options.volume < 0",tips:"the valid range of options.volume is 0-100, the value of volume has been set 0"}))),(null==s?void 0:s.volume)>100&&(s.volume=100,null===(u=this._logger)||void 0===u||u.warn(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,msg:"params error -> options.volume > 100",tips:"the valid range of options.volume is 0-100, the value of volume has been set 100"})))}if(null==s?void 0:s.audioDeviceId){if(!(yield Ne.getSpeakers()).map((e=>e.deviceId)).includes(s.audioDeviceId))return null===(h=this._logger)||void 0===h||h.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.audioDeviceId"})),{code:e.RCRTCCode.PARAMS_ERROR}}const C=this.isVideoTrack();return!C||r&&(r instanceof HTMLVideoElement||this.__validateVideoNodeName(r))?(this._element=C?r:this._element||new Audio,this._localMuted&&this._setLocalMuted(!1),this._element.srcObject&&this._element.srcObject===this._msStream||this._element.pause(),this._element.onloadstart=e=>{var t,i;null===(t=this._logger)||void 0===t||t.info(o.L_TRACK_LOAD_START_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement onloadstart -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`}))},this._element.ondurationchange=e=>{var t,i;null===(t=this._logger)||void 0===t||t.info(o.L_TRACK_DURATION_CHANGE_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement ondurationchange -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`}))},this._element.onloadedmetadata=e=>{var t,i;null===(t=this._logger)||void 0===t||t.info(o.L_TRACK_LOADED_META_DATA_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement onloadedmetadata -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`}))},this._element.onloadeddata=e=>{var t,i;null===(t=this._logger)||void 0===t||t.info(o.L_TRACK_LOADED_DATA_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement onloadeddata -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`}))},this._element.onabort=e=>{var t,i;null===(t=this._logger)||void 0===t||t.info(o.L_TRACK_ABORT_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement onabort -> id: ${null===(i=e.target)||void 0===i?void 0:i.id}, trackId: ${this._id}`}))},this._element.oncanplay=t=>i(this,void 0,void 0,(function*(){var i,r,a,d,c;null===(i=this._logger)||void 0===i||i.info(o.L_TRACK_CANPLAY_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement oncanplay -> id: ${null===(r=t.target)||void 0===r?void 0:r.id}, trackId: ${this._id}`}));try{yield null===(a=this._element)||void 0===a?void 0:a.play(),(null==s?void 0:s.audioDeviceId)&&!C&&(yield this._element.setSinkId(s.audioDeviceId))}catch(t){if("No permission to use requested device"===t.message)return void(null===(d=this._logger)||void 0===d||d.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.NO_PERMISSION_TO_USE_REQUESTED_DEVICE,msg:`setSinkId failed, error msg: ${t.message}`})));null===(c=this._logger)||void 0===c||c.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.TRACK_PLAY_ERROR,msg:`play error, error msg: ${t.message}`}))}})),this._element.onvolumechange=e=>{var t,i,r;const s=Math.floor(100*(null===(t=e.target)||void 0===t?void 0:t.volume));null===(i=this._logger)||void 0===i||i.info(o.L_TRACK_VOLUME_CHANGE_O,JSON.stringify({status:n.INFO,msg:`HTMLMediaElement onvolumechange -> id: ${null===(r=e.target)||void 0===r?void 0:r.id}, volume: ${s}, trackId: ${this._id}`}))},this._element.srcObject=this._msStream,this._element.autoplay=!0,C&&(this._element.playsInline=!0,this._element.x5PlaysInline=!0,this._element.webkitPlaysInline=!0),C||!(null==s?void 0:s.volume)&&0!==(null==s?void 0:s.volume)||(this._element.volume=(null==s?void 0:s.volume)/100),null===(v=this._element)||void 0===v||v.setAttribute(this.DataTrackId,this.getTrackId()),{code:e.RCRTCCode.SUCCESS}):(null===(R=this._logger)||void 0===R||R.error(o.L_TRACK_PLAY_E,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.VIDEO_TRACK_MISS_MEDIA_ELEMENT,msg:"params element is not a HTMLVideoElement"})),{code:e.RCRTCCode.VIDEO_TRACK_MISS_MEDIA_ELEMENT})}))}__innerDestroy(){this.__innerSetMediaStreamTrack(void 0)}__releaseMediaElement(){this._element&&this._element.getAttribute(this.DataTrackId)===this.getTrackId()&&(this._element.remove(),this._element.srcObject=null)}__validateVideoNodeName(e){return e&&e.nodeName&&"VIDEO"===e.nodeName.toUpperCase()}}e.RCAudioBitrate=void 0,(De=e.RCAudioBitrate||(e.RCAudioBitrate={})).Speech="Speech",De.Music="Music",De.MusicHigh="MusicHigh";const be={[e.RCAudioBitrate.Music]:{max:64,min:64},[e.RCAudioBitrate.MusicHigh]:{max:128,min:128},[e.RCAudioBitrate.Speech]:{max:32,min:32}};var Ue;e.RCVideoBitrate=void 0,(Ue=e.RCVideoBitrate||(e.RCVideoBitrate={})).LEVEL0="LEVEL0",Ue.LEVEL1="LEVEL1",Ue.LEVEL2="LEVEL2",Ue.LEVEL3="LEVEL3",Ue.LEVEL4="LEVEL4",Ue.LEVEL5="LEVEL5";const Pe={[e.RCVideoBitrate.LEVEL0]:{max:150,min:80},[e.RCVideoBitrate.LEVEL1]:{max:280,min:120},[e.RCVideoBitrate.LEVEL2]:{max:650,min:150},[e.RCVideoBitrate.LEVEL3]:{max:1e3,min:200},[e.RCVideoBitrate.LEVEL4]:{max:2200,min:250},[e.RCVideoBitrate.LEVEL5]:{max:4e3,min:400}};class Me{static setStatus(e=!0){Me.isOpen=e}static setWroklet(e,t){Me.workletModule=e,Me.workletModule=t}static transformStreamTrack(e){var t;return i(this,void 0,void 0,(function*(){const i=Le.getLogger();if(!Me.isOpen)return new Promise((t=>{t({track:null==e?void 0:e.getAudioTracks()[0],stop:()=>{}})}));let r=new AudioContext({sampleRate:44100}),s=r.createMediaStreamSource(e),a=r.createMediaStreamDestination(),d=null,c=null;if(d=yield r.audioWorklet.addModule(Me.workletModule).then((()=>(null==i||i.info(o.L_RTC_3ANOISE_NODE_O,JSON.stringify({status:n.SUCCESSED,message:{msg:"addModule RC3AnoiseTrack.workletModule success"}})),fetch(Me.workletWasm,{cache:"force-cache",credentials:"same-origin"}).then((e=>e.arrayBuffer())).catch((e=>{throw new Error(e.message)}))))).then((e=>(c=new AudioWorkletNode(r,"process-worklet",{numberOfInputs:1,numberOfOutputs:1,outputChannelCount:[1],processorOptions:{binary:e}}),c))).catch((e=>{null==i||i.info(o.L_RTC_3ANOISE_NODE_E,JSON.stringify({status:n.FAILED,message:{msg:e.message}}))})),!d)return new Promise((t=>{t({track:null==e?void 0:e.getAudioTracks()[0],stop:()=>{}})}));s.connect(d).connect(a);let _=null===(t=null==a?void 0:a.stream)||void 0===t?void 0:t.getAudioTracks()[0],l=()=>{null==i||i.info(o.L_RTC_3ANOISE_NODE_STOP_O,JSON.stringify({status:n.SUCCESSED,message:{msg:"call stop RC3AnoiseTrack.workletModule"}})),null==d||d.port.postMessage({type:"stop",msg:""}),setTimeout((()=>{const t=null==e?void 0:e.getAudioTracks()[0];null==t||t.stop(),null==r||r.suspend(),null==r||r.close(),null==a||a.disconnect(),null==d||d.disconnect(),null==s||s.disconnect(),r=null,d=null,a=null,s=null,c=null,e=null,null==_||_.stop(),_=null,l=null}),200)};return{track:_,stop:l}}))}}Me.workletModule="https://cdn.ronghub.com/plugin-rtc/wasm/5.0.0-alpha.2/process-worklet.js",Me.workletWasm="https://cdn.ronghub.com/plugin-rtc/wasm/5.0.0-alpha.2/AudioProcessing.wasm",Me.isOpen=!1;class xe extends ke{constructor(e,t,i,r){super(e,t,i,!0),this._isDestroyed=!1,this._isPublished=!1,this.__innerSetMediaStreamTrack(r),r.onended=()=>{r.onended=null,this.emit(xe.EVENT_LOCAL_TRACK_END,this),this.removeAll(xe.EVENT_LOCAL_TRACK_END)}}_setLocalMuted(e){return new Promise(((t,i)=>{var r;const s=this._localMuted!==e;super._setLocalMuted(e),this._remoteMuted=this._localMuted,s&&this.emit(xe.__INNER_EVENT_MUTED_CHANGE__,this,t),null===(r=this._logger)||void 0===r||r.info(o.L_LOCAL_TRACK_SET_LOCAL_MUTED_O,JSON.stringify({status:n.SUCCESSED,enable:e,trackId:this._id}))}))}__innerSetPublished(e){this._isPublished=e}isPublished(){return this._isPublished}destroy(){var e,t;this._isDestroyed=!0,null===(e=this._msTrack)||void 0===e||e.stop(),super.__innerDestroy(),this.isAudioTrack()&&super.__releaseMediaElement(),this.emit(xe.__INNER_EVENT_DESTROY__,this),null===(t=this._logger)||void 0===t||t.info(o.L_LOCAL_TRACK_DESTROY_O,JSON.stringify({status:n.SUCCESSED,trackId:this._id}))}isDestroyed(){return this._isDestroyed}setBitrate(e=0,i=0,r=0){var s,a;!t.isNumber(e)||!t.isNumber(i)||!t.isNumber(r)||e<=0||i<=0||e<i?null===(s=this._logger)||void 0===s||s.error(o.L_LOCAL_TRACK_SET_BITRATE_O,JSON.stringify({status:n.FAILED,msg:`params error -> max: ${e},min: ${i}, start: ${r}`,trackId:this._id})):(null===(a=this._logger)||void 0===a||a.info(o.L_LOCAL_TRACK_SET_BITRATE_O,JSON.stringify({status:n.SUCCESSED,max:e,min:i,start:r,trackId:this._id})),this._bitrateInfo={max:e,min:i,start:r})}getBitrate(){var e,t,i,r,o,n,s;let{min:a,max:d,start:c}={min:0,max:0,start:0};return(null===(e=this._msTrack)||void 0===e?void 0:e.kind)===ye.VIDEO?({min:a,max:d}=tt(this._msTrack)):(null===(t=this._msTrack)||void 0===t?void 0:t.kind)===ye.AUDIO&&({min:a,max:d}={min:32,max:32}),(null===(i=this._bitrateInfo)||void 0===i?void 0:i.max)&&(c=.7*(null===(r=this._bitrateInfo)||void 0===r?void 0:r.max)),{min:(null===(o=this._bitrateInfo)||void 0===o?void 0:o.min)||a,max:(null===(n=this._bitrateInfo)||void 0===n?void 0:n.max)||d,start:(null===(s=this._bitrateInfo)||void 0===s?void 0:s.start)||c}}}xe.EVENT_LOCAL_TRACK_END="local-track-end",xe.__INNER_EVENT_MUTED_CHANGE__="inner-muted-change",xe.__INNER_EVENT_DESTROY__="inner-destroy";class we extends xe{constructor(e,t,i){super(e,t,"audio",i),this._stopProcess=()=>{}}setRecommendBitrate(i){const r=Le.getLogger();if(!t.validate("audioBitrate",i,(t=>t in e.RCAudioBitrate)))return void(null==r||r.warn(o.L_RTC_SET_RECOMMEND_BITRATE_O,JSON.stringify({status:n.FAILED,msg:"params error -> params type is RCAudioBitrate"})));const s=be[i];this.setBitrate(s.max,s.min,s.start||.7*s.max)}setBitrate(e,...t){const[i=1,r=.7*e||1]=t;super.setBitrate(e,i,r)}__innerSetMediaStreamTrack(e){if(e)if(Me.isOpen){const t=new MediaStream([e]);Me.transformStreamTrack(t).then((({track:e,stop:t})=>{super.__innerSetMediaStreamTrack(e),this._stopProcess=t}))}else super.__innerSetMediaStreamTrack(e);else super.__innerSetMediaStreamTrack(e),this._stopProcess()}}class Be extends xe{constructor(e,t,i,r=!1){super(e,t,"video",i),this._isTiny=r}__isTiny(){return this._isTiny}getStreamId(){const e=super.getStreamId();return this._isTiny?`${e}_tiny`:e}getTrackId(){const e=super.getTrackId();return this._isTiny?`${e}_tiny`:e}setRecommendBitrate(i){const r=Le.getLogger();if(!t.validate("videoBitrate",i,(t=>t in e.RCVideoBitrate)))return void(null==r||r.warn(o.L_RTC_SET_RECOMMEND_BITRATE_O,JSON.stringify({status:n.FAILED,msg:"params error -> params type is RCVideoBitrate"})));const s=Pe[i];this.setBitrate(s.max,s.min,s.start||.7*s.max)}setBitrate(e,...t){const[i=1,r=.7*e||1]=t;super.setBitrate(e,i,r)}}class Ve extends xe{constructor(e,t,i,r,o){super(e,t,i,r),this._resource=o,Ve.__innerSetMapping(this.getTrackId(),o)}static __innerSetMapping(e,t){const i=this._mapping.get(t)||[];i.push(e),this._mapping.set(t,i)}static __innerRemoveMapping(e,t){var i,r;const o=null===(i=this._mapping.get(t))||void 0===i?void 0:i.filter((t=>t!==e));o&&o.length>0?this._mapping.set(t,o):(this._mapping.delete(t),t.pause(),t.src="",null===(r=t.parentNode)||void 0===r||r.removeChild(t))}destroy(){this.isAudioTrack()&&this.mute(),Ve.__innerRemoveMapping(this.getTrackId(),this._resource),super.destroy()}}Ve._mapping=new Map;class Fe extends Ve{constructor(e,t,i,r){super(e,t,"video",i,r)}}class Je extends Ve{constructor(e,t,i,r){super(e,t,"audio",i,r),this._stopProcess=()=>{}}_setLocalMuted(e){const t=Object.create(null,{_setLocalMuted:{get:()=>super._setLocalMuted}});return i(this,void 0,void 0,(function*(){return this._resource&&(this._resource.muted=e),t._setLocalMuted.call(this,e)}))}play(){return this._setLocalMuted(!1),Promise.resolve({code:e.RCRTCCode.SUCCESS})}__innerSetMediaStreamTrack(e){if(e)if(Me.isOpen){const t=new MediaStream([e]);Me.transformStreamTrack(t).then((({track:e,stop:t})=>{super.__innerSetMediaStreamTrack(e),this._stopProcess=t}))}else super.__innerSetMediaStreamTrack(e);else super.__innerSetMediaStreamTrack(e),this._stopProcess()}}class Ge extends we{}class Ke extends Be{}class He extends Be{}class je extends we{}class $e extends ke{constructor(e,t,i,r){super(e,t,i,!1,r),this._isSubscribed=!1}__innerSetRemoteMuted(e){this._remoteMuted=e}__innerSetSubscribed(e){this._isSubscribed=e}isSubscribed(){return this._isSubscribed}}class Ye extends $e{constructor(e,t,i){super(e,t,"audio",i)}}class qe extends $e{constructor(e,t,i){super(e,t,"video",i),this._isSubTiny=!1}__innerSetIsTinyTrack(e){this._isSubTiny=e}isSubTiny(){return this._isSubTiny}}const We=(e,t)=>({name:e,content:JSON.stringify({uris:t,ignore:!0})}),ze=e=>JSON.stringify(e),Ze=e=>/^[a-zA-Z\d-=]+$/g.test(e),Qe="http:"!==location.protocol||["localhost","127.0.0.1"].includes(location.hostname),Xe=e=>{if(void 0===e)return 0;if(t.isNumber(e))return e;const i=e;return i.exact||i.ideal||i.max||0},et=e=>{const t=e.getSettings(),i=e.getConstraints();return{width:Xe(i.width)||t.width||0,height:Xe(i.height)||t.height||0,frameRate:t.frameRate||Xe(i.frameRate)}},tt=e=>{const{width:t,height:i,frameRate:r}=et(e),o=Ee(t||1920,i||1080),n=Oe(r);return{min:o.minBitrate*n,max:o.maxBitrate*n}},it=e=>[e.msid,e.mediaType].join("_"),rt=e=>{const t=e.split("_");return{mediaType:parseInt(t.pop()),tag:t.pop(),userId:t.join("_")}},ot=(e,t)=>[e,t].join("_"),nt=e=>e.map((e=>Object.assign({},e))),st=(e,t,i=!1)=>{e=e.slice();const r=[],o=[],n=[];return t.forEach((t=>{const o=it(t);let s=e.findIndex((e=>it(e)===o));if(i&&(s=e.findIndex((e=>e.uri===t.uri))),-1===s)return void r.push(t);const a=e[s];a.uri!==t.uri?r.push(t):a.state!==t.state&&n.push(t),e.splice(s,1)})),o.push(...e),{publishedList:r,unpublishedList:o,modifiedList:n}},at=()=>{let e="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}));return e=`${e.replace(/-/g,"")}0`,e=parseInt(e,16),e=(e=>{const t="0123456789abcdefghigklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ+/".split(""),i=t.length+1;let r=+e;const o=[];do{const e=r%i;r=(r-e)/i,o.unshift(t[e])}while(r);return o.join("")})(e),e.length>22&&(e=e.slice(0,22)),e},dt=e=>{if(Ie[e]){const{width:t,height:i}=Ie[e];return{width:t,height:i}}const[t,i]=e.split("_").map((e=>parseInt(e.replace(/[^\d]/g,""))));return{width:t,height:i}},ct=t=>!!e.RCResolution[t],_t=t=>!!e.RCFrameRate[t],lt=e=>parseInt(e.replace("FPS_","")),ut=(()=>{const{browser:e,version:t,supportsUnifiedPlan:i}=ge.browserDetails;return{browser:e,version:t,supportsUnifiedPlan:!1!==i}})();function ht(){return"captureStream"in HTMLMediaElement.prototype||"mozCaptureStream"in HTMLMediaElement.prototype}function Rt(){return"mediaDevices"in navigator&&"getDisplayMedia"in navigator.mediaDevices}const vt=e=>"[object Null]"===Object.prototype.toString.call(e),Ct=e=>1===e.type,gt=(e,t,i)=>{const r={},n=Object.keys(e.users);return n.length&&n.forEach((n=>{const s=[],a=e.users[n];if(a.extra){const{roomId:e}=JSON.parse(a.extra);if(t!==e)return}if(a.uris)try{s.push(...JSON.parse(a.uris))}catch(e){const t=Le.getLogger();null==t||t.warn(o.L_PARSE_ROOMDATA_URIS_R,`invalid user data -> userId: ${n}, userData: ${a}`,i)}r[n]=s})),r},pt=(t,i)=>{const r=i.filter((e=>"RC_RTC_SESSIONID"===e.key))[0],o=r?r.value:"",n=i.filter((e=>"RC_ANCHOR_LIST"===e.key)).map((e=>JSON.parse(e.value||"[]")))[0],s=i.filter((e=>e.key.includes("RC_RES_"))).map((e=>JSON.parse(e.value||"{}"))),a=s.length?JSON.parse(s[0].mcu_uris||"[]"):[],d=[];a.forEach((i=>{const{mediaType:r,tag:o}=i,n=r===e.RCMediaType.AUDIO_ONLY?new Ye(o,"",t):new qe(o,"",t);d.push(n)}));const c=[],_=[];s.forEach((t=>{const i=JSON.parse(t.uris||"[]");c.push(...i),i.forEach((t=>{const{mediaType:i,tag:r,msid:o}=t,n=o.split("_")[0],s=i===e.RCMediaType.AUDIO_ONLY?new Ye(r,n):new qe(r,n);_.push(s)}))}));const l=i.filter((e=>"RC_CDN"===e.key)).map((e=>{const t=JSON.parse(e.value||"[]");return JSON.parse(t.cdn_uris)[0]}))[0];return{sessionId:o,remoteUserIds:n||[],remoteRTCUris:c,remoteMUCUris:a,remoteRTCTracks:_,remoteMCUTracks:d,remoteTracks:[..._,...d],CDNUris:l||{}}},mt=e=>e instanceof ke?e.getTrackId():e.track.getTrackId(),Tt=e=>{if(!t.isObject(e)||void 0===e.low||void 0===e.high)return e;let{low:i}=e;i<0&&(i+=4294967296),i=i.toString(16);return parseInt(e.high.toString(16)+"00000000".replace(new RegExp(`0{${i.length}}$`),i),16)};var It,St;!function(e){e.PUBLISH="RCRTC:PublishResource",e.UNPUBLISH="RCRTC:UnpublishResource",e.MODIFY="RCRTC:ModifyResource",e.TOTAL_CONTENT_RESOURCE="RCRTC:TotalContentResources",e.STATE="RCRTC:state",e.ROOM_NOTIFY="RCRTC:RoomNtf",e.USER_NOTIFY="RCRTC:UserNtf",e.KICK="RCRTC:kick",e.PK_INVITE="RCRTC:invite",e.PK_INVITE_TIMEOUT="RCRTC:inviteTimeout",e.PK_CANCEL_INVITE="RCRTC:cancelInvite",e.PK_INVITE_ANSWER="RCRTC:answerInvite",e.PK_END="RCRTC:endInvite",e.OTHER_ROOM_OFFLINE="RCRTC:otherRoomOffline",e.ROOM_TASK_FINISH="RCRTC:roomTaskFinish"}(It||(It={})),e.RCRTCPingResult=void 0,(St=e.RCRTCPingResult||(e.RCRTCPingResult={})).SUCCESS="Success",St.FAIL="Fail";class Et{constructor(e,t,i=5e3,r=6e4){this._store=e,this._context=t,this._gap=i,this._offlineKickTime=r,this._latestTimestamp=Date.now(),this._started=!1,this._timer=null,this._pullRTCRoomStatus=(e,t)=>{};const{roomId:o,roomMode:n}=this._store;this._roomId=o,this._roomMode=n,this._offlineKickTime<15e3&&(this._offlineKickTime=15e3)}start(e){var t,i;this._pullRTCRoomStatus=e,this._started||(null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_PINGER_START_O,JSON.stringify({interval:this._gap,offlineKickTime:this._offlineKickTime})),this._started=!0,this._checkAlive())}_sendPing(e){return new Promise((i=>{this._context.rtcPing(this._roomId,this._roomMode).then(i).catch((r=>{var s,a;null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_PINGER_SEND_RTCPING_R,JSON.stringify({status:n.FAILED,msg:r}),e),i({code:t.ErrorCode.UNKNOWN})})),setTimeout(i,5e3,t.ErrorCode.TIMEOUT)}))}_diffPullRTCRoomStatus(e){var t,i,r,n;if(e>this._store.getRoomStatusVersion()){const s=null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i?void 0:i.createTraceId();null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.info(o.L_RTCPING_PULL_ROOM_STATUS_O,JSON.stringify({pingerVersion:e}),s),this._pullRTCRoomStatus(this._roomId,s)}}_checkAlive(){var r,s,a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const i=null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s?void 0:s.createTraceId();null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_PINGER_SEND_RTCPING_T,JSON.stringify({roomId:this._roomId}),i);const{code:C,data:g}=yield this._sendPing(i),p=Date.now();return C===t.ErrorCode.SUCCESS?(this._diffPullRTCRoomStatus(g.version),null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_PINGER_SEND_RTCPING_R,JSON.stringify({roomId:this._roomId,status:n.SUCCESSED}),i),this._latestTimestamp=p,null===(l=this.onPingResult)||void 0===l||l.call(this,e.RCRTCPingResult.SUCCESS),void(this._timer=setTimeout((()=>this._checkAlive()),this._gap))):(null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_PINGER_SEND_RTCPING_R,JSON.stringify({roomId:this._roomId,status:n.FAILED,code:C}),i),null===(R=this.onPingResult)||void 0===R||R.call(this,e.RCRTCPingResult.FAIL),40003===C||p-this._latestTimestamp>this._offlineKickTime?(this.stop(),void(null===(v=this.onFailed)||void 0===v||v.call(this,40003===C))):void(this._timer=setTimeout((()=>this._checkAlive()),500)))}))}stop(){var e,t;this._started&&(null===(t=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===t||t.info(o.L_PINGER_STOP_O),this._started=!1,this._timer&&(clearTimeout(this._timer),this._timer=null))}}
|
|
16
|
+
/*! pako 2.0.4 https://github.com/nodeca/pako @license (MIT AND Zlib) */function ft(e){let t=e.length;for(;--t>=0;)e[t]=0}const Ot=256,Lt=286,At=30,Nt=15,yt=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),Dt=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),kt=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),bt=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Ut=new Array(576);ft(Ut);const Pt=new Array(60);ft(Pt);const Mt=new Array(512);ft(Mt);const xt=new Array(256);ft(xt);const wt=new Array(29);ft(wt);const Bt=new Array(At);function Vt(e,t,i,r,o){this.static_tree=e,this.extra_bits=t,this.extra_base=i,this.elems=r,this.max_length=o,this.has_stree=e&&e.length}let Ft,Jt,Gt;function Kt(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}ft(Bt);const Ht=e=>e<256?Mt[e]:Mt[256+(e>>>7)],jt=(e,t)=>{e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255},$t=(e,t,i)=>{e.bi_valid>16-i?(e.bi_buf|=t<<e.bi_valid&65535,jt(e,e.bi_buf),e.bi_buf=t>>16-e.bi_valid,e.bi_valid+=i-16):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=i)},Yt=(e,t,i)=>{$t(e,i[2*t],i[2*t+1])},qt=(e,t)=>{let i=0;do{i|=1&e,e>>>=1,i<<=1}while(--t>0);return i>>>1},Wt=(e,t,i)=>{const r=new Array(16);let o,n,s=0;for(o=1;o<=Nt;o++)r[o]=s=s+i[o-1]<<1;for(n=0;n<=t;n++){let t=e[2*n+1];0!==t&&(e[2*n]=qt(r[t]++,t))}},zt=e=>{let t;for(t=0;t<Lt;t++)e.dyn_ltree[2*t]=0;for(t=0;t<At;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0},Zt=e=>{e.bi_valid>8?jt(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0},Qt=(e,t,i,r)=>{const o=2*t,n=2*i;return e[o]<e[n]||e[o]===e[n]&&r[t]<=r[i]},Xt=(e,t,i)=>{const r=e.heap[i];let o=i<<1;for(;o<=e.heap_len&&(o<e.heap_len&&Qt(t,e.heap[o+1],e.heap[o],e.depth)&&o++,!Qt(t,r,e.heap[o],e.depth));)e.heap[i]=e.heap[o],i=o,o<<=1;e.heap[i]=r},ei=(e,t,i)=>{let r,o,n,s,a=0;if(0!==e.last_lit)do{r=e.pending_buf[e.d_buf+2*a]<<8|e.pending_buf[e.d_buf+2*a+1],o=e.pending_buf[e.l_buf+a],a++,0===r?Yt(e,o,t):(n=xt[o],Yt(e,n+Ot+1,t),s=yt[n],0!==s&&(o-=wt[n],$t(e,o,s)),r--,n=Ht(r),Yt(e,n,i),s=Dt[n],0!==s&&(r-=Bt[n],$t(e,r,s)))}while(a<e.last_lit);Yt(e,256,t)},ti=(e,t)=>{const i=t.dyn_tree,r=t.stat_desc.static_tree,o=t.stat_desc.has_stree,n=t.stat_desc.elems;let s,a,d,c=-1;for(e.heap_len=0,e.heap_max=573,s=0;s<n;s++)0!==i[2*s]?(e.heap[++e.heap_len]=c=s,e.depth[s]=0):i[2*s+1]=0;for(;e.heap_len<2;)d=e.heap[++e.heap_len]=c<2?++c:0,i[2*d]=1,e.depth[d]=0,e.opt_len--,o&&(e.static_len-=r[2*d+1]);for(t.max_code=c,s=e.heap_len>>1;s>=1;s--)Xt(e,i,s);d=n;do{s=e.heap[1],e.heap[1]=e.heap[e.heap_len--],Xt(e,i,1),a=e.heap[1],e.heap[--e.heap_max]=s,e.heap[--e.heap_max]=a,i[2*d]=i[2*s]+i[2*a],e.depth[d]=(e.depth[s]>=e.depth[a]?e.depth[s]:e.depth[a])+1,i[2*s+1]=i[2*a+1]=d,e.heap[1]=d++,Xt(e,i,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],((e,t)=>{const i=t.dyn_tree,r=t.max_code,o=t.stat_desc.static_tree,n=t.stat_desc.has_stree,s=t.stat_desc.extra_bits,a=t.stat_desc.extra_base,d=t.stat_desc.max_length;let c,_,l,u,h,R,v=0;for(u=0;u<=Nt;u++)e.bl_count[u]=0;for(i[2*e.heap[e.heap_max]+1]=0,c=e.heap_max+1;c<573;c++)_=e.heap[c],u=i[2*i[2*_+1]+1]+1,u>d&&(u=d,v++),i[2*_+1]=u,_>r||(e.bl_count[u]++,h=0,_>=a&&(h=s[_-a]),R=i[2*_],e.opt_len+=R*(u+h),n&&(e.static_len+=R*(o[2*_+1]+h)));if(0!==v){do{for(u=d-1;0===e.bl_count[u];)u--;e.bl_count[u]--,e.bl_count[u+1]+=2,e.bl_count[d]--,v-=2}while(v>0);for(u=d;0!==u;u--)for(_=e.bl_count[u];0!==_;)l=e.heap[--c],l>r||(i[2*l+1]!==u&&(e.opt_len+=(u-i[2*l+1])*i[2*l],i[2*l+1]=u),_--)}})(e,t),Wt(i,c,e.bl_count)},ii=(e,t,i)=>{let r,o,n=-1,s=t[1],a=0,d=7,c=4;for(0===s&&(d=138,c=3),t[2*(i+1)+1]=65535,r=0;r<=i;r++)o=s,s=t[2*(r+1)+1],++a<d&&o===s||(a<c?e.bl_tree[2*o]+=a:0!==o?(o!==n&&e.bl_tree[2*o]++,e.bl_tree[32]++):a<=10?e.bl_tree[34]++:e.bl_tree[36]++,a=0,n=o,0===s?(d=138,c=3):o===s?(d=6,c=3):(d=7,c=4))},ri=(e,t,i)=>{let r,o,n=-1,s=t[1],a=0,d=7,c=4;for(0===s&&(d=138,c=3),r=0;r<=i;r++)if(o=s,s=t[2*(r+1)+1],!(++a<d&&o===s)){if(a<c)do{Yt(e,o,e.bl_tree)}while(0!=--a);else 0!==o?(o!==n&&(Yt(e,o,e.bl_tree),a--),Yt(e,16,e.bl_tree),$t(e,a-3,2)):a<=10?(Yt(e,17,e.bl_tree),$t(e,a-3,3)):(Yt(e,18,e.bl_tree),$t(e,a-11,7));a=0,n=o,0===s?(d=138,c=3):o===s?(d=6,c=3):(d=7,c=4)}};let oi=!1;const ni=(e,t,i,r)=>{$t(e,0+(r?1:0),3),((e,t,i,r)=>{Zt(e),r&&(jt(e,i),jt(e,~i)),e.pending_buf.set(e.window.subarray(t,t+i),e.pending),e.pending+=i})(e,t,i,!0)};var si=(e,t,i,r)=>{let o,n,s=0;e.level>0?(2===e.strm.data_type&&(e.strm.data_type=(e=>{let t,i=4093624447;for(t=0;t<=31;t++,i>>>=1)if(1&i&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<Ot;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0})(e)),ti(e,e.l_desc),ti(e,e.d_desc),s=(e=>{let t;for(ii(e,e.dyn_ltree,e.l_desc.max_code),ii(e,e.dyn_dtree,e.d_desc.max_code),ti(e,e.bl_desc),t=18;t>=3&&0===e.bl_tree[2*bt[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t})(e),o=e.opt_len+3+7>>>3,n=e.static_len+3+7>>>3,n<=o&&(o=n)):o=n=i+5,i+4<=o&&-1!==t?ni(e,t,i,r):4===e.strategy||n===o?($t(e,2+(r?1:0),3),ei(e,Ut,Pt)):($t(e,4+(r?1:0),3),((e,t,i,r)=>{let o;for($t(e,t-257,5),$t(e,i-1,5),$t(e,r-4,4),o=0;o<r;o++)$t(e,e.bl_tree[2*bt[o]+1],3);ri(e,e.dyn_ltree,t-1),ri(e,e.dyn_dtree,i-1)})(e,e.l_desc.max_code+1,e.d_desc.max_code+1,s+1),ei(e,e.dyn_ltree,e.dyn_dtree)),zt(e),r&&Zt(e)},ai={_tr_init:e=>{oi||((()=>{let e,t,i,r,o;const n=new Array(16);for(i=0,r=0;r<28;r++)for(wt[r]=i,e=0;e<1<<yt[r];e++)xt[i++]=r;for(xt[i-1]=r,o=0,r=0;r<16;r++)for(Bt[r]=o,e=0;e<1<<Dt[r];e++)Mt[o++]=r;for(o>>=7;r<At;r++)for(Bt[r]=o<<7,e=0;e<1<<Dt[r]-7;e++)Mt[256+o++]=r;for(t=0;t<=Nt;t++)n[t]=0;for(e=0;e<=143;)Ut[2*e+1]=8,e++,n[8]++;for(;e<=255;)Ut[2*e+1]=9,e++,n[9]++;for(;e<=279;)Ut[2*e+1]=7,e++,n[7]++;for(;e<=287;)Ut[2*e+1]=8,e++,n[8]++;for(Wt(Ut,287,n),e=0;e<At;e++)Pt[2*e+1]=5,Pt[2*e]=qt(e,5);Ft=new Vt(Ut,yt,257,Lt,Nt),Jt=new Vt(Pt,Dt,0,At,Nt),Gt=new Vt(new Array(0),kt,0,19,7)})(),oi=!0),e.l_desc=new Kt(e.dyn_ltree,Ft),e.d_desc=new Kt(e.dyn_dtree,Jt),e.bl_desc=new Kt(e.bl_tree,Gt),e.bi_buf=0,e.bi_valid=0,zt(e)},_tr_stored_block:ni,_tr_flush_block:si,_tr_tally:(e,t,i)=>(e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&i,e.last_lit++,0===t?e.dyn_ltree[2*i]++:(e.matches++,t--,e.dyn_ltree[2*(xt[i]+Ot+1)]++,e.dyn_dtree[2*Ht(t)]++),e.last_lit===e.lit_bufsize-1),_tr_align:e=>{$t(e,2,3),Yt(e,256,Ut),(e=>{16===e.bi_valid?(jt(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)})(e)}};var di=(e,t,i,r)=>{let o=65535&e|0,n=e>>>16&65535|0,s=0;for(;0!==i;){s=i>2e3?2e3:i,i-=s;do{o=o+t[r++]|0,n=n+o|0}while(--s);o%=65521,n%=65521}return o|n<<16|0};const ci=new Uint32Array((()=>{let e,t=[];for(var i=0;i<256;i++){e=i;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[i]=e}return t})());var _i=(e,t,i,r)=>{const o=ci,n=r+i;e^=-1;for(let i=r;i<n;i++)e=e>>>8^o[255&(e^t[i])];return-1^e},li={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},ui={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};const{_tr_init:hi,_tr_stored_block:Ri,_tr_flush_block:vi,_tr_tally:Ci,_tr_align:gi}=ai,{Z_NO_FLUSH:pi,Z_PARTIAL_FLUSH:mi,Z_FULL_FLUSH:Ti,Z_FINISH:Ii,Z_BLOCK:Si,Z_OK:Ei,Z_STREAM_END:fi,Z_STREAM_ERROR:Oi,Z_DATA_ERROR:Li,Z_BUF_ERROR:Ai,Z_DEFAULT_COMPRESSION:Ni,Z_FILTERED:yi,Z_HUFFMAN_ONLY:Di,Z_RLE:ki,Z_FIXED:bi,Z_DEFAULT_STRATEGY:Ui,Z_UNKNOWN:Pi,Z_DEFLATED:Mi}=ui,xi=258,wi=262,Bi=103,Vi=113,Fi=666,Ji=(e,t)=>(e.msg=li[t],t),Gi=e=>(e<<1)-(e>4?9:0),Ki=e=>{let t=e.length;for(;--t>=0;)e[t]=0};let Hi=(e,t,i)=>(t<<e.hash_shift^i)&e.hash_mask;const ji=e=>{const t=e.state;let i=t.pending;i>e.avail_out&&(i=e.avail_out),0!==i&&(e.output.set(t.pending_buf.subarray(t.pending_out,t.pending_out+i),e.next_out),e.next_out+=i,t.pending_out+=i,e.total_out+=i,e.avail_out-=i,t.pending-=i,0===t.pending&&(t.pending_out=0))},$i=(e,t)=>{vi(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,ji(e.strm)},Yi=(e,t)=>{e.pending_buf[e.pending++]=t},qi=(e,t)=>{e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t},Wi=(e,t,i,r)=>{let o=e.avail_in;return o>r&&(o=r),0===o?0:(e.avail_in-=o,t.set(e.input.subarray(e.next_in,e.next_in+o),i),1===e.state.wrap?e.adler=di(e.adler,t,o,i):2===e.state.wrap&&(e.adler=_i(e.adler,t,o,i)),e.next_in+=o,e.total_in+=o,o)},zi=(e,t)=>{let i,r,o=e.max_chain_length,n=e.strstart,s=e.prev_length,a=e.nice_match;const d=e.strstart>e.w_size-wi?e.strstart-(e.w_size-wi):0,c=e.window,_=e.w_mask,l=e.prev,u=e.strstart+xi;let h=c[n+s-1],R=c[n+s];e.prev_length>=e.good_match&&(o>>=2),a>e.lookahead&&(a=e.lookahead);do{if(i=t,c[i+s]===R&&c[i+s-1]===h&&c[i]===c[n]&&c[++i]===c[n+1]){n+=2,i++;do{}while(c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&c[++n]===c[++i]&&n<u);if(r=xi-(u-n),n=u-xi,r>s){if(e.match_start=t,s=r,r>=a)break;h=c[n+s-1],R=c[n+s]}}}while((t=l[t&_])>d&&0!=--o);return s<=e.lookahead?s:e.lookahead},Zi=e=>{const t=e.w_size;let i,r,o,n,s;do{if(n=e.window_size-e.lookahead-e.strstart,e.strstart>=t+(t-wi)){e.window.set(e.window.subarray(t,t+t),0),e.match_start-=t,e.strstart-=t,e.block_start-=t,r=e.hash_size,i=r;do{o=e.head[--i],e.head[i]=o>=t?o-t:0}while(--r);r=t,i=r;do{o=e.prev[--i],e.prev[i]=o>=t?o-t:0}while(--r);n+=t}if(0===e.strm.avail_in)break;if(r=Wi(e.strm,e.window,e.strstart+e.lookahead,n),e.lookahead+=r,e.lookahead+e.insert>=3)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=Hi(e,e.ins_h,e.window[s+1]);e.insert&&(e.ins_h=Hi(e,e.ins_h,e.window[s+3-1]),e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<3)););}while(e.lookahead<wi&&0!==e.strm.avail_in)},Qi=(e,t)=>{let i,r;for(;;){if(e.lookahead<wi){if(Zi(e),e.lookahead<wi&&t===pi)return 1;if(0===e.lookahead)break}if(i=0,e.lookahead>=3&&(e.ins_h=Hi(e,e.ins_h,e.window[e.strstart+3-1]),i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==i&&e.strstart-i<=e.w_size-wi&&(e.match_length=zi(e,i)),e.match_length>=3)if(r=Ci(e,e.strstart-e.match_start,e.match_length-3),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=3){e.match_length--;do{e.strstart++,e.ins_h=Hi(e,e.ins_h,e.window[e.strstart+3-1]),i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!=--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=Hi(e,e.ins_h,e.window[e.strstart+1]);else r=Ci(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&($i(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<2?e.strstart:2,t===Ii?($i(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&($i(e,!1),0===e.strm.avail_out)?1:2},Xi=(e,t)=>{let i,r,o;for(;;){if(e.lookahead<wi){if(Zi(e),e.lookahead<wi&&t===pi)return 1;if(0===e.lookahead)break}if(i=0,e.lookahead>=3&&(e.ins_h=Hi(e,e.ins_h,e.window[e.strstart+3-1]),i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=2,0!==i&&e.prev_length<e.max_lazy_match&&e.strstart-i<=e.w_size-wi&&(e.match_length=zi(e,i),e.match_length<=5&&(e.strategy===yi||3===e.match_length&&e.strstart-e.match_start>4096)&&(e.match_length=2)),e.prev_length>=3&&e.match_length<=e.prev_length){o=e.strstart+e.lookahead-3,r=Ci(e,e.strstart-1-e.prev_match,e.prev_length-3),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=o&&(e.ins_h=Hi(e,e.ins_h,e.window[e.strstart+3-1]),i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!=--e.prev_length);if(e.match_available=0,e.match_length=2,e.strstart++,r&&($i(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if(r=Ci(e,0,e.window[e.strstart-1]),r&&$i(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(r=Ci(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<2?e.strstart:2,t===Ii?($i(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&($i(e,!1),0===e.strm.avail_out)?1:2};function er(e,t,i,r,o){this.good_length=e,this.max_lazy=t,this.nice_length=i,this.max_chain=r,this.func=o}const tr=[new er(0,0,0,0,((e,t)=>{let i=65535;for(i>e.pending_buf_size-5&&(i=e.pending_buf_size-5);;){if(e.lookahead<=1){if(Zi(e),0===e.lookahead&&t===pi)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;const r=e.block_start+i;if((0===e.strstart||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,$i(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-wi&&($i(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Ii?($i(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&($i(e,!1),e.strm.avail_out),1)})),new er(4,4,8,4,Qi),new er(4,5,16,8,Qi),new er(4,6,32,32,Qi),new er(4,4,16,16,Xi),new er(8,16,32,32,Xi),new er(8,16,128,128,Xi),new er(8,32,128,256,Xi),new er(32,128,258,1024,Xi),new er(32,258,258,4096,Xi)];function ir(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Mi,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(1146),this.dyn_dtree=new Uint16Array(122),this.bl_tree=new Uint16Array(78),Ki(this.dyn_ltree),Ki(this.dyn_dtree),Ki(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(16),this.heap=new Uint16Array(573),Ki(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(573),Ki(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const rr=e=>{if(!e||!e.state)return Ji(e,Oi);e.total_in=e.total_out=0,e.data_type=Pi;const t=e.state;return t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?42:Vi,e.adler=2===t.wrap?0:1,t.last_flush=pi,hi(t),Ei},or=e=>{const t=rr(e);var i;return t===Ei&&((i=e.state).window_size=2*i.w_size,Ki(i.head),i.max_lazy_match=tr[i.level].max_lazy,i.good_match=tr[i.level].good_length,i.nice_match=tr[i.level].nice_length,i.max_chain_length=tr[i.level].max_chain,i.strstart=0,i.block_start=0,i.lookahead=0,i.insert=0,i.match_length=i.prev_length=2,i.match_available=0,i.ins_h=0),t},nr=(e,t,i,r,o,n)=>{if(!e)return Oi;let s=1;if(t===Ni&&(t=6),r<0?(s=0,r=-r):r>15&&(s=2,r-=16),o<1||o>9||i!==Mi||r<8||r>15||t<0||t>9||n<0||n>bi)return Ji(e,Oi);8===r&&(r=9);const a=new ir;return e.state=a,a.strm=e,a.wrap=s,a.gzhead=null,a.w_bits=r,a.w_size=1<<a.w_bits,a.w_mask=a.w_size-1,a.hash_bits=o+7,a.hash_size=1<<a.hash_bits,a.hash_mask=a.hash_size-1,a.hash_shift=~~((a.hash_bits+3-1)/3),a.window=new Uint8Array(2*a.w_size),a.head=new Uint16Array(a.hash_size),a.prev=new Uint16Array(a.w_size),a.lit_bufsize=1<<o+6,a.pending_buf_size=4*a.lit_bufsize,a.pending_buf=new Uint8Array(a.pending_buf_size),a.d_buf=1*a.lit_bufsize,a.l_buf=3*a.lit_bufsize,a.level=t,a.strategy=n,a.method=i,or(e)};var sr={deflateInit:(e,t)=>nr(e,t,Mi,15,8,Ui),deflateInit2:nr,deflateReset:or,deflateResetKeep:rr,deflateSetHeader:(e,t)=>e&&e.state?2!==e.state.wrap?Oi:(e.state.gzhead=t,Ei):Oi,deflate:(e,t)=>{let i,r;if(!e||!e.state||t>Si||t<0)return e?Ji(e,Oi):Oi;const o=e.state;if(!e.output||!e.input&&0!==e.avail_in||o.status===Fi&&t!==Ii)return Ji(e,0===e.avail_out?Ai:Oi);o.strm=e;const n=o.last_flush;if(o.last_flush=t,42===o.status)if(2===o.wrap)e.adler=0,Yi(o,31),Yi(o,139),Yi(o,8),o.gzhead?(Yi(o,(o.gzhead.text?1:0)+(o.gzhead.hcrc?2:0)+(o.gzhead.extra?4:0)+(o.gzhead.name?8:0)+(o.gzhead.comment?16:0)),Yi(o,255&o.gzhead.time),Yi(o,o.gzhead.time>>8&255),Yi(o,o.gzhead.time>>16&255),Yi(o,o.gzhead.time>>24&255),Yi(o,9===o.level?2:o.strategy>=Di||o.level<2?4:0),Yi(o,255&o.gzhead.os),o.gzhead.extra&&o.gzhead.extra.length&&(Yi(o,255&o.gzhead.extra.length),Yi(o,o.gzhead.extra.length>>8&255)),o.gzhead.hcrc&&(e.adler=_i(e.adler,o.pending_buf,o.pending,0)),o.gzindex=0,o.status=69):(Yi(o,0),Yi(o,0),Yi(o,0),Yi(o,0),Yi(o,0),Yi(o,9===o.level?2:o.strategy>=Di||o.level<2?4:0),Yi(o,3),o.status=Vi);else{let t=Mi+(o.w_bits-8<<4)<<8,i=-1;i=o.strategy>=Di||o.level<2?0:o.level<6?1:6===o.level?2:3,t|=i<<6,0!==o.strstart&&(t|=32),t+=31-t%31,o.status=Vi,qi(o,t),0!==o.strstart&&(qi(o,e.adler>>>16),qi(o,65535&e.adler)),e.adler=1}if(69===o.status)if(o.gzhead.extra){for(i=o.pending;o.gzindex<(65535&o.gzhead.extra.length)&&(o.pending!==o.pending_buf_size||(o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),ji(e),i=o.pending,o.pending!==o.pending_buf_size));)Yi(o,255&o.gzhead.extra[o.gzindex]),o.gzindex++;o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),o.gzindex===o.gzhead.extra.length&&(o.gzindex=0,o.status=73)}else o.status=73;if(73===o.status)if(o.gzhead.name){i=o.pending;do{if(o.pending===o.pending_buf_size&&(o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),ji(e),i=o.pending,o.pending===o.pending_buf_size)){r=1;break}r=o.gzindex<o.gzhead.name.length?255&o.gzhead.name.charCodeAt(o.gzindex++):0,Yi(o,r)}while(0!==r);o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),0===r&&(o.gzindex=0,o.status=91)}else o.status=91;if(91===o.status)if(o.gzhead.comment){i=o.pending;do{if(o.pending===o.pending_buf_size&&(o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),ji(e),i=o.pending,o.pending===o.pending_buf_size)){r=1;break}r=o.gzindex<o.gzhead.comment.length?255&o.gzhead.comment.charCodeAt(o.gzindex++):0,Yi(o,r)}while(0!==r);o.gzhead.hcrc&&o.pending>i&&(e.adler=_i(e.adler,o.pending_buf,o.pending-i,i)),0===r&&(o.status=Bi)}else o.status=Bi;if(o.status===Bi&&(o.gzhead.hcrc?(o.pending+2>o.pending_buf_size&&ji(e),o.pending+2<=o.pending_buf_size&&(Yi(o,255&e.adler),Yi(o,e.adler>>8&255),e.adler=0,o.status=Vi)):o.status=Vi),0!==o.pending){if(ji(e),0===e.avail_out)return o.last_flush=-1,Ei}else if(0===e.avail_in&&Gi(t)<=Gi(n)&&t!==Ii)return Ji(e,Ai);if(o.status===Fi&&0!==e.avail_in)return Ji(e,Ai);if(0!==e.avail_in||0!==o.lookahead||t!==pi&&o.status!==Fi){let i=o.strategy===Di?((e,t)=>{let i;for(;;){if(0===e.lookahead&&(Zi(e),0===e.lookahead)){if(t===pi)return 1;break}if(e.match_length=0,i=Ci(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,i&&($i(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Ii?($i(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&($i(e,!1),0===e.strm.avail_out)?1:2})(o,t):o.strategy===ki?((e,t)=>{let i,r,o,n;const s=e.window;for(;;){if(e.lookahead<=xi){if(Zi(e),e.lookahead<=xi&&t===pi)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=3&&e.strstart>0&&(o=e.strstart-1,r=s[o],r===s[++o]&&r===s[++o]&&r===s[++o])){n=e.strstart+xi;do{}while(r===s[++o]&&r===s[++o]&&r===s[++o]&&r===s[++o]&&r===s[++o]&&r===s[++o]&&r===s[++o]&&r===s[++o]&&o<n);e.match_length=xi-(n-o),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=3?(i=Ci(e,1,e.match_length-3),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(i=Ci(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),i&&($i(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,t===Ii?($i(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&($i(e,!1),0===e.strm.avail_out)?1:2})(o,t):tr[o.level].func(o,t);if(3!==i&&4!==i||(o.status=Fi),1===i||3===i)return 0===e.avail_out&&(o.last_flush=-1),Ei;if(2===i&&(t===mi?gi(o):t!==Si&&(Ri(o,0,0,!1),t===Ti&&(Ki(o.head),0===o.lookahead&&(o.strstart=0,o.block_start=0,o.insert=0))),ji(e),0===e.avail_out))return o.last_flush=-1,Ei}return t!==Ii?Ei:o.wrap<=0?fi:(2===o.wrap?(Yi(o,255&e.adler),Yi(o,e.adler>>8&255),Yi(o,e.adler>>16&255),Yi(o,e.adler>>24&255),Yi(o,255&e.total_in),Yi(o,e.total_in>>8&255),Yi(o,e.total_in>>16&255),Yi(o,e.total_in>>24&255)):(qi(o,e.adler>>>16),qi(o,65535&e.adler)),ji(e),o.wrap>0&&(o.wrap=-o.wrap),0!==o.pending?Ei:fi)},deflateEnd:e=>{if(!e||!e.state)return Oi;const t=e.state.status;return 42!==t&&69!==t&&73!==t&&91!==t&&t!==Bi&&t!==Vi&&t!==Fi?Ji(e,Oi):(e.state=null,t===Vi?Ji(e,Li):Ei)},deflateSetDictionary:(e,t)=>{let i=t.length;if(!e||!e.state)return Oi;const r=e.state,o=r.wrap;if(2===o||1===o&&42!==r.status||r.lookahead)return Oi;if(1===o&&(e.adler=di(e.adler,t,i,0)),r.wrap=0,i>=r.w_size){0===o&&(Ki(r.head),r.strstart=0,r.block_start=0,r.insert=0);let e=new Uint8Array(r.w_size);e.set(t.subarray(i-r.w_size,i),0),t=e,i=r.w_size}const n=e.avail_in,s=e.next_in,a=e.input;for(e.avail_in=i,e.next_in=0,e.input=t,Zi(r);r.lookahead>=3;){let e=r.strstart,t=r.lookahead-2;do{r.ins_h=Hi(r,r.ins_h,r.window[e+3-1]),r.prev[e&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=e,e++}while(--t);r.strstart=e,r.lookahead=2,Zi(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=2,r.match_available=0,e.next_in=s,e.input=a,e.avail_in=n,r.wrap=o,Ei},deflateInfo:"pako deflate (from Nodeca project)"};const ar=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var dr=function(e){const t=Array.prototype.slice.call(arguments,1);for(;t.length;){const i=t.shift();if(i){if("object"!=typeof i)throw new TypeError(i+"must be non-object");for(const t in i)ar(i,t)&&(e[t]=i[t])}}return e},cr=e=>{let t=0;for(let i=0,r=e.length;i<r;i++)t+=e[i].length;const i=new Uint8Array(t);for(let t=0,r=0,o=e.length;t<o;t++){let o=e[t];i.set(o,r),r+=o.length}return i};let _r=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){_r=!1}const lr=new Uint8Array(256);for(let e=0;e<256;e++)lr[e]=e>=252?6:e>=248?5:e>=240?4:e>=224?3:e>=192?2:1;lr[254]=lr[254]=1;var ur=e=>{if("function"==typeof TextEncoder&&TextEncoder.prototype.encode)return(new TextEncoder).encode(e);let t,i,r,o,n,s=e.length,a=0;for(o=0;o<s;o++)i=e.charCodeAt(o),55296==(64512&i)&&o+1<s&&(r=e.charCodeAt(o+1),56320==(64512&r)&&(i=65536+(i-55296<<10)+(r-56320),o++)),a+=i<128?1:i<2048?2:i<65536?3:4;for(t=new Uint8Array(a),n=0,o=0;n<a;o++)i=e.charCodeAt(o),55296==(64512&i)&&o+1<s&&(r=e.charCodeAt(o+1),56320==(64512&r)&&(i=65536+(i-55296<<10)+(r-56320),o++)),i<128?t[n++]=i:i<2048?(t[n++]=192|i>>>6,t[n++]=128|63&i):i<65536?(t[n++]=224|i>>>12,t[n++]=128|i>>>6&63,t[n++]=128|63&i):(t[n++]=240|i>>>18,t[n++]=128|i>>>12&63,t[n++]=128|i>>>6&63,t[n++]=128|63&i);return t},hr=(e,t)=>{const i=t||e.length;if("function"==typeof TextDecoder&&TextDecoder.prototype.decode)return(new TextDecoder).decode(e.subarray(0,t));let r,o;const n=new Array(2*i);for(o=0,r=0;r<i;){let t=e[r++];if(t<128){n[o++]=t;continue}let s=lr[t];if(s>4)n[o++]=65533,r+=s-1;else{for(t&=2===s?31:3===s?15:7;s>1&&r<i;)t=t<<6|63&e[r++],s--;s>1?n[o++]=65533:t<65536?n[o++]=t:(t-=65536,n[o++]=55296|t>>10&1023,n[o++]=56320|1023&t)}}return((e,t)=>{if(t<65534&&e.subarray&&_r)return String.fromCharCode.apply(null,e.length===t?e:e.subarray(0,t));let i="";for(let r=0;r<t;r++)i+=String.fromCharCode(e[r]);return i})(n,o)},Rr=(e,t)=>{(t=t||e.length)>e.length&&(t=e.length);let i=t-1;for(;i>=0&&128==(192&e[i]);)i--;return i<0||0===i?t:i+lr[e[i]]>t?i:t};var vr=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0};const Cr=Object.prototype.toString,{Z_NO_FLUSH:gr,Z_SYNC_FLUSH:pr,Z_FULL_FLUSH:mr,Z_FINISH:Tr,Z_OK:Ir,Z_STREAM_END:Sr,Z_DEFAULT_COMPRESSION:Er,Z_DEFAULT_STRATEGY:fr,Z_DEFLATED:Or}=ui;function Lr(e){this.options=dr({level:Er,method:Or,chunkSize:16384,windowBits:15,memLevel:8,strategy:fr},e||{});let t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new vr,this.strm.avail_out=0;let i=sr.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(i!==Ir)throw new Error(li[i]);if(t.header&&sr.deflateSetHeader(this.strm,t.header),t.dictionary){let e;if(e="string"==typeof t.dictionary?ur(t.dictionary):"[object ArrayBuffer]"===Cr.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,i=sr.deflateSetDictionary(this.strm,e),i!==Ir)throw new Error(li[i]);this._dict_set=!0}}function Ar(e,t){const i=new Lr(t);if(i.push(e,!0),i.err)throw i.msg||li[i.err];return i.result}Lr.prototype.push=function(e,t){const i=this.strm,r=this.options.chunkSize;let o,n;if(this.ended)return!1;for(n=t===~~t?t:!0===t?Tr:gr,"string"==typeof e?i.input=ur(e):"[object ArrayBuffer]"===Cr.call(e)?i.input=new Uint8Array(e):i.input=e,i.next_in=0,i.avail_in=i.input.length;;)if(0===i.avail_out&&(i.output=new Uint8Array(r),i.next_out=0,i.avail_out=r),(n===pr||n===mr)&&i.avail_out<=6)this.onData(i.output.subarray(0,i.next_out)),i.avail_out=0;else{if(o=sr.deflate(i,n),o===Sr)return i.next_out>0&&this.onData(i.output.subarray(0,i.next_out)),o=sr.deflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===Ir;if(0!==i.avail_out){if(n>0&&i.next_out>0)this.onData(i.output.subarray(0,i.next_out)),i.avail_out=0;else if(0===i.avail_in)break}else this.onData(i.output)}return!0},Lr.prototype.onData=function(e){this.chunks.push(e)},Lr.prototype.onEnd=function(e){e===Ir&&(this.result=cr(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};var Nr={Deflate:Lr,deflate:Ar,deflateRaw:function(e,t){return(t=t||{}).raw=!0,Ar(e,t)},gzip:function(e,t){return(t=t||{}).gzip=!0,Ar(e,t)},constants:ui};var yr=function(e,t){let i,r,o,n,s,a,d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O;const L=e.state;i=e.next_in,f=e.input,r=i+(e.avail_in-5),o=e.next_out,O=e.output,n=o-(t-e.avail_out),s=o+(e.avail_out-257),a=L.dmax,d=L.wsize,c=L.whave,_=L.wnext,l=L.window,u=L.hold,h=L.bits,R=L.lencode,v=L.distcode,C=(1<<L.lenbits)-1,g=(1<<L.distbits)-1;e:do{h<15&&(u+=f[i++]<<h,h+=8,u+=f[i++]<<h,h+=8),p=R[u&C];t:for(;;){if(m=p>>>24,u>>>=m,h-=m,m=p>>>16&255,0===m)O[o++]=65535&p;else{if(!(16&m)){if(0==(64&m)){p=R[(65535&p)+(u&(1<<m)-1)];continue t}if(32&m){L.mode=12;break e}e.msg="invalid literal/length code",L.mode=30;break e}T=65535&p,m&=15,m&&(h<m&&(u+=f[i++]<<h,h+=8),T+=u&(1<<m)-1,u>>>=m,h-=m),h<15&&(u+=f[i++]<<h,h+=8,u+=f[i++]<<h,h+=8),p=v[u&g];i:for(;;){if(m=p>>>24,u>>>=m,h-=m,m=p>>>16&255,!(16&m)){if(0==(64&m)){p=v[(65535&p)+(u&(1<<m)-1)];continue i}e.msg="invalid distance code",L.mode=30;break e}if(I=65535&p,m&=15,h<m&&(u+=f[i++]<<h,h+=8,h<m&&(u+=f[i++]<<h,h+=8)),I+=u&(1<<m)-1,I>a){e.msg="invalid distance too far back",L.mode=30;break e}if(u>>>=m,h-=m,m=o-n,I>m){if(m=I-m,m>c&&L.sane){e.msg="invalid distance too far back",L.mode=30;break e}if(S=0,E=l,0===_){if(S+=d-m,m<T){T-=m;do{O[o++]=l[S++]}while(--m);S=o-I,E=O}}else if(_<m){if(S+=d+_-m,m-=_,m<T){T-=m;do{O[o++]=l[S++]}while(--m);if(S=0,_<T){m=_,T-=m;do{O[o++]=l[S++]}while(--m);S=o-I,E=O}}}else if(S+=_-m,m<T){T-=m;do{O[o++]=l[S++]}while(--m);S=o-I,E=O}for(;T>2;)O[o++]=E[S++],O[o++]=E[S++],O[o++]=E[S++],T-=3;T&&(O[o++]=E[S++],T>1&&(O[o++]=E[S++]))}else{S=o-I;do{O[o++]=O[S++],O[o++]=O[S++],O[o++]=O[S++],T-=3}while(T>2);T&&(O[o++]=O[S++],T>1&&(O[o++]=O[S++]))}break}}break}}while(i<r&&o<s);T=h>>3,i-=T,h-=T<<3,u&=(1<<h)-1,e.next_in=i,e.next_out=o,e.avail_in=i<r?r-i+5:5-(i-r),e.avail_out=o<s?s-o+257:257-(o-s),L.hold=u,L.bits=h};const Dr=15,kr=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),br=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),Ur=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),Pr=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]);var Mr=(e,t,i,r,o,n,s,a)=>{const d=a.bits;let c,_,l,u,h,R,v=0,C=0,g=0,p=0,m=0,T=0,I=0,S=0,E=0,f=0,O=null,L=0;const A=new Uint16Array(16),N=new Uint16Array(16);let y,D,k,b=null,U=0;for(v=0;v<=Dr;v++)A[v]=0;for(C=0;C<r;C++)A[t[i+C]]++;for(m=d,p=Dr;p>=1&&0===A[p];p--);if(m>p&&(m=p),0===p)return o[n++]=20971520,o[n++]=20971520,a.bits=1,0;for(g=1;g<p&&0===A[g];g++);for(m<g&&(m=g),S=1,v=1;v<=Dr;v++)if(S<<=1,S-=A[v],S<0)return-1;if(S>0&&(0===e||1!==p))return-1;for(N[1]=0,v=1;v<Dr;v++)N[v+1]=N[v]+A[v];for(C=0;C<r;C++)0!==t[i+C]&&(s[N[t[i+C]]++]=C);if(0===e?(O=b=s,R=19):1===e?(O=kr,L-=257,b=br,U-=257,R=256):(O=Ur,b=Pr,R=-1),f=0,C=0,v=g,h=n,T=m,I=0,l=-1,E=1<<m,u=E-1,1===e&&E>852||2===e&&E>592)return 1;for(;;){y=v-I,s[C]<R?(D=0,k=s[C]):s[C]>R?(D=b[U+s[C]],k=O[L+s[C]]):(D=96,k=0),c=1<<v-I,_=1<<T,g=_;do{_-=c,o[h+(f>>I)+_]=y<<24|D<<16|k|0}while(0!==_);for(c=1<<v-1;f&c;)c>>=1;if(0!==c?(f&=c-1,f+=c):f=0,C++,0==--A[v]){if(v===p)break;v=t[i+s[C]]}if(v>m&&(f&u)!==l){for(0===I&&(I=m),h+=g,T=v-I,S=1<<T;T+I<p&&(S-=A[T+I],!(S<=0));)T++,S<<=1;if(E+=1<<T,1===e&&E>852||2===e&&E>592)return 1;l=f&u,o[l]=m<<24|T<<16|h-n|0}}return 0!==f&&(o[h+f]=v-I<<24|64<<16|0),a.bits=m,0};const{Z_FINISH:xr,Z_BLOCK:wr,Z_TREES:Br,Z_OK:Vr,Z_STREAM_END:Fr,Z_NEED_DICT:Jr,Z_STREAM_ERROR:Gr,Z_DATA_ERROR:Kr,Z_MEM_ERROR:Hr,Z_BUF_ERROR:jr,Z_DEFLATED:$r}=ui,Yr=12,qr=30,Wr=e=>(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24);function zr(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const Zr=e=>{if(!e||!e.state)return Gr;const t=e.state;return e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new Int32Array(852),t.distcode=t.distdyn=new Int32Array(592),t.sane=1,t.back=-1,Vr},Qr=e=>{if(!e||!e.state)return Gr;const t=e.state;return t.wsize=0,t.whave=0,t.wnext=0,Zr(e)},Xr=(e,t)=>{let i;if(!e||!e.state)return Gr;const r=e.state;return t<0?(i=0,t=-t):(i=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?Gr:(null!==r.window&&r.wbits!==t&&(r.window=null),r.wrap=i,r.wbits=t,Qr(e))},eo=(e,t)=>{if(!e)return Gr;const i=new zr;e.state=i,i.window=null;const r=Xr(e,t);return r!==Vr&&(e.state=null),r};let to,io,ro=!0;const oo=e=>{if(ro){to=new Int32Array(512),io=new Int32Array(32);let t=0;for(;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(Mr(1,e.lens,0,288,to,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;Mr(2,e.lens,0,32,io,0,e.work,{bits:5}),ro=!1}e.lencode=to,e.lenbits=9,e.distcode=io,e.distbits=5},no=(e,t,i,r)=>{let o;const n=e.state;return null===n.window&&(n.wsize=1<<n.wbits,n.wnext=0,n.whave=0,n.window=new Uint8Array(n.wsize)),r>=n.wsize?(n.window.set(t.subarray(i-n.wsize,i),0),n.wnext=0,n.whave=n.wsize):(o=n.wsize-n.wnext,o>r&&(o=r),n.window.set(t.subarray(i-r,i-r+o),n.wnext),(r-=o)?(n.window.set(t.subarray(i-r,i),0),n.wnext=r,n.whave=n.wsize):(n.wnext+=o,n.wnext===n.wsize&&(n.wnext=0),n.whave<n.wsize&&(n.whave+=o))),0};var so={inflateReset:Qr,inflateReset2:Xr,inflateResetKeep:Zr,inflateInit:e=>eo(e,15),inflateInit2:eo,inflate:(e,t)=>{let i,r,o,n,s,a,d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f=0;const O=new Uint8Array(4);let L,A;const N=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return Gr;i=e.state,i.mode===Yr&&(i.mode=13),s=e.next_out,o=e.output,d=e.avail_out,n=e.next_in,r=e.input,a=e.avail_in,c=i.hold,_=i.bits,l=a,u=d,E=Vr;e:for(;;)switch(i.mode){case 1:if(0===i.wrap){i.mode=13;break}for(;_<16;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(2&i.wrap&&35615===c){i.check=0,O[0]=255&c,O[1]=c>>>8&255,i.check=_i(i.check,O,2,0),c=0,_=0,i.mode=2;break}if(i.flags=0,i.head&&(i.head.done=!1),!(1&i.wrap)||(((255&c)<<8)+(c>>8))%31){e.msg="incorrect header check",i.mode=qr;break}if((15&c)!==$r){e.msg="unknown compression method",i.mode=qr;break}if(c>>>=4,_-=4,S=8+(15&c),0===i.wbits)i.wbits=S;else if(S>i.wbits){e.msg="invalid window size",i.mode=qr;break}i.dmax=1<<i.wbits,e.adler=i.check=1,i.mode=512&c?10:Yr,c=0,_=0;break;case 2:for(;_<16;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(i.flags=c,(255&i.flags)!==$r){e.msg="unknown compression method",i.mode=qr;break}if(57344&i.flags){e.msg="unknown header flags set",i.mode=qr;break}i.head&&(i.head.text=c>>8&1),512&i.flags&&(O[0]=255&c,O[1]=c>>>8&255,i.check=_i(i.check,O,2,0)),c=0,_=0,i.mode=3;case 3:for(;_<32;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.head&&(i.head.time=c),512&i.flags&&(O[0]=255&c,O[1]=c>>>8&255,O[2]=c>>>16&255,O[3]=c>>>24&255,i.check=_i(i.check,O,4,0)),c=0,_=0,i.mode=4;case 4:for(;_<16;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.head&&(i.head.xflags=255&c,i.head.os=c>>8),512&i.flags&&(O[0]=255&c,O[1]=c>>>8&255,i.check=_i(i.check,O,2,0)),c=0,_=0,i.mode=5;case 5:if(1024&i.flags){for(;_<16;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.length=c,i.head&&(i.head.extra_len=c),512&i.flags&&(O[0]=255&c,O[1]=c>>>8&255,i.check=_i(i.check,O,2,0)),c=0,_=0}else i.head&&(i.head.extra=null);i.mode=6;case 6:if(1024&i.flags&&(h=i.length,h>a&&(h=a),h&&(i.head&&(S=i.head.extra_len-i.length,i.head.extra||(i.head.extra=new Uint8Array(i.head.extra_len)),i.head.extra.set(r.subarray(n,n+h),S)),512&i.flags&&(i.check=_i(i.check,r,h,n)),a-=h,n+=h,i.length-=h),i.length))break e;i.length=0,i.mode=7;case 7:if(2048&i.flags){if(0===a)break e;h=0;do{S=r[n+h++],i.head&&S&&i.length<65536&&(i.head.name+=String.fromCharCode(S))}while(S&&h<a);if(512&i.flags&&(i.check=_i(i.check,r,h,n)),a-=h,n+=h,S)break e}else i.head&&(i.head.name=null);i.length=0,i.mode=8;case 8:if(4096&i.flags){if(0===a)break e;h=0;do{S=r[n+h++],i.head&&S&&i.length<65536&&(i.head.comment+=String.fromCharCode(S))}while(S&&h<a);if(512&i.flags&&(i.check=_i(i.check,r,h,n)),a-=h,n+=h,S)break e}else i.head&&(i.head.comment=null);i.mode=9;case 9:if(512&i.flags){for(;_<16;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(c!==(65535&i.check)){e.msg="header crc mismatch",i.mode=qr;break}c=0,_=0}i.head&&(i.head.hcrc=i.flags>>9&1,i.head.done=!0),e.adler=i.check=0,i.mode=Yr;break;case 10:for(;_<32;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}e.adler=i.check=Wr(c),c=0,_=0,i.mode=11;case 11:if(0===i.havedict)return e.next_out=s,e.avail_out=d,e.next_in=n,e.avail_in=a,i.hold=c,i.bits=_,Jr;e.adler=i.check=1,i.mode=Yr;case Yr:if(t===wr||t===Br)break e;case 13:if(i.last){c>>>=7&_,_-=7&_,i.mode=27;break}for(;_<3;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}switch(i.last=1&c,c>>>=1,_-=1,3&c){case 0:i.mode=14;break;case 1:if(oo(i),i.mode=20,t===Br){c>>>=2,_-=2;break e}break;case 2:i.mode=17;break;case 3:e.msg="invalid block type",i.mode=qr}c>>>=2,_-=2;break;case 14:for(c>>>=7&_,_-=7&_;_<32;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if((65535&c)!=(c>>>16^65535)){e.msg="invalid stored block lengths",i.mode=qr;break}if(i.length=65535&c,c=0,_=0,i.mode=15,t===Br)break e;case 15:i.mode=16;case 16:if(h=i.length,h){if(h>a&&(h=a),h>d&&(h=d),0===h)break e;o.set(r.subarray(n,n+h),s),a-=h,n+=h,d-=h,s+=h,i.length-=h;break}i.mode=Yr;break;case 17:for(;_<14;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(i.nlen=257+(31&c),c>>>=5,_-=5,i.ndist=1+(31&c),c>>>=5,_-=5,i.ncode=4+(15&c),c>>>=4,_-=4,i.nlen>286||i.ndist>30){e.msg="too many length or distance symbols",i.mode=qr;break}i.have=0,i.mode=18;case 18:for(;i.have<i.ncode;){for(;_<3;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.lens[N[i.have++]]=7&c,c>>>=3,_-=3}for(;i.have<19;)i.lens[N[i.have++]]=0;if(i.lencode=i.lendyn,i.lenbits=7,L={bits:i.lenbits},E=Mr(0,i.lens,0,19,i.lencode,0,i.work,L),i.lenbits=L.bits,E){e.msg="invalid code lengths set",i.mode=qr;break}i.have=0,i.mode=19;case 19:for(;i.have<i.nlen+i.ndist;){for(;f=i.lencode[c&(1<<i.lenbits)-1],C=f>>>24,g=f>>>16&255,p=65535&f,!(C<=_);){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(p<16)c>>>=C,_-=C,i.lens[i.have++]=p;else{if(16===p){for(A=C+2;_<A;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(c>>>=C,_-=C,0===i.have){e.msg="invalid bit length repeat",i.mode=qr;break}S=i.lens[i.have-1],h=3+(3&c),c>>>=2,_-=2}else if(17===p){for(A=C+3;_<A;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}c>>>=C,_-=C,S=0,h=3+(7&c),c>>>=3,_-=3}else{for(A=C+7;_<A;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}c>>>=C,_-=C,S=0,h=11+(127&c),c>>>=7,_-=7}if(i.have+h>i.nlen+i.ndist){e.msg="invalid bit length repeat",i.mode=qr;break}for(;h--;)i.lens[i.have++]=S}}if(i.mode===qr)break;if(0===i.lens[256]){e.msg="invalid code -- missing end-of-block",i.mode=qr;break}if(i.lenbits=9,L={bits:i.lenbits},E=Mr(1,i.lens,0,i.nlen,i.lencode,0,i.work,L),i.lenbits=L.bits,E){e.msg="invalid literal/lengths set",i.mode=qr;break}if(i.distbits=6,i.distcode=i.distdyn,L={bits:i.distbits},E=Mr(2,i.lens,i.nlen,i.ndist,i.distcode,0,i.work,L),i.distbits=L.bits,E){e.msg="invalid distances set",i.mode=qr;break}if(i.mode=20,t===Br)break e;case 20:i.mode=21;case 21:if(a>=6&&d>=258){e.next_out=s,e.avail_out=d,e.next_in=n,e.avail_in=a,i.hold=c,i.bits=_,yr(e,u),s=e.next_out,o=e.output,d=e.avail_out,n=e.next_in,r=e.input,a=e.avail_in,c=i.hold,_=i.bits,i.mode===Yr&&(i.back=-1);break}for(i.back=0;f=i.lencode[c&(1<<i.lenbits)-1],C=f>>>24,g=f>>>16&255,p=65535&f,!(C<=_);){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(g&&0==(240&g)){for(m=C,T=g,I=p;f=i.lencode[I+((c&(1<<m+T)-1)>>m)],C=f>>>24,g=f>>>16&255,p=65535&f,!(m+C<=_);){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}c>>>=m,_-=m,i.back+=m}if(c>>>=C,_-=C,i.back+=C,i.length=p,0===g){i.mode=26;break}if(32&g){i.back=-1,i.mode=Yr;break}if(64&g){e.msg="invalid literal/length code",i.mode=qr;break}i.extra=15&g,i.mode=22;case 22:if(i.extra){for(A=i.extra;_<A;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.length+=c&(1<<i.extra)-1,c>>>=i.extra,_-=i.extra,i.back+=i.extra}i.was=i.length,i.mode=23;case 23:for(;f=i.distcode[c&(1<<i.distbits)-1],C=f>>>24,g=f>>>16&255,p=65535&f,!(C<=_);){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(0==(240&g)){for(m=C,T=g,I=p;f=i.distcode[I+((c&(1<<m+T)-1)>>m)],C=f>>>24,g=f>>>16&255,p=65535&f,!(m+C<=_);){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}c>>>=m,_-=m,i.back+=m}if(c>>>=C,_-=C,i.back+=C,64&g){e.msg="invalid distance code",i.mode=qr;break}i.offset=p,i.extra=15&g,i.mode=24;case 24:if(i.extra){for(A=i.extra;_<A;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}i.offset+=c&(1<<i.extra)-1,c>>>=i.extra,_-=i.extra,i.back+=i.extra}if(i.offset>i.dmax){e.msg="invalid distance too far back",i.mode=qr;break}i.mode=25;case 25:if(0===d)break e;if(h=u-d,i.offset>h){if(h=i.offset-h,h>i.whave&&i.sane){e.msg="invalid distance too far back",i.mode=qr;break}h>i.wnext?(h-=i.wnext,R=i.wsize-h):R=i.wnext-h,h>i.length&&(h=i.length),v=i.window}else v=o,R=s-i.offset,h=i.length;h>d&&(h=d),d-=h,i.length-=h;do{o[s++]=v[R++]}while(--h);0===i.length&&(i.mode=21);break;case 26:if(0===d)break e;o[s++]=i.length,d--,i.mode=21;break;case 27:if(i.wrap){for(;_<32;){if(0===a)break e;a--,c|=r[n++]<<_,_+=8}if(u-=d,e.total_out+=u,i.total+=u,u&&(e.adler=i.check=i.flags?_i(i.check,o,u,s-u):di(i.check,o,u,s-u)),u=d,(i.flags?c:Wr(c))!==i.check){e.msg="incorrect data check",i.mode=qr;break}c=0,_=0}i.mode=28;case 28:if(i.wrap&&i.flags){for(;_<32;){if(0===a)break e;a--,c+=r[n++]<<_,_+=8}if(c!==(4294967295&i.total)){e.msg="incorrect length check",i.mode=qr;break}c=0,_=0}i.mode=29;case 29:E=Fr;break e;case qr:E=Kr;break e;case 31:return Hr;default:return Gr}return e.next_out=s,e.avail_out=d,e.next_in=n,e.avail_in=a,i.hold=c,i.bits=_,(i.wsize||u!==e.avail_out&&i.mode<qr&&(i.mode<27||t!==xr))&&no(e,e.output,e.next_out,u-e.avail_out),l-=e.avail_in,u-=e.avail_out,e.total_in+=l,e.total_out+=u,i.total+=u,i.wrap&&u&&(e.adler=i.check=i.flags?_i(i.check,o,u,e.next_out-u):di(i.check,o,u,e.next_out-u)),e.data_type=i.bits+(i.last?64:0)+(i.mode===Yr?128:0)+(20===i.mode||15===i.mode?256:0),(0===l&&0===u||t===xr)&&E===Vr&&(E=jr),E},inflateEnd:e=>{if(!e||!e.state)return Gr;let t=e.state;return t.window&&(t.window=null),e.state=null,Vr},inflateGetHeader:(e,t)=>{if(!e||!e.state)return Gr;const i=e.state;return 0==(2&i.wrap)?Gr:(i.head=t,t.done=!1,Vr)},inflateSetDictionary:(e,t)=>{const i=t.length;let r,o,n;return e&&e.state?(r=e.state,0!==r.wrap&&11!==r.mode?Gr:11===r.mode&&(o=1,o=di(o,t,i,0),o!==r.check)?Kr:(n=no(e,t,i,i),n?(r.mode=31,Hr):(r.havedict=1,Vr))):Gr},inflateInfo:"pako inflate (from Nodeca project)"};var ao=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1};const co=Object.prototype.toString,{Z_NO_FLUSH:_o,Z_FINISH:lo,Z_OK:uo,Z_STREAM_END:ho,Z_NEED_DICT:Ro,Z_STREAM_ERROR:vo,Z_DATA_ERROR:Co,Z_MEM_ERROR:go}=ui;function po(e){this.options=dr({chunkSize:65536,windowBits:15,to:""},e||{});const t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new vr,this.strm.avail_out=0;let i=so.inflateInit2(this.strm,t.windowBits);if(i!==uo)throw new Error(li[i]);if(this.header=new ao,so.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=ur(t.dictionary):"[object ArrayBuffer]"===co.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(i=so.inflateSetDictionary(this.strm,t.dictionary),i!==uo)))throw new Error(li[i])}po.prototype.push=function(e,t){const i=this.strm,r=this.options.chunkSize,o=this.options.dictionary;let n,s,a;if(this.ended)return!1;for(s=t===~~t?t:!0===t?lo:_o,"[object ArrayBuffer]"===co.call(e)?i.input=new Uint8Array(e):i.input=e,i.next_in=0,i.avail_in=i.input.length;;){for(0===i.avail_out&&(i.output=new Uint8Array(r),i.next_out=0,i.avail_out=r),n=so.inflate(i,s),n===Ro&&o&&(n=so.inflateSetDictionary(i,o),n===uo?n=so.inflate(i,s):n===Co&&(n=Ro));i.avail_in>0&&n===ho&&i.state.wrap>0&&0!==e[i.next_in];)so.inflateReset(i),n=so.inflate(i,s);switch(n){case vo:case Co:case Ro:case go:return this.onEnd(n),this.ended=!0,!1}if(a=i.avail_out,i.next_out&&(0===i.avail_out||n===ho))if("string"===this.options.to){let e=Rr(i.output,i.next_out),t=i.next_out-e,o=hr(i.output,e);i.next_out=t,i.avail_out=r-t,t&&i.output.set(i.output.subarray(e,e+t),0),this.onData(o)}else this.onData(i.output.length===i.next_out?i.output:i.output.subarray(0,i.next_out));if(n!==uo||0!==a){if(n===ho)return n=so.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,!0;if(0===i.avail_in)break}}return!0},po.prototype.onData=function(e){this.chunks.push(e)},po.prototype.onEnd=function(e){e===uo&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=cr(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};const{Deflate:mo,deflate:To,deflateRaw:Io,gzip:So}=Nr;var Eo=So;const fo=-1,Oo=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),Lo=(e,r,n)=>i(void 0,void 0,void 0,(function*(){const s=[];return yield Promise.any(e.map((e=>i(void 0,void 0,void 0,(function*(){const i=`${e.detectorAddr.replace(/^(https?:\/\/)?/,"https://")}/rtc/detector/ping?t=${a=1e3,d=9999,a+Math.floor(Math.random()*(d-a))}`;var a,d;const c={jwt:n},_=yield r.httpReq({url:i,body:JSON.stringify(c),timeout:5e3,method:t.HttpMethod.POST}),l=Le.getLogger();if(null==l||l.info(o.L_OLD_DAILY_RECORD_O,`ping res => ${JSON.stringify({status:_.status,host:e})}`),200!==_.status)return Promise.reject();s.push(e.clusterId)}))))),s})),Ao=e=>{if(!e)return"";return e.jwt||""},No=(e,r)=>i(void 0,void 0,void 0,(function*(){const i=(e=>{var t;if(!e)return"";let i;try{i=JSON.parse(e.voipCallInfo||'{ "strategy": 0 }')}catch(t){const i=Le.getLogger();return null==i||i.warn(o.L_OLD_DAILY_RECORD_O,`parse \`voipCallInfo\` of navi failed: ${e.voipCallInfo}`),""}if(0===i.strategy)return"";const r=null===(t=i.callEngine)||void 0===t?void 0:t.filter((e=>4===e.engineType));if(!r||0===r.length)return"";const n=r[0];return n.detectorManager?n.detectorManager:""})(r),n=Ao(r);let s=null,a=120,d=0;const c={jwt:n};if(i&&n){const r=yield e.httpReq({url:`${i}/rtc/detector/servers`,body:JSON.stringify(c),headers:{"Content-Type":"application/json;charset=UTF-8","Cache-Control":"no-cache",ClientType:`web|${ut.browser}|${ut.version}`,ClientVersion:"5.6.2","Client-Session-Id":Oo(),"Request-Id":Date.now().toString()},method:t.HttpMethod.POST}),o=r.data&&JSON.parse(r.data).detectorAddrs;a=r.data&&JSON.parse(r.data).clientDetectMinute,d=r.data&&JSON.parse(r.data).resultCode,o&&t.isArray(o)&&(s=yield Lo(o,e,n))}return{fastMediaUrl:s,clientDetectMinute:a,status:d}}));var yo;e.RCKickReason=void 0,(yo=e.RCKickReason||(e.RCKickReason={}))[yo.SERVER_KICK=1]="SERVER_KICK",yo[yo.OTHER_KICK=2]="OTHER_KICK";const Do={[String(e.RCKickReason.SERVER_KICK)]:1,[String(e.RCKickReason.OTHER_KICK)]:5};class ko{constructor(){}static getMemo(){return this._memo||(this._memo={}),window.__memo__=this._memo,this._memo}static destroy(){this._memo={}}}var bo;ko._memo={},function(e){e[e.new=0]="new",e[e.checking=1]="checking",e[e.connected=2]="connected",e[e.completed=3]="completed",e[e.failed=4]="failed",e[e.disconnected=5]="disconnected",e[e.closed=6]="closed"}(bo||(bo={}));const Uo=(e,t,i)=>{var r;const o=ko.getMemo(),n={dur:0,cod:0,rid:e,csnid:t||(null===(r=o.clientData)||void 0===r?void 0:r.clientSessionId)||"",snid:i,rsid:"",msa:"",msas:[],time:0,resid:"",mtp:0,smct:1,cr:"unknown",net:"unknown",uid:"",stp:0};o.qualitySubscribeReportData=n,o.subscribeData={start:Date.now()}},Po=(e,t,i)=>{var r;const o=ko.getMemo(),n={dur:0,cod:0,rid:e,csnid:t||(null===(r=o.clientData)||void 0===r?void 0:r.clientSessionId)||"",snid:i,rsid:"",msa:"",msas:[],time:0,resid:"",mtp:0,smct:1,uid:"",stp:0};o.qualityUnsubscribeReportData=n,o.unsubscribeData={start:Date.now()}},Mo=e=>{const t=ko.getMemo();t.mediaService||(t.mediaService=[]),t.mediaService.push(e)},xo=(e,t)=>{var i;const r=ko.getMemo();let n=[],s=Date.now();null===(i=r.mediaService)||void 0===i||i.forEach((e=>{n.push({rsid:e.reqId,rsdur:e.end-e.start,msa:e.url,rscod:e.status})})),r.subscribeCommand&&(r.subscribeCommand=!1,e.forEach((e=>{var i,a;const d=JSON.stringify(Object.assign(Object.assign({},r.qualitySubscribeReportData),{dur:s-((null===(i=r.subscribeData)||void 0===i?void 0:i.start)||0),cod:t,msas:n,time:s,resid:e.track.getTrackId(),mtp:rt(e.track.getTrackId()).mediaType,smct:e.track instanceof Be&&(null===(a=e.track)||void 0===a?void 0:a.__isTiny())?2:1}));Ae.__statistics(o.L_QS_SUBSCRIBE_S,d)}))),r.unsubscribeCommand&&(r.unsubscribeCommand=!1,e.forEach((e=>{var i,a;const d=JSON.stringify(Object.assign(Object.assign({},r.qualityUnsubscribeReportData),{dur:s-((null===(i=r.unsubscribeData)||void 0===i?void 0:i.start)||0),cod:t,time:s,msas:n,resid:e.track.getTrackId(),mtp:rt(e.track.getTrackId()).mediaType,smct:e.track instanceof Be&&(null===(a=e.track)||void 0===a?void 0:a.__isTiny())?2:1}));Ae.__statistics(o.L_QS_UNSUBSCRIBE_S,d)})))},wo=e=>{var t,i,r,o,n;const s=ko.getMemo(),a=e.subscribe||(null===(t=s.iceStatusData)||void 0===t?void 0:t.subscribe),d=e.publish||(null===(i=s.iceStatusData)||void 0===i?void 0:i.publish),c=e.publishNotReport||(null===(r=s.iceStatusData)||void 0===r?void 0:r.publishNotReport),_=e.subscribeNotReport||(null===(o=s.iceStatusData)||void 0===o?void 0:o.subscribeNotReport),l=e.notFirst||(null===(n=s.iceStatusData)||void 0===n?void 0:n.notFirst);s.iceStatusData={publish:d,subscribe:a,publishNotReport:c,subscribeNotReport:_,notFirst:l},s.iceNewStatusData&&(s.iceOldStatusData=s.iceNewStatusData),e.iceNewStatusData&&(s.iceNewStatusData=e.iceNewStatusData)},Bo=(e,t,i,r)=>{var n,s;const a=ko.getMemo(),d=Date.now(),c=JSON.stringify(Object.assign(Object.assign({},a.qualityJoinRoomReportData),{dur:d-((null===(n=a.joinRoomData)||void 0===n?void 0:n.start)||0),cod:t,rid:e,csnid:null===(s=a.clientData)||void 0===s?void 0:s.clientSessionId,snid:i,time:d,uid:r}));Ae.__statistics(o.L_QS_JOIN_ROOM_S,c)},Vo=e=>{const t={dur:0,cod:0,rid:"",rtp:e,csnid:"",snid:"",time:0,cr:"unknown",net:"unknown",uid:""};ko.getMemo().qualityJoinRoomReportData=t},Fo=e=>{var t;const i=ko.getMemo(),r=(null===(t=i.joinRoomData)||void 0===t?void 0:t.start)||Date.now();i.joinRoomData={start:r,roomId:e}},Jo=(e,t)=>{var i;const r=ko.getMemo(),n=Date.now();let s=[];null===(i=r.mediaService)||void 0===i||i.forEach((e=>{s.push({rsid:e.reqId,rsdur:e.end-e.start,msa:e.url,rscod:e.status})})),e.forEach((e=>{var i;const a=JSON.stringify(Object.assign(Object.assign({},r.qualityPublishReportData),{dur:n-((null===(i=r.publish)||void 0===i?void 0:i.start)||0),cod:t,msas:s,time:n,resid:e.getTrackId(),mtp:rt(e.getTrackId()).mediaType,smct:e instanceof Be&&e.__isTiny()?2:1}));Ae.__statistics(o.L_QS_PUBLISH_S,a)}))},Go=(e,t)=>{var i,r;const n=ko.getMemo(),s=Date.now();let a=[];null===(i=n.mediaService)||void 0===i||i.forEach((e=>{a.push({rsid:e.reqId,rsdur:e.end-e.start,msa:e.url,rscod:e.status})}));const d=[];d.push({dur:Date.now()-((null===(r=n.publishSignalTotal)||void 0===r?void 0:r.start)||0),cod:t}),e.forEach((e=>{var i;const r=JSON.stringify(Object.assign(Object.assign({},n.qualityPublishReportData),{dur:s-((null===(i=n.publish)||void 0===i?void 0:i.start)||0),cod:t,msas:a,sigs:d,time:s,resid:it(e),mtp:e.mediaType,smct:e.simulcast}));Ae.__statistics(o.L_QS_PUBLISH_S,r)}))},Ko=(e,t)=>{var i,r;const n=ko.getMemo(),s=Date.now();let a=[];null===(i=n.mediaService)||void 0===i||i.forEach((e=>{a.push({rsid:e.reqId,rsdur:e.end-e.start,msa:e.url,rscod:e.status})}));const d=[];d.push({dur:Date.now()-((null===(r=n.unpublishSignalTotal)||void 0===r?void 0:r.start)||0),cod:t}),e.forEach((e=>{var i;const r=e.getTrackId(),c=JSON.stringify(Object.assign(Object.assign({},n.qualityUnpublishReportData),{dur:s-((null===(i=n.unpublish)||void 0===i?void 0:i.start)||0),cod:t,msas:a,sigs:d,time:s,resid:r,mtp:rt(r).mediaType,smct:e instanceof Be&&e.__isTiny()?2:1}));Ae.__statistics(o.L_QS_UNPUBLISH_S,c)}))},Ho=(e,t)=>{var i,r;const n=ko.getMemo(),s=Date.now();let a=[];null===(i=n.mediaService)||void 0===i||i.forEach((e=>{a.push({rsid:e.reqId,rsdur:e.end-e.start,msa:e.url,rscod:e.status})}));const d=[];d.push({dur:Date.now()-((null===(r=n.unpublishSignalTotal)||void 0===r?void 0:r.start)||0),cod:t}),e.forEach((e=>{var i;if(e){const r=JSON.stringify(Object.assign(Object.assign({},n.qualityUnpublishReportData),{dur:s-((null===(i=n.publish)||void 0===i?void 0:i.start)||0),cod:t,msas:a,sigs:d,time:s,resid:it(e),mtp:e.mediaType,smct:e.simulcast}));Ae.__statistics(o.L_QS_UNPUBLISH_S,r)}}))},jo=()=>{var e,t,i,r;const n=ko.getMemo(),s=JSON.stringify(Object.assign(Object.assign({},n.qualityIceStatusReportData),{dur:((null===(e=n.iceNewStatusData)||void 0===e?void 0:e.start)||0)-((null===(t=n.iceOldStatusData)||void 0===t?void 0:t.start)||0),pices:bo[(null===(i=n.iceOldStatusData)||void 0===i?void 0:i.status)||0],ices:bo[(null===(r=n.iceNewStatusData)||void 0===r?void 0:r.status)||0],time:Date.now(),cncdts:[]}));Ae.__statistics(o.L_QS_ICE_STATUS_S,s)},$o=e=>{ko.getMemo().subscribeCommand=e},Yo=e=>{ko.getMemo().unsubscribeCommand=e},qo=()=>({"Content-Type":"application/json;charset=UTF-8","Cache-Control":"no-cache",ClientType:`web|${ut.browser}|${ut.version}`,ClientVersion:"5.6.2","Client-Session-Id":Oo(),"Request-Id":Date.now().toString()});class Wo{constructor(e,i,r,o=5e3){this._runtime=e,this._context=i,this._msUrl=r,this._timeout=o,this._msInNavi=[],this._failedMs=[],this._rtcFinger=void 0,this._clusterId="",this._configUrl="",this._msList=[],Wo.isDetector||i.getConnectionStatus()!==t.ConnectionStatus.CONNECTED||this.detectorMediaSever()}detectorMediaSever(){var e,i;const r=this._context.getNaviInfo();if(Wo.jwtToken=(null==r?void 0:r.jwt)||"",this._msUrl)return;const n=Date.now(),s=Wo.detectValidMinute+Wo.detectorTime>n;Wo.isDetector=s,null===(i=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===i||i.info(o.L_OLD_DAILY_RECORD_O,`set msInDetector => ${JSON.stringify(Wo.msInDetector)}`),!s&&r&&t.notEmptyObject(r)&&(this._msList=[],this._getDetectorUrls(r))}_getDetectorUrls(t){var r,n,s,a;return i(this,void 0,void 0,(function*(){if(Wo.isDetector)return;Wo.isDetector=!0;const{fastMediaUrl:i,clientDetectMinute:d,status:c}=yield No(this._runtime,t);if(c===e.RCRTCCode.JWT_TIME_OUT){const e=this._context.getPluginContext();yield e.refetchNaviInfo(),this.detectorMediaSever()}Wo.msInDetector=i||[],Wo.detectorTime=Date.now(),Wo.detectValidMinute=60*d*1e3,null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.info(o.L_OLD_DAILY_RECORD_O,`RCMediaService detectorTime => ${Wo.detectorTime}`),null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_OLD_DAILY_RECORD_O,`RCMediaService detectValidMinute => ${Wo.detectValidMinute}`)}))}getNaviMS(){return this._msUrl?[this._msUrl]:(t.notEmptyArray(this._msList)&&!this._clusterId||(this._msList=this.setMediaServiceList()),this._msList)}setMediaServiceList(){var e,i,r,n,s,a,d,c;let _=[],l=[];return this._clusterId&&(this._clusterId=this._clusterId.replace(/^(https?:\/\/)?/,"https://"),this._msList.push(this._clusterId)),null===(i=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===i||i.info(o.L_OLD_DAILY_RECORD_O,`MediaServiceList _clusterId -> ${this._clusterId}`),t.notEmptyArray(Wo.msInDetector)&&(Wo.msInDetector=Wo.msInDetector.map((e=>e.replace(/^(https?:\/\/)?/,"https://"))),this._msList.push(Wo.msInDetector[0]),_=Wo.msInDetector.concat().splice(1,Wo.msInDetector.length-1)),null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.info(o.L_OLD_DAILY_RECORD_O,`MediaServiceList msInDetector ->${JSON.stringify(Wo.msInDetector)}`),0===this._msInNavi.length&&(0===this._failedMs.length?this._msInNavi.push(...(e=>{var t;if(!e)return[];let i;try{i=JSON.parse(e.voipCallInfo||'{ "strategy": 0 }')}catch(t){const i=Le.getLogger();return null==i||i.warn(`parse \`voipCallInfo\` of navi failed: ${e.voipCallInfo}`),[]}if(0===i.strategy)return[];const r=null===(t=i.callEngine)||void 0===t?void 0:t.filter((e=>4===e.engineType));if(!r||0===r.length)return[];const o=r[0],n=[];return o.mediaServer&&n.push(o.mediaServer.replace(/^(https?:\/\/)?/,"https://")),o.backupMediaServer&&o.backupMediaServer.forEach((e=>{n.push(e.replace(/^(https?:\/\/)?/,"https://"))})),n})(this._context.getNaviInfo())):(this._msInNavi.push(...this._failedMs),this._failedMs.length=0)),null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_OLD_DAILY_RECORD_O,`MediaServiceList _msInNavi-> ${JSON.stringify(this._msInNavi)}`),l=this._msInNavi.concat().splice(1,this._msInNavi.length-1),this._msList.push(this._msInNavi[0]),this._msList=[...this._msList,..._,...l],this._msList=[...new Set(this._msList)],null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_OLD_DAILY_RECORD_O,`MediaServiceList msList -> ${JSON.stringify(this._msList)}`),this._msList}_request(r,s,a,d){var c,_,l,u,h,R,v,C,g;return i(this,void 0,void 0,(function*(){if((null===(c=this._context.getNaviInfo())||void 0===c?void 0:c.openGzip)||!1){const e=JSON.stringify(a),t=e.length,r=new Uint8Array(t);for(let i=0;i<t;i++)r[i]=e.charCodeAt(i);const o={"Content-Encoding":"gzip","Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"};s=Object.assign(Object.assign({},s),o),a=Eo(r,i)}var i;const p=this.getNaviMS();if(0===p.length)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_MEDIA_SERVICE_REQUEST_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"have no valid service address"}),d),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};this._rtcFinger&&(a.rtcFinger=this._rtcFinger);for(let i=0;i<p.length;i+=1){const c=Date.now(),_=`${p[i]}${r}`,l=qo(),m=Object.assign(Object.assign({},l),s),T=/x-www-form-urlencoded/.test(m["Content-Type"])?a:JSON.stringify(a),I=l["Request-Id"];null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_MEDIA_SERVICE_REQUEST_T,JSON.stringify({url:r,"Request-Id":I,timeout:this._timeout}),d);const{status:S,data:E}=yield this._runtime.httpReq({url:_,body:T,headers:m,method:t.HttpMethod.POST,timeout:this._timeout});if(Mo({start:c,end:Date.now(),reqId:I,status:S,url:_}),200===S){const t=JSON.parse(E);return t.rtcFinger&&(this._rtcFinger=t.rtcFinger),t.clusterId&&(this._clusterId=t.clusterId),null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_MEDIA_SERVICE_REQUEST_R,JSON.stringify({status:n.SUCCESSED,url:_,reqId:I}),d),{code:e.RCRTCCode.SUCCESS,data:t}}this._failedMs.push(...this._msInNavi.splice(i,1)),null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_MEDIA_SERVICE_REQUEST_R,JSON.stringify({status:n.FAILED,msg:`request error -> Request-Id: ${I}, status: ${S}, url: ${_}`}),d)}return{code:e.RCRTCCode.REQUEST_FAILED}}))}exchange(t,r,o){var n;return i(this,void 0,void 0,(function*(){const i=yield this._request("/exchange",t,r,o);if(i.code===e.RCRTCCode.SUCCESS&&(null===(n=i.data)||void 0===n?void 0:n.resultCode)===e.RCRTCCode.SUCCESS){const{urls:e}=i.data;e&&(this._configUrl=e.configUrl)}return i}))}exit(e){return i(this,void 0,void 0,(function*(){const{code:t}=yield this._request("/exit",e,{});return t}))}broadcastSubscribe(e,t){return this._request("/broadcast/subscribe",e,t)}broadcastExit(e){return i(this,void 0,void 0,(function*(){const{code:t}=yield this._request("/broadcast/exit",e,{});return{code:t}}))}setMcuConfig(r,s){var a,d,c,_,l,u,h,R,v,C;return i(this,void 0,void 0,(function*(){const i=null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d?void 0:d.createTraceId();if(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_MEDIA_SERVICE_SET_MCU_CONFIG_T,JSON.stringify({body:s}),i),!this._configUrl)return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.MCU_SERVER_NOT_FOUND,msg:"MCU server not found"}),i),{code:e.RCRTCCode.MCU_SERVER_NOT_FOUND};const g=`${this._configUrl.replace(/^(https?:\/\/)?/,"https://")}/server/mcu/config`,p=qo(),m=Object.assign(Object.assign({},p),r),T=JSON.stringify(s),I=p["Request-Id"],{status:S,data:E}=yield this._runtime.httpReq({url:g,headers:m,body:T,method:t.HttpMethod.POST});if(200===S){const e=JSON.parse(E);return null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,JSON.stringify({status:n.SUCCESSED,"Request-Id":I}),i),{code:e.resultCode,res:e}}return null===(C=null===(v=this._context)||void 0===v?void 0:v.logger)||void 0===C||C.error(o.L_MEDIA_SERVICE_SET_MCU_CONFIG_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REQUEST_FAILED,msg:`request error -> Request-Id: ${I}, status: ${S}, url: ${g}`}),i),{code:e.RCRTCCode.REQUEST_FAILED}}))}getCDNResourceInfo(r,s){var a,d,c,_,l,u;return i(this,void 0,void 0,(function*(){const i=qo(),h=Object.assign(Object.assign({},i),r),R=i["Request-Id"];null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_T,`request -> Request-Id: ${R}, url: ${s}, headers: ${JSON.stringify(h)}`);const{status:v,data:C}=yield this._runtime.httpReq({url:s,headers:h,method:t.HttpMethod.GET});if(200===v){const e=JSON.parse(C);return null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R,JSON.stringify({status:n.SUCCESSED,reqId:i["Request-Id"]})),{code:e.resultCode,res:e}}return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_MEDIA_SERVICE_GET_CDN_RESOURCE_INFO_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REQUEST_FAILED,msg:`request error -> Request-Id: ${i["Request-Id"]}, status: ${v}, url: ${s}`})),{code:e.RCRTCCode.REQUEST_FAILED}}))}}var zo;Wo.isDetector=!1,Wo.msInDetector=[],Wo.detectorTime=0,Wo.detectValidMinute=72e5,Wo.jwtToken="",function(e){e[e.NORMAL=1]="NORMAL",e[e.TINY=2]="TINY"}(zo||(zo={}));const Zo=(e,t)=>Math.round(8*t/e),Qo=(e,t=2)=>{const i=10**t;return Math.round(e*i)/i},Xo=(e,t=2)=>{e>1&&(e/=32767);const i=10**t;return Math.round(e*i)},en=(e,t,i,r)=>{if(0===t)return 0;if(!i||!r)return Qo(e/t,3);const o=t-r;if(0===o)return 0;const n=e-i;return n<0||o<0?0:Qo(n/o,3)},tn=e=>{const{jitter:t,rtt:i,packetsLostRate:r}=e;return!vt(t)||!vt(i)||0!==r};class rn{constructor(){this.__streams=new Map}static getInstance(){return rn.instance||(rn.instance=new rn),rn.instance}push(e,t){return this.__streams.set(e,t),t}pickup(e){return this.__streams.get(e)}delete(e){return this.__streams.delete(e)}get streams(){const e=new Map;for(const t of this.__streams.keys())e.set(t,this.pickup(t));return e}}class on{constructor(){}static getInstance(){return this._instance||(this._instance=new Map([["sourceIdForPublishMap",new Map],["sourceIdForSubscribeMap",new Map]])),this._instance}static destroy(){this._instance=new Map([["sourceIdForPublishMap",new Map],["sourceIdForSubscribeMap",new Map]])}}var nn,sn,an,dn,cn,_n,ln,un,hn,Rn,vn,Cn,gn,pn,mn,Tn,In,Sn;on._instance=new Map([["sourceIdForPublishMap",new Map],["sourceIdForSubscribeMap",new Map]]),function(e){e.TRACK="track",e.STREAM="stream",e.MEDIASOURCE="media-source",e.INBOUNDRTP="inbound-rtp",e.OUTBOUNDRTP="outbound-rtp",e.REMOTEINBOUNDRTP="remote-inbound-rtp",e.PEERCONNECTION="peer-connection",e.TRANSPORT="transport",e.CERTIFICATE="certificate",e.CANDIDATEPAIR="candidate-pair",e.REMOTECANDIDATE="remote-candidate",e.LOCALCANDIDATE="local-candidate"}(nn||(nn={}));class En{constructor(e,t,i){this._rtcPeerConn=e,this._sdpSemantics=t,this._currentUserId=i,this._logger=null,this._latestPacketsSent={},this._latestBytesSent={},this._latestBytesRecv={},this._latestPacketsRecv={},this._logger=Le.getLogger()}updateBytesSent(e,t,i){let r,o;if(this._latestBytesSent[e]&&t<this._latestBytesSent[e].bytesSent&&this.clearLatestpacketsSent([e]),this._latestBytesSent[e]){const{bytesSent:n,timestamp:s}=this._latestBytesSent[e];r=t-n,o=i-s,this._latestBytesSent[e]={bytesSent:t,timestamp:i}}else r=t,o=1e3,this._latestBytesSent[e]={bytesSent:t,timestamp:i};return Zo(o,r)}updateBytesRecv(e,t,i){let r,o;if(this._latestBytesRecv[e]&&t<this._latestBytesRecv[e].bytesRecv&&this.clearLatestPacketsRecv([e]),this._latestBytesRecv[e]){const{bytesRecv:n,timestamp:s}=this._latestBytesRecv[e];r=t-n,o=i-s,this._latestBytesRecv[e]={bytesRecv:t,timestamp:i}}else r=t,o=1e3,this._latestBytesRecv[e]={bytesRecv:t,timestamp:i};return Zo(o,r)}updateSenderPacketsLost(e,t,i){let r;if(Object.prototype.hasOwnProperty.call(this._latestPacketsSent[e],"packetsSent")){const{packetsLost:o,packetsSent:n}=this._latestPacketsSent[e];r=en(t,i,o,n),this._latestPacketsSent[e].packetsLost=t,this._latestPacketsSent[e].packetsSent=o===t?n:i}else r=en(t,i),this._latestPacketsSent[e].packetsLost=t,this._latestPacketsSent[e].packetsSent=i;return r}updateReceiverPacketsLost(e,t,i){let r;if(this._latestPacketsRecv[e]){const{packetsLost:o,packetsRecv:n}=this._latestPacketsRecv[e];r=en(t,i+t,o,n+o)}else r=en(t,i);return this._latestPacketsRecv[e]={packetsLost:t,packetsRecv:i},r}clearLatestpacketsSent(t){t.forEach((t=>{if(parseInt(t.split("_").pop())===e.RCMediaType.VIDEO_ONLY){const e=`${t}_tiny`;delete this._latestPacketsSent[e],delete this._latestBytesSent[e]}delete this._latestPacketsSent[t],delete this._latestBytesSent[t]}))}clearLatestPacketsRecv(e){e.forEach((e=>{delete this._latestPacketsRecv[e],delete this._latestBytesRecv[e]}))}parseRTCStatsReport(e){const t={};for(const i of e.keys())i.includes("RTCCodec_")||(t[i]=e.get(i));return t}formatRCRTCStateReport(e){var t;const i={senders:[],receivers:[]};return null===(t=this._logger)||void 0===t||t.info(o.L_ABSTRACT_STAT_PARSER_FORMAT_RTC_STATE_REPORT_O,JSON.stringify({status:n.SUCCESSED,stats:e,reports:i})),i}getAudioLevelList(e){return[]}getResourceIdByParseSdp(e){const{ssrc:t}=e,i=e.kind||e.mediaType,r=on.getInstance(),o=r.get("sourceIdForPublishMap"),n=r.get("sourceIdForSubscribeMap");let s=null==o?void 0:o.get(String(t));if(s){if("audio"===i)return`${s}_0`;const e=s.replace(`${this._currentUserId}_`,"").split("_");return e.length>1&&"tiny"===e[1]?`${this._currentUserId}_${e[0]}_1_tiny`:`${s}_1`}let a=null==n?void 0:n.get(String(t));return a?`${a}_${"video"===i?1:0}`:""}isValidSender(e){var t;const i=null===(t=this._rtcPeerConn.currentLocalDescription)||void 0===t?void 0:t.sdp,{ssrc:r}=e;return!(null==i?void 0:i.split("\r\nm=").some((e=>e.includes(r)&&e.includes("a=inactive"))))}isValidReceiver(e){var t;const i=null===(t=this._rtcPeerConn.currentRemoteDescription)||void 0===t?void 0:t.sdp,{ssrc:r}=e;return!(null==i?void 0:i.split("\r\nm=").some((e=>e.includes(r)&&e.includes("a=inactive"))))}formatStateData(e){return Object.values(e).reduce(((e,t)=>t.type===nn.REMOTEINBOUNDRTP?(e.remoteInbound.push(t),e):t.type===nn.INBOUNDRTP?(e.inbound.push(t),e):t.type===nn.OUTBOUNDRTP?(e.outbound.push(t),e):t.type===nn.TRANSPORT?(e.transport.push(t),e):t.type===nn.PEERCONNECTION?(e.connection.push(t),e):e),{outbound:[],remoteInbound:[],inbound:[],transport:[],connection:[]})}}En.formatSourceIdMapFromSdp=(e,t)=>{const i=on.getInstance(),r=null==e?void 0:e.match(/a=ssrc:(.*) msid:(.*?) /gi);if(r){if("publish"===t){const e=i.get("sourceIdForPublishMap");null==e||e.clear(),r.forEach((t=>{const[i,r]=t.split(" ").map((e=>e.split(":")[1]));null==e||e.set(i,r)}))}if("subscribe"===t){const e=i.get("sourceIdForSubscribeMap");null==e||e.clear(),r.forEach((t=>{const[i,r]=t.split(" ").map((e=>e.split(":")[1]));null==e||e.set(i,r)}))}}};class fn extends En{formatRCRTCStateReport(e){const{outbound:t,remoteInbound:i,inbound:r,transport:o,connection:n}=this.formatStateData(e),s={senders:[],receivers:[]},a=Math.floor(n[0].timestamp);s.timestamp=a;let d=0,c=0;({totalPacketsLost:d,bitrateSend:c,senders:s.senders}=this.pickOutbound(t,e,d,a,c)),i.length>0&&s.senders.length>0&&this.pickRemoteInbound(i,s.senders,e);let _=0;if(({totalPacketsLost:d,bitrateRecv:_,receivers:s.receivers}=this.pickInbound(r,e,d,a,_)),o.length>0){const t=o[0];this.pickRtcTransport(t,e,s,_,c,d)}return s}pickRtcTransport(e,t,i,r,o,n){const{selectedCandidatePairId:s}=e;if(s){const e=t[s],{availableOutgoingBitrate:a,availableIncomingBitrate:d,currentRoundTripTime:c,localCandidateId:_,remoteCandidateId:l}=e,u=t[_],{ip:h,port:R,networkType:v}=u,C=t[l],{ip:g,port:p,protocol:m}=C;i.iceCandidatePair={IP:h,port:R,networkType:v,remoteIP:g,remotePort:p,protocol:m,bitrateRecv:r,bitrateSend:o,rtt:1e3*c,availableOutgoingBitrate:a,availableIncomingBitrate:d,totalPacketsLost:n},i.receivers.forEach((e=>{e.rtt=c}))}}pickRemoteInbound(e,t,i){e.forEach((e=>{const{localId:r,jitter:o,roundTripTime:n,packetsLost:s}=e,a=t.filter((e=>e.id===r))[0];if(a&&!tn(a)){const e=this.getResourceIdByParseSdp(i[a.id]);a.jitter=Math.round(1e3*o),a.rtt=n;const t=this._latestPacketsSent[e].crtPacketsSent;a.packetsLostRate=this.updateSenderPacketsLost(e,s,t)}}))}pickOutbound(e,t,i,r,o){const n=[];return e.forEach((e=>{var s;if("unified-plan"===this._sdpSemantics&&!this.isValidSender(e))return;const{id:a,kind:d,transportId:c,mediaSourceId:_,remoteId:l,packetsSent:u,bytesSent:h,trackId:R,encoderImplementation:v,pliCount:C,nackCount:g,firCount:p}=e;if(!R)return;let{framesPerSecond:m,frameWidth:T,frameHeight:I}=e;"video"!==d||T||I||m||(T=t[R].frameWidth,I=t[R].frameHeight,m=_?t[_].framesPerSecond:null);const S=t[l];let E=null,f=null,O=0;S&&(E=S.jitter,f=S.roundTripTime,O=S.packetsLost),i+=O;const L=rn.getInstance().streams;let A="";for(const i of L.keys()){const r=L.get(i);if(r){const o=null===(s=t[`RTCMediaStream_${r.msid}`])||void 0===s?void 0:s.trackIds;o&&o.includes(e.trackId)&&d===r.kind&&(A=i)}}if(A||(A=this.getResourceIdByParseSdp(e)),!A)return;const N=_?t[_].audioLevel:t[R].audioLevel;let y=null;!this._latestPacketsSent[A]&&(this._latestPacketsSent[A]={}),S?y=this.updateSenderPacketsLost(A,O,u):this._latestPacketsSent[A].crtPacketsSent=u;let D=this.updateBytesSent(A,h,r);D<0&&(D=0),o+=D,n.push({id:a,trackId:A,kind:d,packetsLostRate:y,remoteResource:!1,audioLevel:N||0===N?Xo(N):null,frameWidth:T,frameHeight:I,frameRate:m,bitrate:D,jitter:E?Math.round(1e3*E):E,rtt:f,encoderImplementation:v,pliCount:C,nackCount:g,googFirsSent:fo,samplingRate:fo,googRenderDelayMs:fo,trackState:fo})})),{totalPacketsLost:i,bitrateSend:o,senders:n}}pickInbound(e,t,i,r,o){let n=[];return e.forEach((e=>{if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(e))return;const{trackId:s,packetsLost:a,packetsReceived:d,jitter:c,bytesReceived:_,framesPerSecond:l,kind:u,codecImplementationName:h,nackCount:R,pliCount:v}=e;if(!s)return;let{frameWidth:C,frameHeight:g,audioLevel:p}=e;"video"===u?C||g||(C=t[s].frameWidth,g=t[s].frameHeight):p||(p=t[s].audioLevel),i+=a;const m=this.getResourceIdByParseSdp(e),T=this.updateReceiverPacketsLost(m,a,d);let I=this.updateBytesRecv(m,_,r);I<0&&(I=0),o+=I,n.push({trackId:m,kind:u,packetsLostRate:T,remoteResource:!0,audioLevel:p||0===p?Xo(p):null,frameWidth:C,frameHeight:g,frameRate:l,bitrate:I,jitter:c?Math.round(1e3*c):0,codecImplementationName:h,nackCount:R,pliCount:v,rtt:null,samplingRate:fo,googFirsReceived:fo,googRenderDelayMs:fo,trackState:fo})})),{totalPacketsLost:i,bitrateRecv:o,receivers:n}}getAudioLevelList(e){const t=[],{outbound:i,inbound:r}=this.formatStateData(e);i.filter((e=>"audio"===(null==e?void 0:e.kind))).forEach((i=>{var r;if("unified-plan"===this._sdpSemantics&&!this.isValidSender(i))return;const{mediaSourceId:o,trackId:n,kind:s}=i,a=this.getResourceIdByParseSdp(i),d=o&&e[o]?e[o].audioLevel:(null===(r=e[n])||void 0===r?void 0:r.audioLevel)||null;t.push({trackId:a,audioLevel:d||0===d?Xo(d):null})}));return r.filter((e=>"audio"===(null==e?void 0:e.kind))).forEach((i=>{if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(i))return;const{trackId:r}=i,o=i.audioLevel||e[r].audioLevel,n=this.getResourceIdByParseSdp(i);t.push({trackId:n,audioLevel:o||0===o?Xo(o):null})})),t}}class On extends En{formatRCRTCStateReport(e){const t=+new Date,i={senders:[],receivers:[],timestamp:t};let r=0,o=0,n=0;for(const s in e){const a=e[s],{type:d}=a;if("outbound-rtp"===d){if("unified-plan"===this._sdpSemantics&&!this.isValidSender(a))continue;const{id:n,kind:s,bytesSent:d,packetsSent:c,bitrateMean:_,framerateMean:l,nackCount:u,pliCount:h,remoteId:R}=a,{jitter:v,roundTripTime:C,packetsLost:g}=R?e[R]:{jitter:null,roundTripTime:null,packetsLost:0},p=this.getResourceIdByParseSdp(a);r+=g;let m=null;!this._latestPacketsSent[p]&&(this._latestPacketsSent[p]={}),R?m=this.updateSenderPacketsLost(p,g,c):this._latestPacketsSent[p].crtPacketsSent=c;let T=0;"video"===s?_&&(T=Math.floor(_/1e3)):T=this.updateBytesSent(p,d,t),T<0&&(T=0),o+=T,i.senders.push({trackId:p,kind:s,packetsLostRate:m,remoteResource:!1,audioLevel:null,frameWidth:null,frameHeight:null,frameRate:Math.floor(l),bitrate:T,jitter:v?Math.round(1e3*v):null,rtt:C,encoderImplementation:null,pliCount:h,nackCount:u,googFirsSent:fo,samplingRate:fo,googRenderDelayMs:fo,trackState:fo})}if("remote-inbound-rtp"===d){const{localId:t}=a,r=this.getResourceIdByParseSdp(e[t]),o=i.senders.filter((e=>e.trackId===r))[0];o&&tn(o)&&(o.jitter=Math.round(1e3*a.jitter),o.rtt=a.rtt,o.packetsLostRate=this.updateSenderPacketsLost(r,a.packetsLost,this._latestPacketsSent[r].crtPacketsSent))}if("inbound-rtp"===d){if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(a))continue;const{id:e,packetsLost:o,bytesReceived:s,packetsReceived:d,jitter:c,framerateMean:_,kind:l,bitrateMean:u,nackCount:h,pliCount:R}=a,v=this.getResourceIdByParseSdp(a);r+=o;const C=this.updateReceiverPacketsLost(v,o,d);let g=0;"video"===l?u&&(g=Math.floor(u/1e3)):g=this.updateBytesRecv(v,s,t),g<0&&(g=0),n+=g,i.receivers.push({trackId:v,kind:l,packetsLostRate:C,remoteResource:!0,audioLevel:null,frameWidth:null,frameHeight:null,frameRate:Math.floor(_),bitrate:g,jitter:c?Math.round(1e3*c):null,codecImplementationName:null,nackCount:h,pliCount:R,rtt:null,samplingRate:fo,googFirsReceived:fo,googRenderDelayMs:fo,trackState:fo})}if("candidate-pair"===d&&"succeeded"===a.state){const t=e[a.localCandidateId],{address:s,port:d}=t,c=e[a.remoteCandidateId],{address:_,port:l,protocol:u}=c;i.iceCandidatePair={IP:s,port:d,networkType:null,remoteIP:_,remotePort:l,protocol:u,bitrateRecv:n,bitrateSend:o,rtt:null,availableOutgoingBitrate:null,availableIncomingBitrate:null,totalPacketsLost:r}}}return i.iceCandidatePair&&(i.iceCandidatePair.bitrateSend=o),i.iceCandidatePair&&(i.iceCandidatePair.bitrateRecv=n),i}getAudioLevelList(e){const t=[];for(const i in e){const r=e[i],{type:o}=r;if("outbound-rtp"===o){if("unified-plan"===this._sdpSemantics&&!this.isValidSender(r))continue;const{kind:e}=r;if("video"===e)continue;const i=this.getResourceIdByParseSdp(r);t.push({trackId:i,audioLevel:null})}if("inbound-rtp"===o){if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(r))continue;const{kind:e}=r;if("video"===e)continue;const i=this.getResourceIdByParseSdp(r);t.push({trackId:i,audioLevel:null})}}return t}}class Ln extends En{formatRCRTCStateReport(e){const t={senders:[],receivers:[]},i=Math.floor(e.RTCPeerConnection.timestamp);t.timestamp=i;const r=Object.keys(e);let o=0,n=0;r.filter((e=>/^RTCOutboundRTP(Video|Audio)Stream_/.test(e))).forEach((r=>{const o=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(o))return;const s=this.getResourceIdByParseSdp(o),{mediaType:a,transportId:d,remoteId:c,packetsSent:_,bytesSent:l,trackId:u,encoderImplementation:h,pliCount:R,nackCount:v,firCount:C}=o;if(!u)return;const{audioLevel:g,frameHeight:p,frameWidth:m}=e[u];let T=this.updateBytesSent(s,l,i);T<0&&(T=0),n+=T,t.senders.push({trackId:s,kind:a,packetsLostRate:null,remoteResource:!1,audioLevel:g||0===g?Xo(g):null,frameWidth:m,frameHeight:p,frameRate:null,bitrate:T,jitter:null,rtt:null,encoderImplementation:h,pliCount:R,nackCount:v,googFirsSent:fo,samplingRate:fo,googRenderDelayMs:fo,trackState:fo})}));let s=0;r.filter((e=>/^RTCInboundRTP(Video|Audio)Stream_/.test(e))).forEach((r=>{const n=e[r];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(n))return;const{trackId:a,packetsLost:d,packetsReceived:c,jitter:_,bytesReceived:l,mediaType:u,nackCount:h,pliCount:R}=n,v=this.getResourceIdByParseSdp(n);if(!a)return;const{frameHeight:C,frameWidth:g,audioLevel:p}=e[a];o+=d;const m=this.updateReceiverPacketsLost(v,d,c);let T=this.updateBytesRecv(v,l,i);T<0&&(T=0),s+=T,t.receivers.push({trackId:v,kind:u,packetsLostRate:m,remoteResource:!0,audioLevel:p||0===p?Xo(p):null,frameWidth:g,frameHeight:C,frameRate:null,bitrate:T,jitter:_,codecImplementationName:null,nackCount:h,pliCount:R,rtt:null,samplingRate:fo,googFirsReceived:fo,googRenderDelayMs:fo,trackState:fo})}));const a=r.filter((e=>/^RTCTransport_/.test(e)))[0];if(a){const i=e[a],{selectedCandidatePairId:r}=i;if(r){const i=e[r],{availableOutgoingBitrate:a,availableIncomingBitrate:d,currentRoundTripTime:c,localCandidateId:_,remoteCandidateId:l}=i,u=e[_],{address:h,port:R}=u,v=e[l],{address:C,port:g,protocol:p}=v;t.iceCandidatePair={IP:h||null,port:R,networkType:null,remoteIP:C,remotePort:g,protocol:p,bitrateRecv:s,bitrateSend:n,rtt:1e3*c,availableOutgoingBitrate:a,availableIncomingBitrate:d,totalPacketsLost:o},t.receivers.forEach((e=>{e.rtt=c}))}}return t}getAudioLevelList(e){const t=[],i=Object.keys(e);i.filter((e=>/^RTCOutboundRTP(Video|Audio)Stream_/.test(e))).forEach((i=>{const r=e[i];if("unified-plan"===this._sdpSemantics&&!this.isValidSender(r))return;const{trackId:o,mediaType:n}=r;if("video"===n)return;const s=this.getResourceIdByParseSdp(r),a=e[o];t.push({trackId:s,audioLevel:a||0===a?Xo(a):null})}));return i.filter((e=>/^RTCInboundRTP(Video|Audio)Stream_/.test(e))).forEach((i=>{const r=e[i];if("unified-plan"===this._sdpSemantics&&!this.isValidReceiver(r))return;const{trackId:o,mediaType:n}=r;if(!o||"video"===n)return;const{audioLevel:s}=e[o],a=this.getResourceIdByParseSdp(r);t.push({trackId:a,audioLevel:s||0===s?Xo(s):null})})),t}}class An{constructor(e,t){this.SDP=e,this.type=t,this.SDPHeader="",this.videoStreams=[],this.audioStreams=[],this._logger=null;const i=this.getStreamIndex();this.spliteStreams(i),this._logger=Le.getLogger()}get videoSdps(){return this.videoStreams.slice()}get audioSdps(){return this.audioStreams.slice()}static trimBlankLine(e){return e.replace(/\n\r\s*\r\n/g,"\r\n").replace(/\s+\r\n/g,"\r\n")}getStreamIndex(){const e=new RegExp("m=(?:video|audio)","img"),t=new Set([0]);let i=e.exec(this.SDP);for(;null!==i;)t.add(null==i?void 0:i.index),i=e.exec(this.SDP);return t.add(this.SDP.length),[...t]}spliteStreams(e){this.SDPHeader=this.SDP.substring(e[0],e[1]).replace(/\r\ns=-/g,`\r\ns=${(new Date).valueOf()}`);for(let t=1;t<e.length;t++){const i=this.SDP.substring(e[t],e[t+1]);/^\bm=video\b/.test(i)?this.videoStreams.push(i):this.audioStreams.push(i)}}static clearInactiveOrRecvonly(e){return/\ba=(recvonly|inactive)\b/.test(e)?e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,""):e}setHeaderBitrate(e){this.SDPHeader=this.SDPHeader.replace(/(\r\ns=[^\r\n]+)/gi,`$1\r\nc=IN IP4 0.0.0.0\r\nb=AS:${e*An.KBitrate}\r\nb=TIAS:${e*An.KBitrate*850}`)}setAudiosBitrate(e){var t;return null===(t=this._logger)||void 0===t||t.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,msg:"SDP setAudiosBitrate"})),this.audioStreams=this.audioStreams.map((t=>this.setAudioItemBitrate(t,e))),this}setAudioBitrateWithStreamId(e,t){var i;return null===(i=this._logger)||void 0===i||i.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,streamId:t,msg:"SDP setAudioBitrateWithStreamId"})),this.audioStreams=this.audioStreams.map((i=>new RegExp(`\\bmsid:${t}\\b`,"ig").test(i)?this.setAudioItemBitrate(i,e):i)),this}setAudioBitrateWithMid(e,t){var i;return null===(i=this._logger)||void 0===i||i.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,mid:t,msg:"SDP setAudioBitrateWithMid"})),this.audioStreams=this.audioStreams.map((i=>new RegExp(`\\bmid:${t}\\b`,"ig").test(i)?this.setAudioItemBitrate(i,e):i)),this}setAudioItemBitrate(e,t){if(0===t.max&&/\ba=inactive\b/gi.test(e))return e;if(!/\bmaxaveragebitrate\b/gi.test(e)){const i=["$1","maxaveragebitrate="+t.max*An.KBitrate];e=e.replace(/(\buseinbandfec=[^\r\n]+)/gi,i.join(";"))}return this.addAudioBlineAS(e,t)}addAudioBlineAS(e,t){return/\bb=AS:\d+\b/gi.test(e)?e:e.replace(/(\bc=IN[^\r\n]+)/gi,`$1\r\nb=AS:${t.max*An.KBitrate}\r\nb=TIAS:${t.max*An.KBitrate*850}`)}setVideosBitrate(e){var t;return null===(t=this._logger)||void 0===t||t.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,msg:"SDP setVideosBitrate"})),this.videoStreams=this.videoStreams.map((t=>this.setVideoItemBitrate(t,e))),this}setVideoBitrateWithStreamId(e,t){var i;return null===(i=this._logger)||void 0===i||i.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,streamId:t,msg:"SDP setVideoBitrateWithStreamId"})),this.videoStreams=this.videoStreams.map((i=>new RegExp(`\\bmsid:${t}\\b`,"ig").test(i)?this.setVideoItemBitrate(i,e):i)),this}setVideoBitrateWithMid(e,t){var i;return null===(i=this._logger)||void 0===i||i.info(o.L_RTC_SDP_BITRATE_O,JSON.stringify({bitrate:e,mid:t,msg:"SDP setVideoBitrateWithMid"})),this.videoStreams=this.videoStreams.map((i=>new RegExp(`\\bmid:${t}\\b`,"ig").test(i)?this.setVideoItemBitrate(i,e):i)),this}setVideoItemBitrate(e,t){if(0===t.max&&/\ba=inactive\b/gi.test(e))return e;if(!/\bx-google-max-bitrate\b/.test(e)){const i=["$1","x-google-max-bitrate="+t.max*An.KBitrate,"x-google-min-bitrate="+t.min*An.KBitrate,`x-google-start-bitrate=${t.start||t.max*An.KBitrate*.7}`];e=e.replace(/(\bprofile-level-id=42[e0]01f\b)/gi,i.join(";"))}return this.addVideoBlineAS(e,t)}addVideoBlineAS(e,t){return/\bb=AS:\d+\b/gi.test(e)?e:e.replace(/(\bc=IN[^\r\n]+)/gi,`$1\r\nb=AS:${t.max*An.KBitrate}\r\nb=TIAS:${t.max*An.KBitrate*850}`)}clearnSsrcWithMid(e,t){return this.audioStreams=this.audioStreams.map((i=>new RegExp(`\\bmid:${e}\\b`,"ig").test(i)?this.clearSSRC(i,t):i)),this.videoStreams=this.videoStreams.map((i=>new RegExp(`\\bmid:${e}\\b`,"ig").test(i)?this.clearSSRC(i,t):i)),this}clearSSRC(e,t){if(t===an.SENDONLY){if(/\ba=sendonly\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}if(t===an.RECVONLY){if(/\ba=recvonly\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}if(t===an.INACTIVE){if(/\ba=inactive\b/.test(e))return e.replace(/\r\na=(ssrc|msid)[^\r\n]+/gi,"")}return e}}An.KBitrate=1,function(e){e.PLANB="plan-b",e.UNIFIEDPLAN="unified-plan"}(sn||(sn={})),function(e){e.SENDONLY="sendonly",e.RECVONLY="recvonly",e.INACTIVE="inactive"}(an||(an={}));class Nn{constructor(e){this._peer=e,this._outboundStreams={},this._logger=null,this._logger=Le.getLogger()}static setSdpSemantics(e){const t=Le.getLogger(),{browser:i,version:r,supportsUnifiedPlan:n}=ut;null==t||t.info(o.L_A_SDP_STRATEGY_SET_SDP_SEMANTICS_O,JSON.stringify({sdpSemantics:e,supportsUnifiedPlan:n,browser:i,version:r})),n?/chrome/i.test(i)?this._sdpSemantics=r>92?"unified-plan":r<72?"plan-b":e:/firefox/i.test(i)?this._sdpSemantics="unified-plan":/safari/i.test(i)?this._sdpSemantics=r<12?"plan-b":"unified-plan":this._sdpSemantics="unified-plan":this._sdpSemantics="plan-b"}static getSdpSemantics(){return Nn._sdpSemantics}getOutboundVideoInfo(){const e=[];for(const t in this._outboundStreams){const i=this._outboundStreams[t].getVideoTracks()[0];if(!i)continue;const r=/_tiny$/.test(t),{width:o,height:n}=et(i);e.push({trackId:i.id,simulcast:r?zo.TINY:zo.NORMAL,resolution:`${o}x${n}`})}return e}setRemoteAnswer(t){var r,s;return i(this,void 0,void 0,(function*(){if(t=An.trimBlankLine(t),"disconnected"===this._peer.connectionState||"closed"===this._peer.connectionState)return e.RCRTCCode.SET_REMOTE_DESCRIPTION_FAILED;try{yield this._peer.setRemoteDescription({type:"answer",sdp:t})}catch(t){return null===(r=this._logger)||void 0===r||r.info(o.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O,JSON.stringify({status:n.FAILED,msg:t})),e.RCRTCCode.SET_REMOTE_DESCRIPTION_FAILED}return null===(s=this._logger)||void 0===s||s.info(o.L_A_SDP_STRATEGY_SET_REMOTE_ANSWER_O,JSON.stringify({status:n.SUCCESSED,sdp:t})),e.RCRTCCode.SUCCESS}))}getStatParsr(e,t,i){return/chrome/i.test(ut.browser)?new fn(e,t,i):/Firefox/i.test(ut.browser)?new On(e,t,i):/Safari/i.test(ut.browser)?new Ln(e,t,i):null}resetSdp(e){return An.trimBlankLine(e)}}class yn extends An{constructor(e){super(e,sn.PLANB),this.SDP=e}stringify(){const e=[this.SDPHeader];[...this.audioStreams,...this.videoStreams].forEach((t=>{const i=t.match(/\ba=mid:(video|audio)\b/),r=An.clearInactiveOrRecvonly(t);i&&i[1]===ye.AUDIO&&(e[1]=r),i&&i[1]===ye.VIDEO&&(e[2]=r)}));const t=e.join("");return An.trimBlankLine(t)}setAudioBitrateWithStreamId(e,t){var i;return null===(i=this._logger)||void 0===i||i.warn(o.L_OLD_DAILY_RECORD_O,"plan-b not support set Audio Bitrate With Stream Id"),this}setVideoBitrateWithStreamId(e,t){var i;return null===(i=this._logger)||void 0===i||i.warn(o.L_OLD_DAILY_RECORD_O,"plan-b not support set Video Bitrate With Stream Id"),this}}class Dn extends Nn{constructor(){super(...arguments),this.senders={},this._localTracks=[]}addLocalTrack(e){this._localTracks.includes(e)||this._localTracks.push(e);const t=e.getStreamId(),i=e.__innerGetMediaStreamTrack(),r=this._outboundStreams[t]||(this._outboundStreams[t]=new MediaStream);r.getTracks().forEach((e=>{e.kind===i.kind&&r.removeTrack(e)})),r.addTrack(i);const o=e.getTrackId(),n=this.senders[o];n?n.replaceTrack(i):this.senders[o]=this._peer.addTrack(i,r)}removeLocalTrack(e){const t=this._localTracks.findIndex((t=>t===e));t>=0&&this._localTracks.splice(t,1);const i=e.getTrackId(),r=this.senders[i];r&&(r.replaceTrack(null),this._peer.removeTrack(r),delete this.senders[i])}updateSubRemoteTracks(e){}updateRecvTransceiverMap(e,t){}setBitrate(e,t,i){this._maxBitrate=e,this._minBitrate=t,this._startBitrate=i||.7*e}createOffer(e){return i(this,void 0,void 0,(function*(){const t=yield this._peer.createOffer({iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0});for(const e in this._outboundStreams){const i=this._outboundStreams[e].id;t.sdp=t.sdp.replace(new RegExp(i,"g"),e)}return t.sdp&&(t.sdp=An.clearInactiveOrRecvonly(t.sdp)),yield this._peer.setLocalDescription(t),{type:"offer",semantics:"plan-b",sdp:t.sdp}}))}setRemoteAnswer(e){return e=this.resetSdp(e),super.setRemoteAnswer(e)}resetSdp(e){const t=new yn(e),i={max:0,min:0},r={max:0,min:0};return this._localTracks.forEach((e=>{const{min:t,max:o,start:n}=e.getBitrate();e.isAudioTrack()&&(r.max=r.max<o?o:r.max,r.min=r.min>t?t:r.min,r.max===o?r.start=n:r.start=.7*r.max),e.isVideoTrack()&&(i.max=i.max<o?o:i.max,i.min=i.min>t?t:i.min,i.max===o?i.start=n:i.start=.7*i.max)})),t.setAudiosBitrate(r),t.setVideosBitrate(i),t.stringify()}}class kn extends An{constructor(e){super(e,sn.UNIFIEDPLAN),this.SDP=e}stringify(){const e=[this.SDPHeader];[...this.audioStreams,...this.videoStreams].forEach((t=>{const i=t.match(/\ba=mid:(\d+)\b/);i&&i[1]&&(e[+i[1]+1]=t)})),this.SDPHeader="",this.videoStreams=[],this.audioStreams=[];const t=e.join("");return An.trimBlankLine(t)}}class bn{static splitSections(e){return e.split("\nm=").map(((e,t)=>`${(t>0?`m=${e}`:e).trim()}\r\n`))}static getMediaSections(e){const t=bn.splitSections(e);return t.shift(),t}static parseExtmap(e){const t=e.substr(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1]}}static splitLines(e){return e.trim().split("\n").map((e=>e.trim()))}static parseMLine(e){const t=bn.splitLines(e)[0].substr(2).split(" ");return{kind:t[0],port:parseInt(t[1],10),protocol:t[2],fmt:t.slice(3).join(" ")}}static matchPrefix(e,t){return bn.splitLines(e).filter((e=>0===e.indexOf(t)))}static parseMsid(e){let t;const i=bn.matchPrefix(e,"a=msid:");if(1===i.length)return t=i[0].substr(7).split(" "),{stream:t[0],track:t[1]};const r=bn.matchPrefix(e,"a=ssrc:").map((e=>bn.parseSsrcMedia(e))).filter((e=>"msid"===e.attribute));return r.length>0&&r[0].value?(t=r[0].value.split(" "),{stream:t[0],track:t[1]}):{stream:"",track:""}}static parseSsrcMedia(e){const t=e.indexOf(" "),i={ssrc:parseInt(e.substr(7,t-7),10)},r=e.indexOf(":",t);return r>-1?(i.attribute=e.substr(t+1,r-t-1),i.value=e.substr(r+1)):i.attribute=e.substr(t+1),i}static getMid(e){const t=bn.matchPrefix(e,"a=mid:")[0];if(t)return t.substr(6)}}class Un extends Nn{constructor(){super(...arguments),this._sendTransceiver={},this._localTracks={},this._recvAudio=[],this._recvVideo=[],this._recvTransceiver={},this._subedTracks=[],this.midMsid={}}setBitrate(e,t,i){var r;null===(r=this._logger)||void 0===r||r.warn(o.L_OLD_DAILY_RECORD_O,"the interface named `setBitrate` is invalid while sdpSemantics value is `unified-plan`")}addLocalTrack(e){var t;const i=e.getTrackId(),r=e.getStreamId(),o=e.__innerGetMediaStreamTrack();this._localTracks[i]=e;const n=this._outboundStreams[r]||(this._outboundStreams[r]=new MediaStream);n.getTracks().forEach((e=>{e.kind===o.kind&&n.removeTrack(e)})),n.addTrack(o);const s=this._sendTransceiver[i];s?(s.sender.replaceTrack(o),s.direction="sendonly"):this._sendTransceiver[i]=this._peer.addTransceiver(o,{direction:"sendonly",streams:[n]});rn.getInstance().push(i,{msid:r,id:this._outboundStreams[r].id,kind:null===(t=e.streamTrack)||void 0===t?void 0:t.kind})}removeLocalTrack(e){const t=e.getTrackId(),i=e.getStreamId();e.__innerGetMediaStreamTrack(),delete this._localTracks[t];const r=this._sendTransceiver[t];if(!r)return;"closed"!==this._peer.connectionState&&(r.direction="inactive",this._peer.removeTrack(r.sender),r.sender.replaceTrack(null));const o=this._outboundStreams[i];(e.isAudioTrack()?o.getAudioTracks():o.getVideoTracks()).forEach((e=>o.removeTrack(e)));const n=this._sendTransceiver[`${t}_tiny`];if(n&&"inactive"!==n.direction&&"closed"!==this._peer.connectionState){n.direction="inactive";const{sender:e}=n,t=e.track;this._peer.removeTrack(e),e.replaceTrack(null);this._outboundStreams[`${i}_tiny`].removeTrack(t),t.stop()}}updateRecvTransceiverMap(t,i){const{mediaType:r}=rt(t);this._recvTransceiver[t]=i;const o=r===e.RCMediaType.AUDIO_ONLY?this._recvAudio:this._recvVideo,n=o.findIndex((e=>e===i));n>=0&&o.splice(n,1)}updateSubRemoteTracks(e){const t=e.slice(),i=this._subedTracks.slice();this._subedTracks=e.slice();for(let e=t.length-1;e>=0;e-=1){const r=t[e],o=i.findIndex((e=>e===r));o>=0&&(t.splice(e,1),i.splice(o,1))}i.length&&i.forEach((e=>{const t=e.getTrackId();e.__innerSetMediaStreamTrack(void 0);const i=this._recvTransceiver[t];i&&(i.direction="inactive")}));const r={audio:0,video:0};t.length&&t.forEach((e=>{const t=e.isAudioTrack()?"audio":"video",i=this._recvTransceiver[e.getTrackId()];i?i.direction="recvonly":r[t]+=1}));for(let e=this._recvAudio.length;e<r.audio;e+=1)this._recvAudio.push(this._peer.addTransceiver("audio",{direction:"recvonly"}));for(let e=this._recvVideo.length;e<r.video;e+=1)this._recvVideo.push(this._peer.addTransceiver("video",{direction:"recvonly"}))}createOffer(e){return i(this,void 0,void 0,(function*(){const t=yield this._peer.createOffer({iceRestart:e});let i=t.sdp;for(const e in this._outboundStreams){const t=this._outboundStreams[e].id;i=i.replace(new RegExp(t,"g"),e)}return i=this.resetOfferSdp(i),i=i.replace(/(a=ice-options:trickle)/g,"$1\r\na=ice-options:renomination"),t.sdp=i,yield this._peer.setLocalDescription(t),{type:"offer",semantics:"unified-plan",sdp:i}}))}setRemoteAnswer(e){e=this.resetAnswerSdp(e);const t=/[\r\n]+\r\n[\r\n]+/g;return t.test(e)&&(e=e.replace(t,"\r\n")),super.setRemoteAnswer(e)}resetOfferSdp(e){var t;const i=new kn(e);for(const r in this._sendTransceiver){const o=this._sendTransceiver[r],n=null===(t=o.sender.track)||void 0===t?void 0:t.kind;let{direction:s,mid:a}=o;if(!a){bn.getMediaSections(e).forEach((e=>{bn.parseExtmap(e);const{kind:t}=bn.parseMLine(e);let{stream:i}=bn.parseMsid(e);const o=bn.getMid(e);"video"===n?/tiny$/.test(i)?i=i.replace(/tiny$/gi,"1_tiny"):i+="_1":i+="_0",i===r&&n===t&&o&&(a=o)}))}if(a){if(s===an.SENDONLY){const e=this._localTracks[r],t=null==e?void 0:e.getBitrate();n===ye.AUDIO&&t&&i.setAudioBitrateWithMid(t,a),n===ye.VIDEO&&t&&i.setVideoBitrateWithMid(t,a)}s===an.INACTIVE&&i.clearnSsrcWithMid(a,an.INACTIVE)}}for(const e in this._recvTransceiver){const t=this._recvTransceiver[e],{direction:r,mid:o}=t;o&&r===an.INACTIVE&&i.clearnSsrcWithMid(o,an.RECVONLY)}return i.stringify()}resetAnswerSdp(e){var t;const i=new kn(e);for(const e in this._sendTransceiver){const r=this._sendTransceiver[e],{mid:o}=r;if(o){const n=this._localTracks[e],s=null==n?void 0:n.getBitrate(),a=null===(t=r.sender.track)||void 0===t?void 0:t.kind;a===ye.AUDIO&&s&&i.setAudioBitrateWithMid(s,o),a===ye.VIDEO&&s&&i.setVideoBitrateWithMid(s,o)}}return i.stringify()}}!function(e){e.VP8="VP8",e.VP9="VP9",e.H264="H264"}(dn||(dn={}));class Pn extends t.EventEmitter{constructor(e,t,i,r,o){super(),this._pcName=e,this._reTryExchange=t,this._currentUserId=i,this._polarisReport=r,this.onTrackTrouble=o,this.pubLocalTracks={},this._reTryExchangeTimer=null,this._reportStatsTimer=null,this._reportR3R4ToPolarisTimer=null,this._isDestroyed=!1,this._reportStatsData=null,this._originReportStatsData=null,this._logger=null,this._reportListener=null,this.troubleTracksCollection=new Map;const n=Nn.getSdpSemantics(),s=this._rtcPeerConn=new RTCPeerConnection({sdpSemantics:n});this._sdpStrategy="plan-b"===n?new Dn(s):new Un(s),this._rtcPeerConn.oniceconnectionstatechange=this._onICEConnectionStateChange.bind(this),this._rtcPeerConn.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._rtcPeerConn.ontrack=this._onTrackReady.bind(this),this.reportParser=this._sdpStrategy.getStatParsr(this._rtcPeerConn,n,this._currentUserId),this._logger=Le.getLogger()}getName(){return this._pcName}getLocalTracks(){return Object.values(this.pubLocalTracks)}_onConnectionStateChange(){var e;null===(e=this._logger)||void 0===e||e.info(o.L_RTC_PEER_CONNECTION_CONNECTION_STATE_S,JSON.stringify({connectionState:this._rtcPeerConn.connectionState,pcName:this._pcName}))}startAutoExecute(e=1e3){this.stopAutoExecute(),this._reportStatsTimer=setTimeout((()=>{this._reportHandle(e),this.startAutoExecute()}),e)}stopAutoExecute(){clearTimeout(this._reportStatsTimer)}_onICEConnectionStateChange(){var e,t,i,r;wo({iceNewStatusData:{start:Date.now(),status:this._rtcPeerConn.iceConnectionState}}),(e=>{var t,i;const r=ko.getMemo(),o={dur:0,pices:0,ices:0,rid:(null===(t=r.joinRoomData)||void 0===t?void 0:t.roomId)||"",csnid:(null===(i=r.clientData)||void 0===i?void 0:i.clientSessionId)||"",snid:"",time:0,rcdts:[],lcdts:[],cncdts:void 0,cr:"unknown",net:"unknown",uid:e};r.qualityIceStatusReportData=o})(this._currentUserId),null===(e=this._logger)||void 0===e||e.info(o.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_S,JSON.stringify({connectionState:this._rtcPeerConn.connectionState,pcName:this._pcName})),"connected"===this._rtcPeerConn.iceConnectionState&&((()=>{var e,t,i,r,n,s,a,d,c,_,l,u,h,R;const v=ko.getMemo(),C=Date.now();if(!(null===(e=v.iceStatusData)||void 0===e?void 0:e.subscribeNotReport)&&(null===(t=v.iceStatusData)||void 0===t?void 0:t.subscribe)){wo({subscribeNotReport:!0});const e=v.iceStatusData.notFirst?0:((null===(i=v.iceNewStatusData)||void 0===i?void 0:i.start)||0)-((null===(n=null===(r=v.iceStatusData)||void 0===r?void 0:r.subscribe)||void 0===n?void 0:n.time)||0),t=JSON.stringify(Object.assign(Object.assign({},v.qualityIceStatusReportData),{dur:e,pices:bo[(null===(s=v.iceOldStatusData)||void 0===s?void 0:s.status)||0],ices:bo[(null===(a=v.iceNewStatusData)||void 0===a?void 0:a.status)||0],rcdts:void 0,lcdts:void 0,cncdts:void 0,time:C}));Ae.__statistics(o.L_QS_SUB_ICE_STATUS_S,t)}if(!(null===(d=v.iceStatusData)||void 0===d?void 0:d.publishNotReport)&&(null===(c=v.iceStatusData)||void 0===c?void 0:c.publish)){wo({publishNotReport:!0});const e=v.iceStatusData.notFirst?0:((null===(_=v.iceNewStatusData)||void 0===_?void 0:_.start)||0)-((null===(u=null===(l=v.iceStatusData)||void 0===l?void 0:l.publish)||void 0===u?void 0:u.time)||0),t=JSON.stringify(Object.assign(Object.assign({},v.qualityIceStatusReportData),{dur:e,pices:bo[(null===(h=v.iceOldStatusData)||void 0===h?void 0:h.status)||0],ices:bo[(null===(R=v.iceNewStatusData)||void 0===R?void 0:R.status)||0],rcdts:void 0,lcdts:void 0,cncdts:void 0,time:C}));Ae.__statistics(o.L_QS_PUB_ICE_STATUS_S,t)}wo({notFirst:!0})})(),jo(),this.stopAutoExecute(),this.startAutoExecute()),"failed"!==this._rtcPeerConn.iceConnectionState&&"disconnected"!==this._rtcPeerConn.iceConnectionState||(jo(),this._reTryExchange(),this._reTryExchangeTimer=setInterval(this._reTryExchange,15e3));try{null===(i=null===(t=this._reportListener)||void 0===t?void 0:t.onICEConnectionStateChange)||void 0===i||i.call(t,this._rtcPeerConn.iceConnectionState,this._pcName)}catch(e){null===(r=this._logger)||void 0===r||r.error(o.L_RTC_PEER_CONNECTION_ICE_CONNECTION_STATE_REPORT_R,JSON.stringify({status:n.FAILED,pcName:this._pcName,mag:e}))}}_onTrackReady(t){if(!t.streams.length)return;const i=t.streams[0].id,{track:r}=t.receiver,o=[i,"audio"===r.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_");this._updateRecvTransceiverMap(o,t.transceiver),this.emit(Pn.__INNER_EVENT_TRACK_READY__,t)}setBitrate(e,t,r){var s;return i(this,void 0,void 0,(function*(){this._sdpStrategy.setBitrate(e,t,r),null===(s=this._logger)||void 0===s||s.info(o.L_RTC_PEER_CONNECTION_SET_BITRATE_O,JSON.stringify({status:n.SUCCESSED,max:e,min:t,start:r}))}))}createOffer(e){var t;return i(this,void 0,void 0,(function*(){const i=yield this._sdpStrategy.createOffer(e);return null===(t=this._logger)||void 0===t||t.info(o.L_RTC_PEER_CONNECTION_CREATE_OFFER_O,JSON.stringify({offerSDP:i.sdp,sdpDemantics:i.semantics})),i}))}setRemoteAnswer(e){return i(this,void 0,void 0,(function*(){return this._sdpStrategy.setRemoteAnswer(e)}))}getLocalTrack(e){return this.pubLocalTracks[e]||null}addLocalTrack(e){var t;this.pubLocalTracks[e.getTrackId()]=e,this._sdpStrategy.addLocalTrack(e),e.off(xe.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(xe.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),e.on(xe.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.on(xe.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),null===(t=this._logger)||void 0===t||t.info(o.L_RTC_PEER_CONNECTION_ADD_LOCAL_TRACK_O,JSON.stringify({trackId:e.getTrackId()}))}removeLocalTrackById(e){var t,i;const r=this.getLocalTrack(e);r?(null===(i=this._logger)||void 0===i||i.info(o.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O,JSON.stringify({status:n.SUCCESSED,trackId:e})),this.removeLocalTrack(r)):null===(t=this._logger)||void 0===t||t.warn(o.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_BY_ID_O,JSON.stringify({status:n.FAILED,msg:"track not found",trackId:e}))}removeAllLocalTrack(){Object.keys(this.pubLocalTracks).forEach((e=>{/_tiny$/.test(e)||this.removeLocalTrackById(e)}))}removeLocalTrack(e){var t;const i=e.getTrackId();delete this.pubLocalTracks[i],this._sdpStrategy.removeLocalTrack(e),e.__innerSetPublished(!1),e.off(xe.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(xe.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this);const r=`${i}_tiny`,n=this.getLocalTrack(r);n&&(this._sdpStrategy.removeLocalTrack(n),delete this.pubLocalTracks[r],n.destroy()),null===(t=this._logger)||void 0===t||t.info(o.L_RTC_PEER_CONNECTION_REMOVE_LOCAL_TRACK_O,JSON.stringify({trackId:i}))}_updateRecvTransceiverMap(e,t){this._sdpStrategy.updateRecvTransceiverMap(e,t)}updateSubRemoteTracks(e){this._sdpStrategy.updateSubRemoteTracks(e)}getOutboundVideoInfo(){return this._sdpStrategy.getOutboundVideoInfo()}_onLocalTrackMuted(e,t){var i;const r=this.getLocalTrack(`${e.getTrackId()}_tiny`);r&&(r.__innerGetMediaStreamTrack().enabled=!e.isLocalMuted()),this.emit(xe.__INNER_EVENT_MUTED_CHANGE__,e,t),null===(i=this._logger)||void 0===i||i.info(o.L_RTC_PEER_CONNECTION_LOCAL_TRACK_MUTED_O,JSON.stringify({trackId:e.getTrackId()}))}_onLocalTrackDestroied(e){this.emit(xe.__INNER_EVENT_DESTROY__,e)}registerReportListener(e){this._reportListener=e}_createRCRTCStateReport(e){const{timestamp:t,iceCandidatePair:i,senders:r,receivers:o}=JSON.parse(JSON.stringify(e));null==i||delete i.totalPacketsLost;for(const e in i)vt(i[e])&&delete i[e];const n=r.map((e=>{const t={};return e.trackId&&(t.trackId=e.trackId),e.kind&&(t.kind=e.kind),(e.packetsLostRate||0===e.packetsLostRate)&&(t.packetsLostRate=e.packetsLostRate),t.remoteResource=e.remoteResource,(e.audioLevel||0===e.audioLevel)&&(t.audioLevel=e.audioLevel),e.frameWidth&&(t.frameWidth=e.frameWidth),e.frameHeight&&(t.frameHeight=e.frameHeight),e.frameRate&&(t.frameRate=e.frameRate),(e.bitrate||0===e.bitrate)&&(t.bitrate=e.bitrate),e.jitter&&(t.jitter=e.jitter),t})),s=o.map((e=>{const t={};return e.trackId&&(t.trackId=e.trackId),e.kind&&(t.kind=e.kind),(e.packetsLostRate||0===e.packetsLostRate)&&(t.packetsLostRate=e.packetsLostRate),t.remoteResource=e.remoteResource,(e.audioLevel||0===e.audioLevel)&&(t.audioLevel=e.audioLevel),e.frameWidth&&(t.frameWidth=e.frameWidth),e.frameHeight&&(t.frameHeight=e.frameHeight),e.frameRate&&(t.frameRate=e.frameRate),(e.bitrate||0===e.bitrate)&&(t.bitrate=e.bitrate),e.jitter&&(t.jitter=e.jitter),t}));return{timestamp:t,iceCandidatePair:i,senders:n.filter((e=>e.trackId)),receivers:s.filter((e=>e.trackId)),pcName:this._pcName}}_getStatsData(e=1e3){var t,r,o;return i(this,void 0,void 0,(function*(){let i=null;if((null===(t=this._originReportStatsData)||void 0===t?void 0:t.timestamp)&&this._originReportStatsData.timestamp>Date.now()-e)i=this._originReportStatsData.data;else{const e=yield this._rtcPeerConn.getStats();i=null===(r=this.reportParser)||void 0===r?void 0:r.parseRTCStatsReport(e),this._originReportStatsData={data:i,timestamp:Date.now()}}return null===(o=this.reportParser)||void 0===o?void 0:o.formatRCRTCStateReport(i)}))}getAudioLevelReportData(e=1e3){var t,r,o;return i(this,void 0,void 0,(function*(){let i=null;if((null===(t=this._originReportStatsData)||void 0===t?void 0:t.timestamp)&&this._originReportStatsData.timestamp>Date.now()-e)i=this._originReportStatsData.data;else{const e=yield this._rtcPeerConn.getStats();i=null===(r=this.reportParser)||void 0===r?void 0:r.parseRTCStatsReport(e),this._originReportStatsData={data:i,timestamp:Date.now()}}if(!i)return[];return null===(o=this.reportParser)||void 0===o?void 0:o.getAudioLevelList(i)}))}_reportHandle(e){var t,r;return i(this,void 0,void 0,(function*(){const i=yield this._getStatsData(e);if(!i)return;this._reportStatsData=i;const o=this._createRCRTCStateReport(i);null===(r=null===(t=this._reportListener)||void 0===t?void 0:t.onStateReport)||void 0===r||r.call(t,o)}))}_getCacheStatsData(){return this._reportStatsData}_sendR3R4Data(){var e;return i(this,void 0,void 0,(function*(){const t=this._getCacheStatsData();if(!t)return!0;if(t.senders.length||t.receivers.length){const i=yield null===(e=this._polarisReport)||void 0===e?void 0:e.sendR3R4Data(t);return t.senders.length>0&&t.senders.forEach((e=>{const{encoderImplementation:t,frameRate:i,frameWidth:r,frameHeight:o}=e;let n=0;"unknown"!==(null==t?void 0:t.toLowerCase())&&i&&r&&o||(n=1),this.setTroubleTrack(e.trackId,n)})),i}}))}__reportR3R4ToPolaris(){return i(this,void 0,void 0,(function*(){clearTimeout(this._reportR3R4ToPolarisTimer),yield this._sendR3R4Data(),this._reportR3R4ToPolarisTimer=setTimeout((()=>{this.__reportR3R4ToPolaris()}),2e3)}))}getRTCPeerConn(){return this._rtcPeerConn}getCapabilitiesCodes(e=dn.H264){var t;let i=null===(t=RTCRtpSender.getCapabilities("video"))||void 0===t?void 0:t.codecs,r=null;switch(e){case dn.VP8:case dn.VP9:r=i.find((t=>t.mimeType.match(e)));break;case dn.H264:r=i.find((t=>{var i;return t.mimeType.match(e)&&(null===(i=t.sdpFmtpLine)||void 0===i?void 0:i.match("42e01f"))}))}return i=i.filter((e=>e!==r)),i=[r,...i],i}setEncoderPreferences(e){var t;return i(this,void 0,void 0,(function*(){const i=this.getRTCPeerConn(),r=this.getCapabilitiesCodes(e);null===(t=this._logger)||void 0===t||t.info(o.L_SET_ENCODER_PREFERENCES_S,JSON.stringify({status:n.SUCCESSED,codecCap:r})),i.getTransceivers().forEach((e=>{var t;"video"===(null===(t=e.sender.track)||void 0===t?void 0:t.kind)&&e.setCodecPreferences(r)}))}))}destroy(){var e;this.clear(),this.clearReTryExchangeTimer(),clearTimeout(this._reportR3R4ToPolarisTimer),this.stopAutoExecute(),this.registerReportListener(null),this._rtcPeerConn.close(),this._isDestroyed=!0,this.reportParser=null,null===(e=this._logger)||void 0===e||e.info(o.L_RTC_PEER_CONNECTION_DESTROY_O,JSON.stringify({status:n.SUCCESSED}))}clearReTryExchangeTimer(){clearInterval(this._reTryExchangeTimer),this._reTryExchangeTimer=null}isDestroyed(){return this._isDestroyed}setTroubleTrack(e,t=0){let i=this.troubleTracksCollection.get(e);if(0!==t&&i){if(this.troubleTracksCollection.set(e,i+1),i+1>5&&this.onTrackTrouble){let e=[];for(const t of this.troubleTracksCollection.keys()){const i=this.troubleTracksCollection.get(t);i&&i>5&&this.pubLocalTracks[t]&&e.push(this.pubLocalTracks[t])}e.length>0&&this.onTrackTrouble(e)}}else this.troubleTracksCollection.set(e,0)}}Pn.__INNER_EVENT_TRACK_READY__="inner-track-ready",function(e){e[e.DISABLE=0]="DISABLE",e[e.ENABLE=1]="ENABLE"}(cn||(cn={})),function(e){e[e.MeetingOrAnchor=1]="MeetingOrAnchor",e[e.Audience=2]="Audience"}(_n||(_n={})),function(e){e[e.NOT_REPORT=-1]="NOT_REPORT",e[e.REPORT_SUCCESS=1e4]="REPORT_SUCCESS",e[e.REPORT_FAIL=0]="REPORT_FAIL",e[e.PB_ERROR=40001]="PB_ERROR"}(ln||(ln={})),function(e){e.R1="R1",e.R2="R2",e.R3="R3",e.R4="R4"}(un||(un={}));class Mn{constructor(e,t,i,r,o=_n.MeetingOrAnchor){this._context=e,this._runtime=t,this._roomId=i,this._crtRTCRoom=r,this._userRole=o}_send(e){return i(this,void 0,void 0,(function*(){if(this._context.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return ln.NOT_REPORT;return(yield this._context.setRTCState(this._roomId,e))===t.ErrorCode.SUCCESS?ln.REPORT_SUCCESS:ln.REPORT_FAIL}))}_getClientID(){const e="uuid";let t=this._runtime.localStorage.getItem(e);return t||(t=at(),this._runtime.localStorage.setItem(e,t)),t}_getRealResourceId(e){let t=e;const i=e.indexOf("_tiny");return i>-1&&(t=e.slice(0,i)),t}_getPolarisTrackId(t){let i="";const r=t.split("_");if(t.includes("_tiny")){const t=r.pop(),o=parseInt(r.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",n=r.pop();i=[r.join("_"),n,t,o].join("_")}else{const t=parseInt(r.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",o=r.pop();i=[r.join("_"),o,t].join("_")}return i}sendR3R4Data(e){return i(this,void 0,void 0,(function*(){const{iceCandidatePair:t,senders:i,receivers:r}=e,o=(null==t?void 0:t.bitrateSend)||fo,n=(null==t?void 0:t.bitrateRecv)||fo,s=(null==t?void 0:t.networkType)||"unknown",a=(null==t?void 0:t.rtt)||fo,d=`${(null==t?void 0:t.IP)||fo}:${null==t?void 0:t.port}`,c=(null==t||t.remoteIP,null==t||t.remotePort,(null==t?void 0:t.availableIncomingBitrate)||fo),_=(null==t?void 0:t.availableOutgoingBitrate)||fo,l=(null==t?void 0:t.totalPacketsLost)||fo,u=this._context.getCurrentId();let h=`R3\t${o}\t-1\t-1\t-1\t${s}\t${a}\t${d}\t${c}\t${_}\t${l}\t${u}\r`,R=`R4\t${n}\t-1\t-1\t-1\t${s}\t${a}\t${d}\t${c}\t${_}\t${l}\t${u}\r`;const v=i.map((e=>{var t;const{trackId:i,audioLevel:r,samplingRate:o,bitrate:n,packetsLostRate:s,frameRate:a,frameWidth:d,frameHeight:c,googRenderDelayMs:_,jitter:l,nackCount:u,pliCount:h,rtt:R,googFirsSent:v,encoderImplementation:C}=e,g=this._getPolarisTrackId(i),p=this._getRealResourceId(i);return{trackId:g,googCodecName:C||String(fo),audioLevel:r||0===r?r:fo,bitrate:n||0===n?n:fo,packetsLostRate:s||0===s?s:fo,frameRate:a||fo,resolution:d&&c?`${d} * ${c}`:"-1",jitter:l||fo,nackCount:u||0===u?u:fo,pliCount:h||0===h?h:fo,rtt:R||fo,googFirsSent:v,samplingRate:o,googRenderDelayMs:_,encoderImplementation:C||String(fo),trackState:(null===(t=this._crtRTCRoom.getLocalTrack(p))||void 0===t?void 0:t.isLocalMuted())?cn.DISABLE:cn.ENABLE}})),C=r.filter((e=>!!e.trackId)).map((e=>{var t;const{trackId:i,audioLevel:r,samplingRate:o,bitrate:n,packetsLostRate:s,frameRate:a,frameWidth:d,frameHeight:c,googRenderDelayMs:_,jitter:l,nackCount:u,pliCount:h,rtt:R,googFirsReceived:v,codecImplementationName:C}=e,g=this._getPolarisTrackId(i),p=this._getRealResourceId(i);return{trackId:g,googCodecName:C||String(fo),audioLevel:r||0===r?r:fo,bitrate:n||0===n?n:fo,packetsLostRate:s||0===s?s:fo,frameRate:a||fo,resolution:d&&c?`${d} * ${c}`:"-1",jitter:l||fo,nackCount:u||0===u?u:fo,pliCount:h||0===h?h:fo,rtt:R||fo,googFirsReceived:v,samplingRate:o,googRenderDelayMs:_,codecImplementationName:C||String(fo),trackState:(null===(t=this._crtRTCRoom.getRemoteTrack(p))||void 0===t?void 0:t.isLocalMuted())?cn.DISABLE:cn.ENABLE}}));let g=ln.REPORT_FAIL;h+=v.map((e=>`${e.trackId}\t${e.googCodecName}\t${e.audioLevel}\t${e.samplingRate}\t${e.bitrate}\t${e.packetsLostRate}\t${e.frameRate}\t${e.resolution}\t${e.googRenderDelayMs}\t${e.jitter}\t${e.nackCount}\t${e.pliCount}\t${e.rtt}\t${e.googFirsSent}\t${e.encoderImplementation}\t${e.trackState}`)).join("\n"),e.senders.length&&(g=yield this._send(`${h}\r${this._userRole}`));let p=ln.REPORT_FAIL;return R+=C.map((e=>`${e.trackId}\t${e.googCodecName}\t${e.audioLevel}\t${e.samplingRate}\t${e.bitrate}\t${e.packetsLostRate}\t${e.frameRate}\t${e.resolution}\t${e.googRenderDelayMs}\t${e.jitter}\t${e.nackCount}\t${e.pliCount}\t${e.rtt}\t${e.googFirsReceived}\t${e.codecImplementationName}\t${e.trackState}`)).join("\n"),e.receivers.length&&(p=yield this._send(`${R}\r${this._userRole}`)),g!==ln.REPORT_SUCCESS&&p!==ln.REPORT_SUCCESS?ln.REPORT_FAIL:ln.REPORT_SUCCESS}))}sendR1(){const e=this._context.getCoreVersion(),t=navigator.platform,i=`R1\t5.6.2\t${e}\tweb\t${t}\t-1\t${ut.browser}\t${ut.version}\t${this._getClientID()}\t${this._userRole}`;this._send(i)}sendR2(e,t,i){const r=`R2\t${e}\t${t}\t${this._getClientID()}\r${i.join("\t")}\r${this._userRole}`;this._send(r)}}class xn{constructor(e,t,i,r,o=_n.MeetingOrAnchor){this._context=e,this._runtime=t,this._roomId=i,this._crtRTCRoom=r,this._userRole=o,this._useHttp=!0;const n=this._context.getNaviInfo();xn.logServer=null==n?void 0:n.logServer,xn.dc=null==n?void 0:n.dc,this._polarisSignalReporter=new Mn(e,t,i,r,o)}_send(r,n){var s,a;return i(this,void 0,void 0,(function*(){if(this._context.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return ln.NOT_REPORT;const{logServer:i}=xn;if(!i||!this._useHttp||!Wo.jwtToken)return ln.REPORT_FAIL;const d=yield this._context.setRTCStateByHttp(i,this._runtime,r,n);return d===ln.REPORT_SUCCESS?ln.REPORT_SUCCESS:d===e.RCRTCCode.JWT_TIME_OUT?(this._refetchNaviInfo(),ln.REPORT_FAIL):d===ln.REPORT_FAIL||d===ln.PB_ERROR?(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_HTTP_POLARIS_REPORT_FAIL_O,`send data fail -> code: ${d}`),this._useHttp=!1,ln.REPORT_FAIL):ln.REPORT_FAIL}))}_refetchNaviInfo(){return i(this,void 0,void 0,(function*(){const{jwt:e,naviInfo:t}=yield(r=this._context,i(void 0,void 0,void 0,(function*(){const e=r.getPluginContext();yield e.refetchNaviInfo();const t=r.getNaviInfo();return{naviInfo:t,jwt:Ao(t)}})));var r;Wo.jwtToken=e,xn.logServer=null==t?void 0:t.logServer,xn.dc=null==t?void 0:t.dc}))}_getRealResourceId(e){let t=e;const i=e.indexOf("_tiny");return i>-1&&(t=e.slice(0,i)),t}_getPolarisTrackId(t){let i="";const r=t.split("_");if(t.includes("_tiny")){const t=r.pop(),o=parseInt(r.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",n=r.pop();i=[r.join("_"),n,t,o].join("_")}else{const t=parseInt(r.pop())===e.RCMediaType.AUDIO_ONLY?"audio":"video",o=r.pop();i=[r.join("_"),o,t].join("_")}return i}_formatReportBaseData(e){return{type:e,appKey:this._context.getAppkey(),sessionId:this._crtRTCRoom.getSessionId(),roomId:this._roomId,roomCreateTime:this._context.roomCreateTime||0,userId:this._context.getCurrentId(),userRole:this._userRole,joinTime:this._context.userJoinTime||0,signalDataCenter:xn.dc||""}}_formatReportData(e,t){let i=this._formatReportBaseData(e),r={};switch(e){case un.R1:r=this._formatR1Data();break;case un.R2:r=this._formatR2Data(t);break;case un.R3:case un.R4:r=this._formatR3R4Data(e,t)}return Object.assign(Object.assign({},i),{[{R1:"r1Info",R2:"r2Info",R3:"r3Info",R4:"r4Info"}[e]]:r})}_formatR1Data(){return{joinTime:this._context.userJoinTime||0,rtcVersion:"5.6.2",imVersion:this._context.getCoreVersion(),platform:"web",device:navigator.platform,os:String(fo),browserName:ut.browser,browserVersion:String(ut.version),receiveTime:Date.now()}}_formatR2Data(e){const{action:t,status:i,trackIds:r}=e;return{joinTime:this._context.userJoinTime||0,sendTime:Date.now(),rtcActionType:t,rtcActionStatus:i,trackId:r,receiveTime:Date.now()}}_formatR3R4Data(e,t){const{iceCandidatePair:i,senders:r,receivers:o}=t;let n=0,s=[];return e===un.R3?(n=(null==i?void 0:i.bitrateSend)||fo,s=r.map((e=>{var t;const{trackId:i,audioLevel:r,samplingRate:o,bitrate:n,packetsLostRate:s,frameRate:a,frameWidth:d,frameHeight:c,googRenderDelayMs:_,jitter:l,nackCount:u,pliCount:h,rtt:R,googFirsSent:v,encoderImplementation:C}=e,g=this._getPolarisTrackId(i),p=this._getRealResourceId(i);return{trackId:g,codeName:C||String(fo),volume:String(r||0===r?r:fo),samplingRate:o||fo,bitRate:n||0===n?n:fo,packetLossRate:s||0===s?s:fo,frameRate:a||fo,resolution:d&&c?`${d} * ${c}`:"-1",blockTime:_,jitterData:l||fo,nAckCount:String(u||0===u?u:fo),pliCount:String(h||0===h?h:fo),googleRTTTotalTime:R||fo,isReceiveFirstFrameRate:v,codeType:C||String(fo),isEnabled:(null===(t=this._crtRTCRoom.getLocalTrack(p))||void 0===t?void 0:t.isLocalMuted())?cn.DISABLE:cn.ENABLE}}))):e===un.R4&&(n=(null==i?void 0:i.bitrateRecv)||fo,s=o.filter((e=>!!e.trackId)).map((e=>{var t;const{trackId:i,audioLevel:r,samplingRate:o,bitrate:n,packetsLostRate:s,frameRate:a,frameWidth:d,frameHeight:c,googRenderDelayMs:_,jitter:l,nackCount:u,pliCount:h,rtt:R,googFirsReceived:v,codecImplementationName:C}=e,g=this._getPolarisTrackId(i),p=this._getRealResourceId(i);return{trackId:g,codeName:C||String(fo),volume:String(r||0===r?r:fo),samplingRate:o||fo,bitRate:n||0===n?n:fo,packetLossRate:s||0===s?s:fo,frameRate:a||fo,resolution:d&&c?`${d} * ${c}`:"-1",blockTime:_,jitterData:l||fo,nAckCount:String(u||0===u?u:fo),pliCount:String(h||0===h?h:fo),googleRTTTotalTime:R||fo,isReceiveFirstFrameRate:v,codeType:C||String(fo),isEnabled:(null===(t=this._crtRTCRoom.getRemoteTrack(p))||void 0===t?void 0:t.isLocalMuted())?cn.DISABLE:cn.ENABLE}}))),{info:{joinTime:this._context.userJoinTime||0,receiveTime:Date.now(),totalBitRate:n,appCPUUsage:-1,systemCPUUsage:-1,systemCPUFrequency:-1,networkStatus:(null==i?void 0:i.networkType)||"unknown",googleRTTNetwork:(null==i?void 0:i.rtt)||fo,ipAddress:`${(null==i?void 0:i.IP)||fo}:${null==i?void 0:i.port}`,useReceiveBroadBand:String((null==i?void 0:i.availableIncomingBitrate)||fo),useSendBroadBand:String((null==i?void 0:i.availableOutgoingBitrate)||fo),packetLossCount:String((null==i?void 0:i.totalPacketsLost)||fo),streams:s}}}sendR3R4Data(e){return i(this,void 0,void 0,(function*(){let t=ln.REPORT_FAIL;if(e.senders.length){const i=this._formatReportData(un.R3,e);t=yield this._send(i,un.R3),t===ln.REPORT_FAIL&&(t=yield this._polarisSignalReporter.sendR3R4Data(e))}let i=ln.REPORT_FAIL;if(e.receivers.length){const t=this._formatReportData(un.R4,e);i=yield this._send(t,un.R4),i===ln.REPORT_FAIL&&(i=yield this._polarisSignalReporter.sendR3R4Data(e))}return t!==ln.REPORT_SUCCESS&&i!==ln.REPORT_SUCCESS?ln.REPORT_FAIL:ln.REPORT_SUCCESS}))}sendR1(){var e;return i(this,void 0,void 0,(function*(){const t=this._formatReportData(un.R1);(yield this._send(t,un.R1))===ln.REPORT_FAIL&&(null===(e=this._polarisSignalReporter)||void 0===e||e.sendR1())}))}sendR2(e,t,r){var o;return i(this,void 0,void 0,(function*(){const i=this._formatReportData(un.R2,{action:e,status:t,trackIds:r});(yield this._send(i,un.R2))===ln.REPORT_FAIL&&(null===(o=this._polarisSignalReporter)||void 0===o||o.sendR2(e,t,r))}))}}class wn{constructor(e){this._room=e,this._audioLevelChangeHandler=null,this._timer=null}_audioLevelReport(e){return i(this,void 0,void 0,(function*(){if(!this._audioLevelChangeHandler)return;const t=[],i=this._room.__getPC();for(let r=0;r<i.length;r++){const o=i[r];if("new"===o.getRTCPeerConn().iceConnectionState)return;const n=yield o.getAudioLevelReportData(e);null==n||n.forEach((e=>{const{userId:i}=rt(e.trackId),r=this._room.getCrtUserId()===i?this._room.getLocalTrack(e.trackId):this._room.getRemoteTrack(e.trackId);r&&t.push({track:r,audioLevel:e.audioLevel||0})}))}this._audioLevelChangeHandler(t)}))}startAutoExecute(e=1e3){this.stopAutoExecute(),this._timer=setTimeout((()=>{this._audioLevelReport(e),this.startAutoExecute(e)}),e)}stopAutoExecute(){clearTimeout(this._timer)}onAudioLevelChange(e,t){if(t<300||t>1e3){const e=Le.getLogger();null==e||e.error('the valid range of onAudioLevelChange params "gap" is: > 300 && < 1000')}else e?(this._audioLevelChangeHandler=e,this.startAutoExecute(t)):this._audioLevelChangeHandler=null}clearAudioLevelReportTimer(){this.stopAutoExecute()}}e.RCRTCLiveRole=void 0,(hn=e.RCRTCLiveRole||(e.RCRTCLiveRole={}))[hn.ANCHOR=1]="ANCHOR",hn[hn.AUDIENCE=2]="AUDIENCE";class Bn{constructor(e=!1,t,i,r,o){this._useMutilPeerC=e,this._roomId=t,this._reTryExchange=i,this._currentUserId=r,this._polarisReport=o,this._mutilPeerC={}}get useMutilPeerC(){return this._useMutilPeerC}_isPub(e){if(!e.length)return!1;const{track:t}=e[0]instanceof xe||e[0]instanceof $e?{track:e[0]}:e[0];return t.isLocalTrack()}_groupTracksByTag(e){const t={};return e.forEach((e=>{const{track:i}=e instanceof xe?{track:e}:e,r=i.getTag();t[r]?t[r].push(e):t[r]=[e]})),t}_genPCName(e,t){let i=null;return i=e?this._useMutilPeerC?`${this._roomId}_${t}`:`${this._roomId}_pub`:`${this._roomId}_sub`,i}_createOnePeerCItem(e,t){if(this._mutilPeerC[e]&&!this._mutilPeerC[e].pc.isDestroyed())this._mutilPeerC[e].tracks=t;else{const i=this._isPub(t),r=new Pn(e,(()=>this._reTryExchange(e,i)),this._currentUserId,this._polarisReport,this.onTrackTrouble);this._mutilPeerC[e]={pc:r,tracks:t,isPub:i}}return Object.assign(Object.assign({},this._mutilPeerC[e]),{pcName:e})}createPeerCList(e){const t=[],i=this._isPub(e);if(!this._useMutilPeerC){const i=this._genPCName(!0);return t.push(this._createOnePeerCItem(i,e)),t}if(this._useMutilPeerC&&!i){const i=this._genPCName(!1);return t.push(this._createOnePeerCItem(i,e)),t}const r=this._groupTracksByTag(e);for(const e in r){const o=this._genPCName(i,e),n=r[e];t.push(this._createOnePeerCItem(o,n))}return t}_removeAllLocalTrack(){this.getPCList().forEach((e=>e.removeAllLocalTrack()))}destroyPeerC(e){this._mutilPeerC[e].pc.destroy()}_destroyAllPeerC(){this.getPCList().forEach((e=>e.destroy()))}getPCItemByPCName(e){return this._mutilPeerC[e]}getPCByTrackId(e,t=!0){const{tag:i}=rt(e),r=this._genPCName(t,i);return this._mutilPeerC[r].pc}getPCList(){const e=[];for(const t in this._mutilPeerC)e.push(this._mutilPeerC[t].pc);return e}getMutilPeerCData(){return this._mutilPeerC}setPeerCData(e,t,i){}clear(){this._removeAllLocalTrack(),this._destroyAllPeerC()}}!function(e){e[e.Unknow=0]="Unknow",e[e.Publish=1]="Publish",e[e.UnPublish=2]="UnPublish",e[e.JoinRoom=3]="JoinRoom",e[e.LeaveRoom=4]="LeaveRoom",e[e.UpdateSubscribeTask=5]="UpdateSubscribeTask",e[e.SubscribedTask=6]="SubscribedTask",e[e.UnSubscribedTask=7]="UnSubscribedTask",e.AsyncCommand="AsyncCommand"}(Rn||(Rn={})),function(e){e.NORMAL="normal",e.MIDDLE="middle",e.TAIL="tail"}(vn||(vn={})),function(e){e[e.LOW=0]="LOW",e[e.NORMAL=1]="NORMAL",e[e.HIGH=2]="HIGH"}(Cn||(Cn={})),function(e){e[e.Destroy=40400]="Destroy"}(gn||(gn={}));class Vn{get priority(){return Cn.LOW}get kind(){return Rn.Unknow}}class Fn extends Vn{constructor(e=vn.NORMAL){super(),this.state=e}get kind(){return Rn.AsyncCommand}setState(e){this.state=e}pickoutSubscribed(e,t){const{unsubscribe:i,subscribe:r}=this.calcSubscribeList(e,t);return Fn.AsyncSubscribeTasks=[],Fn.AsyncUnsubscribeTasks=[],Fn.AsyncUpdateSubscribeTasks=[],{subscribe:r,unsubscribe:i}}calcSubscribeList(e,t){const i=[],r=new Set,o=[],n=new Set,s=this.formateTrack(e),a=this.formateTrack(t);return a.forEach((e=>{const t=`${e.track.getTrackId()}_SUB_${e.subTiny?"0":"1"}`;this.trackInSubscribeList(e,s)||r.has(t)||(i.push(e),r.add(t))})),s.forEach((e=>{const t=`${e.track.getTrackId()}_SUB_${e.subTiny?"0":"1"}`;this.trackInSubscribeList(e,a)||n.has(t)||(o.push(e),n.add(t))})),{unsubscribe:i,subscribe:o}}formateTrack(e){return e.map((e=>e instanceof $e?{track:e,subTiny:!1}:Object.assign({subTiny:!1},e)))}trackInSubscribeList(e,t){if(0===t.length)return!1;return t.findIndex((t=>t.track.getTrackId()===e.track.getTrackId()&&t.subTiny===e.subTiny))>-1}}Fn.AsyncSubscribeTasks=[],Fn.AsyncUnsubscribeTasks=[],Fn.AsyncUpdateSubscribeTasks=[];class Jn{constructor(e,t,i,r,o,n,s,a,d){this.context=e,this.service=t,this.peerMgr=i,this.roomId=r,this.crtUserId=o,this.roomMode=n,this.polarisReport=s,this.isUpgrade=a,this.isMainRoom=d,this._roomResources={},this._remoteTracks={},this._subscribedList=[],this._collectSubscribeList=[],this._CDNUris=null,this._CDNEnable=!1,this._destroyed=!1,this._roomStatusVersion=0}get useMutilPeerC(){return this.peerMgr.useMutilPeerC}getResourcesByUserId(e){return this._roomResources[e]}getRemoteTrack(e){return this._remoteTracks[e]}getRemoteTracksByUserId(e){const t=[];for(const i in this._remoteTracks){const r=this._remoteTracks[i];r.getUserId()===e&&t.push(r)}return t}getRemoteTracks(){return this._remoteTracks}getSessionId(){return this._sessionId}getAllUserIds(){return Object.keys(this._roomResources)}getRemoteUserIds(){return this.getAllUserIds().filter((e=>e!==this.crtUserId))}getSubscribedList(){return this._subscribedList}getCollectSubscribeList(){return this._collectSubscribeList}getPublishedResourceByTrackId(e){const{userId:t}=rt(e);return this._roomResources[t].find((t=>it(t)===e))}getToken(){return this._token}getLocalTrack(e){return this.peerMgr.getPCByTrackId(e).getLocalTrack(e)}getLocalTracks(){const e=[];return this.peerMgr.getPCList().forEach((t=>{e.push(...t.getLocalTracks())})),e}getTrackState(e){var t;return(null===(t=this.getLocalTrack(e))||void 0===t?void 0:t.isLocalMuted())?0:1}getCDNEnable(){return this._CDNEnable}getCDNUris(){return this._CDNUris}getRoomStatusVersion(){return this._roomStatusVersion}}class Gn extends Jn{_initRemoteTracks(){for(const t in this._roomResources){const i=this._roomResources[t];t!==this.crtUserId&&0!==i.length&&i.forEach((t=>{const i=it(t),{tag:r,userId:o,mediaType:n}=rt(i),s=n===e.RCMediaType.AUDIO_ONLY?new Ye(r,o):new qe(r,o);s.__innerSetRemoteMuted(0===t.state),this._remoteTracks[i]=s}))}}initWithRoomData(e,t){this._sessionId=e.sessionId,this._token=e.token,this._roomStatusVersion=Tt(e.version),this.isUpgrade?this._roomResources={}:this._roomResources=gt(e,this.roomId,t),this._initRemoteTracks(),this.setResourcesByUserId(this.crtUserId,this.getResourcesByUserId(this.crtUserId)||[]);const i=Le.getLogger();null==i||i.info(o.L_PARSE_ROOMDATA_URIS_R,`room data -> ${JSON.stringify(this._roomResources)}`,t)}assignRoomData(e){Object.assign(this._roomResources,e)}setResourcesByUserId(e,t){this._roomResources[e]=t}removeRemoteTrack(e){delete this._remoteTracks[e]}removeResourcesByUserId(e){delete this._roomResources[e]}addRemoteTrack(e){this._remoteTracks[e.getTrackId()]=e}removeRemoteTracks(){const e=Object.values(this._remoteTracks);e.length&&(e.forEach((e=>{e.isAudioTrack()&&e.__releaseMediaElement()})),this._remoteTracks={})}setCDNEnabel(e){this._CDNEnable=e}setCDNUris(e){this._CDNUris=e}resetSubscribedList(e){this._subscribedList.splice(0,this._subscribedList.length,...e),this.resetCollectSubscribeList(e)}resetCollectSubscribeList(e){this._collectSubscribeList.splice(0,this._collectSubscribeList.length,...e)}setRoomStatusVersion(e){this._roomStatusVersion=Tt(e)}}class Kn{constructor(e,t){this._store=e,this.abortCode=t,this._queue=[],this._busy=!1,this._isDestroyed=!1}_next(){this._busy=!1,this._execute()}_execute(){return i(this,void 0,void 0,(function*(){if(this._isDestroyed||this._busy||0===this._queue.length)return;this._busy=!0;const{command:e,resolve:t,reject:i}=this._queue.shift();let r;try{r=yield e.execute(this._store,this)}catch(e){return i(e),void this._next()}t(r),this._next()}))}push(t){return new Promise(((i,r)=>{if(this._isDestroyed)return void r({code:e.RCRTCCode.NOT_IN_ROOM});const{kind:o}=t;this._queue.length>0&&o===Rn.AsyncCommand&&({command:t,resolve:i,reject:r}=this.commandOffset(t,i,r));const{priority:n}=t;if(n===Cn.LOW)this._queue.push({command:t,resolve:i,reject:r});else{const e=this._queue.findIndex((e=>e.command.priority<n)),o=-1===e?this._queue.length-1:e;this._queue.splice(o,0,{command:t,resolve:i,reject:r})}Promise.resolve().then((()=>{this._execute()}))}))}commandOffset(e,t,r){const o=this._queue.length-1;if(!(this._queue[o].command.kind===Rn.AsyncCommand))return{command:e,resolve:t,reject:r};const[n]=this._queue.splice(o,1);n.command instanceof Fn&&(n.command.setState(vn.MIDDLE),e instanceof Fn&&e.setState(vn.TAIL));const s=e.execute;return e.execute=function(t,r){return i(this,void 0,void 0,(function*(){return n.command.execute.call(n.command,t,r),s.call(e,t,r)}))},{command:e,resolve:e=>{n.resolve.call(n,e),t(e)},reject:e=>{n.reject.call(n,e),r(e)}}}isDestroyed(){return this._isDestroyed}destroy(){this._isDestroyed||(this._isDestroyed=!0,this._queue.forEach((e=>{e.resolve({code:this.abortCode})})),this._queue.length=0)}}class Hn extends Kn{constructor(t,i,r,o,n,s,a,d,c){super(new Gn(t,i,r,o,n,s,a,d,c),e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED)}get store(){return this._store}destroy(){super.destroy(),this._store.removeRemoteTracks()}}class jn extends Vn{execute(e){var r,s,a,d,c,_,l,u;return i(this,void 0,void 0,(function*(){const i=e.getResourcesByUserId(e.crtUserId),h=i.slice();i.length=0;const R=null===(s=null===(r=e.context)||void 0===r?void 0:r.logger)||void 0===s?void 0:s.createTraceId();null===(d=null===(a=e.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_UNPUBLISH_PREV_COMMAND_T,JSON.stringify({resource:h}),R);const v=yield e.context.setRTCTotalRes(e.roomId,We(It.UNPUBLISH,h),ze([]),It.TOTAL_CONTENT_RESOURCE,ze([]));v!==t.ErrorCode.SUCCESS?null===(_=null===(c=e.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_UNPUBLISH_PREV_COMMAND_R,JSON.stringify({status:n.FAILED,code:v}),R):null===(u=null===(l=e.context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_UNPUBLISH_PREV_COMMAND_R,JSON.stringify({status:n.SUCCESSED}),R)}))}}!function(e){e[e.RTC=0]="RTC",e[e.LIVE=2]="LIVE",e[e.CROSS_MUTI=7]="CROSS_MUTI",e[e.CROSS_LIVE=8]="CROSS_LIVE",e[e.SIP=4]="SIP",e[e.CALL=5]="CALL",e[e.MEETING=6]="MEETING"}(pn||(pn={}));class $n extends Vn{constructor(e,t,i,r,o,n,s,a){super(),this.roomId=e,this.roomType=t,this.context=i,this.joinType=r,this.livingType=o,this.innerUserDatas=n,this.outerUserDatas=s,this.traceId=a}get kind(){return Rn.JoinRoom}execute(r,s){var a,d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O;return i(this,void 0,void 0,(function*(){Fo(),Vo(this.roomType);const{context:i,service:L}=r;let A=o.L_RTC_CLIENT_JOIN_RTC_ROOM_R;if(this.roomType===pn.LIVE?A=o.L_RTC_CLIENT_JOIN_LIVING_ROOM_R:this.roomType===pn.CROSS_MUTI&&(A=o.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R),i.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.SIGNAL_DISCONNECTED,msg:"im not connected"}),this.traceId),{code:e.RCRTCCode.SIGNAL_DISCONNECTED};if(L.detectorMediaSever(),Ct(i.getNaviInfo()))return null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"package environment error"}),this.traceId),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR};if(!t.validate("roomId",this.roomId,t.notEmptyString,!0))return null===(u=null===(l=r.context)||void 0===l?void 0:l.logger)||void 0===u||u.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomId"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR};if(!t.validate("roomType",this.roomType,(e=>void 0!==pn[e])))return null===(R=null===(h=r.context)||void 0===h?void 0:h.logger)||void 0===R||R.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomType"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR};if(!t.validate("outerUserDatas",this.outerUserDatas,t.isObject,!1))return null===(C=null===(v=r.context)||void 0===v?void 0:v.logger)||void 0===C||C.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> outerUserDatas"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR};if(this.outerUserDatas){if(!Object.keys(this.outerUserDatas).every((e=>t.validate(`outerUserDatas.${e}`,this.outerUserDatas[e],t.isString,!0))))return null===(p=null===(g=r.context)||void 0===g?void 0:g.logger)||void 0===p||p.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> outerUserDatas"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR}}if(!L.getNaviMS().length)return null===(T=null===(m=r.context)||void 0===m?void 0:m.logger)||void 0===T||T.error(A,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"No audio / video server address available"}),this.traceId),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};const{code:N,data:y}=yield i.joinRTCRoom(this.roomId,this.roomType,this.livingType,this.joinType,this.innerUserDatas,this.outerUserDatas);if(N!==t.ErrorCode.SUCCESS||!y){Bo(this.roomId,N,r.getSessionId(),r.crtUserId);const t=40032===N?e.RCRTCCode.SIGNAL_JOIN_RTC_ROOM_REFUSED:N;return null===(S=null===(I=r.context)||void 0===I?void 0:I.logger)||void 0===S||S.error(A,JSON.stringify({status:n.FAILED,code:t,msg:"joinRoom failed"}),this.traceId),{code:t}}Bo(this.roomId,N,r.getSessionId(),r.crtUserId),Fo(this.roomId),r.initWithRoomData(y,this.traceId);r.getResourcesByUserId(r.crtUserId).length>0&&s.push(new jn);const D=null===(E=y.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===E?void 0:E.value;return D&&r.setCDNUris(JSON.parse(D)[0]),null===(O=null===(f=r.context)||void 0===f?void 0:f.logger)||void 0===O||O.info(A,JSON.stringify({status:n.SUCCESSED,userId:r.crtUserId,roomId:this.roomId}),this.traceId),{code:e.RCRTCCode.SUCCESS,data:y}}))}}!function(e){e[e.ROOM=1]="ROOM",e[e.PERSON=2]="PERSON"}(mn||(mn={})),function(e){e.PUBLISH="publish",e.SUBSCRIBE="subscribe"}(Tn||(Tn={})),function(e){e.BEGIN="begin",e.END="end"}(In||(In={})),function(e){e[e.SPREAD=0]="SPREAD",e[e.NO_SPREAD=-1]="NO_SPREAD"}(Sn||(Sn={}));class Yn extends Vn{constructor(e,t,i){super(),this.headers=e,this.reqBody=t,this.traceId=i}execute(t,r){var o,n;return i(this,void 0,void 0,(function*(){const i=yield t.service.exchange(this.headers,this.reqBody,this.traceId);if(t.roomMode!==pn.LIVE)return i;const r=null===(n=null===(o=i.data)||void 0===o?void 0:o.urls)||void 0===n?void 0:n.pull_url;if(i.code!==e.RCRTCCode.SUCCESS||!r)return i;const s=JSON.parse(r);if(t.setCDNUris(s),(null==s?void 0:s.broadcast)===Sn.SPREAD){t.setCDNEnabel(!0);const e=Object.assign(Object.assign({},s),{enableInnerCDN:!0});Xn(t.context,t.roomId,e)}return i}))}}class qn extends Vn{constructor(e,t,i,r){super(),this.tracks=e,this.subhook=t,this.forceReq=i,this.traceId=r}execute(r,s){var a,d,c,_,l,u,h,R,v,C,g,p;return i(this,void 0,void 0,(function*(){const{tracks:i,forceReq:m}=this,{roomId:T}=r;if(null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_UPDATE_SUBSCRIBELIST_COMMAND_T,`roomId: ${T}, forceReq: ${m}, trackIds: ${i.map(mt)}`,this.traceId),!t.validate("tracks",i,(()=>t.isArray(i)&&i.every((e=>e instanceof $e||e.track instanceof $e))),!0))return null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.warn(o.L_UPDATE_SUBSCRIBELIST_COMMAND_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"tracks is invalid"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR};let I=i.map((e=>e instanceof $e?{track:e}:Object.assign({},e)));const S={};I=I.filter((e=>{var t,i;const n=e.track.getTrackId();return r.getRemoteTrack(n)?!S[n]&&(S[n]=!0,!0):(null===(i=null===(t=r.context)||void 0===t?void 0:t.logger)||void 0===i||i.warn(o.L_UPDATE_SUBSCRIBELIST_COMMAND_P,`track cannot found in room -> trackId: ${n}`,this.traceId),!1)})).map((e=>Object.assign({},e)));const E=r.getSubscribedList().map((e=>Object.assign({},e)));if(!m){let t=!1;if(I.forEach((e=>{const i=E.findIndex((t=>t.track===e.track));if(-1===i)return void(t=!0);E.splice(i,1)[0].subTiny!==e.subTiny&&(t=!0)})),E.length&&(t=!0),!t)return null===(u=null===(l=r.context)||void 0===l?void 0:l.logger)||void 0===u||u.warn(o.L_UPDATE_SUBSCRIBELIST_COMMAND_R,JSON.stringify({status:n.SUCCESSED,msg:"subscribe list unchanged"}),this.traceId),{code:e.RCRTCCode.SUCCESS}}const{pc:f,pushOtherRooms:O,headers:L}=this.subhook(i);f.updateSubRemoteTracks(I.map((e=>e.track))),Uo(r.roomId,"",r.getSessionId()),Po(r.roomId,"",r.getSessionId());const A=yield Zn(I,!1,f,r);O&&(A.pushOtherRooms=O);const N=yield new Yn(L,A,this.traceId).execute(r,s);if(I.map((e=>e.track.getTrackId())),N.code!==e.RCRTCCode.SUCCESS)return xo(I,N.code),null===(R=null===(h=r.context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_UPDATE_SUBSCRIBELIST_COMMAND_R,JSON.stringify({status:n.FAILED,code:N.code}),this.traceId),{code:N.code};const{sdp:y,resultCode:D,message:k,subscribedList:b}=N.data;if(D!==e.RCRTCCode.SUCCESS)return xo(I,D),null===(C=null===(v=r.context)||void 0===v?void 0:v.logger)||void 0===C||C.error(o.L_UPDATE_SUBSCRIBELIST_COMMAND_R,JSON.stringify({status:n.FAILED,code:D}),this.traceId),{code:D};const U=yield f.setRemoteAnswer(y.sdp);if(U!==e.RCRTCCode.SUCCESS)return xo(I,U),{code:U};En.formatSourceIdMapFromSdp(y.sdp,"subscribe"),xo(I,U),wo({subscribe:{time:Date.now()}});const P=null==b?void 0:b.map((e=>`${e.msid}_${e.mediaType}`)),M=I.filter((e=>null==P?void 0:P.includes(e.track.getTrackId()))),x=I.filter((e=>!(null==P?void 0:P.includes(e.track.getTrackId()))));null===(p=null===(g=r.context)||void 0===g?void 0:g.logger)||void 0===p||p.info(o.L_ABSTRACT_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,subSuccessTrackIds:P,failedList:x}),this.traceId);const w=r.getRemoteTracks();for(const e in w){const t=M.some((t=>t.track.getTrackId()===e));w[e].__innerSetSubscribed(t);const i=M.some((t=>t.track.getTrackId()===e&&t.subTiny));w[e].isVideoTrack()&&w[e].__innerSetIsTinyTrack(i)}return r.resetSubscribedList(M),x.length?{code:e.RCRTCCode.SUCCESS,failedList:x}:{code:e.RCRTCCode.SUCCESS}}))}}class Wn extends Vn{constructor(e,t,i){super(),this.tracks=e,this.subhook=t,this.traceId=i}execute(r,s){var a,d,c,_;return i(this,void 0,void 0,(function*(){const{tracks:i}=this;if(null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_UNSUBSCRIBE_T,JSON.stringify({unSubscribeTrackIds:i.map(mt)}),this.traceId),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof $e))),!0))return null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.warn(o.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"}),this.traceId),{code:e.RCRTCCode.PARAMS_ERROR};const l=r.getSubscribedList().map((e=>Object.assign({},e))).filter((e=>!i.includes(e.track)));return r.polarisReport.sendR2(Tn.SUBSCRIBE,In.END,i.map((e=>e.getTrackId()))),Yo(!0),new qn(l,this.subhook,!1,this.traceId).execute(r,s)}))}}class zn extends Vn{constructor(e,t,i){super(),this.subhook=e,this.tracks=t,this.onTrackUnpublish=i}execute(e,t){var r,n;return i(this,void 0,void 0,(function*(){const{tracks:i}=this,s=null===(r=e.context.logger)||void 0===r?void 0:r.createTraceId();null===(n=e.context.logger)||void 0===n||n.info(o.L_USER_LEFT_UNSUBSCRIBE_O,void 0,s),yield new Wn(i,this.subhook,s).execute(e,t),i.forEach((t=>{t.__innerDestroy(),e.removeRemoteTrack(t.getTrackId())})),this.onTrackUnpublish(i)}))}}function Zn(e,t,r,o){return i(this,void 0,void 0,(function*(){return{sdp:yield r.createOffer(t),extend:JSON.stringify({resolutionInfo:r.getOutboundVideoInfo()}),subscribeList:e.filter((e=>{const t=e.track.getTrackId(),{userId:i}=rt(t),r=o.getResourcesByUserId(i);if(!r)return!1;const n=r.filter((e=>t===`${e.msid}_${e.mediaType}`)).length;return n})).map((e=>({simulcast:e.subTiny?zo.TINY:zo.NORMAL,resolution:"",uri:o.getPublishedResourceByTrackId(e.track.getTrackId()).uri}))),switchstream:!1}}))}function Qn(r,n,s){var a,d;return i(this,void 0,void 0,(function*(){const i=yield r.setRTCCDNUris(n,It.TOTAL_CONTENT_RESOURCE,JSON.stringify([s]));return i!==t.ErrorCode.SUCCESS?(null===(a=null==r?void 0:r.logger)||void 0===a||a.error(o.L_OLD_DAILY_RECORD_O,`spreadCDNInfo failed -> code: ${i}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(d=null==r?void 0:r.logger)||void 0===d||d.info(o.L_OLD_DAILY_RECORD_O,"spreadCDNInfo succeed"),{code:e.RCRTCCode.SUCCESS})}))}function Xn(r,n,s){var a,d;return i(this,void 0,void 0,(function*(){const i=yield r.setRTCData(n,"cdn_uris",JSON.stringify([s]),!0,mn.ROOM);return i!==t.ErrorCode.SUCCESS?(null===(a=null==r?void 0:r.logger)||void 0===a||a.error(o.L_OLD_DAILY_RECORD_O,`setRoomCDNInfo failed -> code: ${i}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(d=null==r?void 0:r.logger)||void 0===d||d.info(o.L_OLD_DAILY_RECORD_O,"setRoomCDNInfo succeed"),{code:e.RCRTCCode.SUCCESS})}))}function es(t){var r,s,a,d,c,_;return i(this,void 0,void 0,(function*(){const{context:i}=t,{roomId:l}=t,u=Object.assign({},t.getCDNUris(),{enableInnerCDN:t.getCDNEnable()});null===(s=null===(r=t.context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_LIVING_ROOM_SPREAD_CDN_INFO_T,JSON.stringify({roomId:l,CDNUris:u}));const h=(yield Promise.all([Qn(i,l,u),Xn(i,l,u)])).every((t=>t.code===e.RCRTCCode.SUCCESS));return h?null===(d=null===(a=t.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_LIVING_ROOM_SPREAD_CDN_INFO_R,JSON.stringify({status:n.SUCCESSED,CDNUris:u})):null===(_=null===(c=t.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_LIVING_ROOM_SPREAD_CDN_INFO_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.SIGNAL_ERROR,msg:"signal error"})),h?{code:e.RCRTCCode.SUCCESS}:{code:e.RCRTCCode.SIGNAL_ERROR}}))}function ts(r,s,a,d,c,_,l){return i(this,void 0,void 0,(function*(){const{roomId:i,crtUserId:u,roomMode:h}=s,R=[],v={},C={},g={},p=gt(r,i,l),m=Object.keys(p),T=s.getAllUserIds();for(let e=m.length-1;e>=0;e-=1){const t=m[e],i=T.indexOf(t);if(-1===i){R.push(t),v[t]=nt(p[t]);continue}const r=s.getResourcesByUserId(t),o=p[t],{publishedList:n,modifiedList:a,unpublishedList:d}=st(r,o,!0);v[t]=nt(n),C[t]=nt(d),g[t]=nt(a),T.splice(i,1)}T.length&&T.forEach((e=>{s.removeResourcesByUserId(e)})),s.assignRoomData(p),T.length&&(yield is(T,s,c,d,l),a.onUserLeave(T)),R.length&&a.onUserJoin(R);for(const e in C){if(e===u)continue;const t=C[e];if(t.length){const e=t.map((e=>s.getRemoteTrack(it(e))));yield new zn(c,e,a.onTrackUnpublish).execute(s,d)}}Object.keys(v).forEach((t=>{const i=v[t];if(0===i.length)return;const r=i.map((t=>{const i=it(t),{userId:r,tag:o,mediaType:n}=rt(i),a=n===e.RCMediaType.AUDIO_ONLY?new Ye(o,r):new qe(o,r);return s.addRemoteTrack(a),a.__innerSetRemoteMuted(0===t.state),a}));a.onTrackPublish(r)})),Object.keys(g).forEach((e=>{g[e].forEach((e=>{const t=it(e),i=s.getRemoteTrack(t);i.__innerSetRemoteMuted(0===e.state),i.isAudioTrack()?a.onAudioMuteChange(i):a.onVideoMuteChange(i)}))})),h===t.RTCMode.LIVE&&function(e,t,i){var r,s,a;if(!i)return void(null===(s=null===(r=t.context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_LIVING_ROOM_RECONNECTED_R,JSON.stringify({status:n.FAILED,code:"",msg:"cdn_uris not found"})));const d=JSON.parse(i),c=(null===(a=t.getCDNUris())||void 0===a?void 0:a.enableInnerCDN)!==d.enableInnerCDN;t.setCDNUris(d),c&&e.onCDNEnableChange(d.enableInnerCDN)}(a,s,_)}))}function is(e,t,r,n,s){var a;return i(this,void 0,void 0,(function*(){const i=[],d=[];e.forEach((e=>{i.push(...t.getRemoteTracksByUserId(e)),d.push(e)})),i.length&&(null===(a=t.context.logger)||void 0===a||a.info(o.L_RES_UNPUB_UNSUBSCRIBE_O,void 0,s),yield new Wn(i,r,s).execute(t,n),i.forEach((e=>t.removeRemoteTrack(e.getTrackId())))),d.length&&d.forEach((e=>t.removeResourcesByUserId(e)))}))}function rs(e){var t;const{userId:i,userData:r,event:o,switchRoleType:n}=e;return{users:[{userId:i,extra:null===(t=r.filter((e=>"extra"===e.key))[0])||void 0===t?void 0:t.value,state:o,switchRoleType:n}]}}function os(e){var t,i;const{userId:r,userData:o}=e,n=(e=>e.some((e=>"uris"===e.key||"cdn_uris"===e.key)))(o);if(!n)return;const s=null===(t=o.filter((e=>"uris"===e.key))[0])||void 0===t?void 0:t.value,a=null===(i=o.filter((e=>"cdn_uris"===e.key))[0])||void 0===i?void 0:i.value;return{userId:r,content:{uris:s?JSON.parse(s):[],cdn_uris:a&&JSON.parse(a)}}}class ns extends Vn{constructor(e,t,i){super(),this.msgContent=e,this.subhook=t,this.traceId=i}get priority(){return Cn.NORMAL}execute(e,t){return i(this,void 0,void 0,(function*(){const i=[],r=[],n=[],s=[],a={joined:i,left:r,upgrade:n,downgrade:s},{users:d}=this.msgContent;if(0===d.length)return a;for(let t=0;t<d.length;t++){const i=d[t];if(i.extra&&i.extra.roomId!==e.roomId)return a;if(1===Number(i.state)&&!e.getRemoteUserIds().includes(i.userId))return a}d.forEach((t=>{var a,d,c,_;const{userId:l}=t;if(0===Number(t.state)){const r=e.getResourcesByUserId(l);r||(t.switchRoleType?n.push(l):i.push(l),null===(d=null===(a=e.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_PARSE_USERSTATE_COMMAND_R,JSON.stringify({userId:l,msg:"user "+(t.switchRoleType?"upgrade":"joined")}),this.traceId)),e.setResourcesByUserId(l,r||[])}else null===(_=null===(c=e.context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_PARSE_USERSTATE_COMMAND_R,JSON.stringify({userId:l,msg:"user "+(t.switchRoleType?"downgrade":"left")}),this.traceId),t.switchRoleType?s.push(l):r.push(l)}));const c=[...r,...s];return c.length&&(yield is(c,e,this.subhook,t,this.traceId)),a}))}}class ss extends Vn{constructor(e,t,i,r,o,n){super(),this.msgContent=e,this.messageType=t,this.senderId=i,this.subhook=r,this.callback=o,this.traceId=n}get priority(){return Cn.NORMAL}execute(t,r){var s,a,d,c;return i(this,void 0,void 0,(function*(){const{uris:i}=this.msgContent,_=[],l=[],u=[];let h;const R=this.senderId,{messageType:v}=this,C=t.getResourcesByUserId(R)||[];switch(t.setResourcesByUserId(R,C),v){case It.MODIFY:u.push(...i);break;case It.PUBLISH:_.push(...i);break;case It.UNPUBLISH:l.push(...i);break;case It.TOTAL_CONTENT_RESOURCE:h=st(C,i),_.push(...h.publishedList),l.push(...h.unpublishedList),u.push(...h.modifiedList)}if(_.length>0){const i=C.map(it),d=[],c=[];if(_.forEach((r=>{const o=it(r),n=i.indexOf(o),{userId:s,tag:a,mediaType:_}=rt(o);n>-1?C[n]=r:C.push(r);let l=t.getRemoteTrack(o);l?l.isSubscribed()&&d.push(l):(l=_===e.RCMediaType.AUDIO_ONLY?new Ye(a,s):new qe(a,s),t.addRemoteTrack(l),c.push(l)),l.__innerSetRemoteMuted(0===r.state)})),d.length){const i=d.map((e=>e.getTrackId())),{code:c}=yield new qn(d,this.subhook,!0,this.traceId).execute(t,r);c!==e.RCRTCCode.SUCCESS&&(null===(a=null===(s=t.context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RESUB_REPUB_RES_R,JSON.stringify({status:n.FAILED,trackIds:i,code:c}),this.traceId))}this.callback.onTrackPublish(c)}if(l.length>0){const e=l.map(it);for(let t=C.length-1;t>=0;t-=1){const i=C[t];e.includes(it(i))&&C.splice(t,1)}const i=l.map((e=>{const i=it(e);return t.getRemoteTrack(i)}));yield new zn(this.subhook,i,this.callback.onTrackUnpublish).execute(t,r)}if(u.length>0){const e=C.map(it);for(let i=0;i<u.length;i+=1){const r=u[i],o=it(r),n=e.indexOf(o);C[n].state=r.state;const s=t.getRemoteTrack(o);s.__innerSetRemoteMuted(0===r.state),s.isAudioTrack()?this.callback.onAudioMuteChange(s):this.callback.onVideoMuteChange(s)}}if(t.roomMode!==pn.LIVE)return;const g=this.msgContent;if(!g.cdn_uris)return;const p=(null===(d=t.getCDNUris())||void 0===d?void 0:d.enableInnerCDN)!==g.cdn_uris[0].enableInnerCDN;t.setCDNUris(g.cdn_uris[0]),p&&this.callback.onCDNEnableChange(!!(null===(c=t.getCDNUris())||void 0===c?void 0:c.enableInnerCDN))}))}}class as extends Vn{constructor(e,t,i){super(),this.tracks=e,this.subhook=t,this.forceReq=i}execute(r,s){var a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const{tracks:i,forceReq:v}=this,C=null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d?void 0:d.createTraceId();if(null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_SUBSCRIBE_T,JSON.stringify({trackIds:i.map(mt),forceReq:v}),C),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof $e||e.track instanceof $e))),!0))return null===(u=null===(l=r.context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_ABSTRACT_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"}),C),{code:e.RCRTCCode.PARAMS_ERROR};const g=r.getSubscribedList().map((e=>Object.assign({},e))),p=i.map((e=>e instanceof $e?{track:e}:e));let m=!1;const T=[];return p.forEach((e=>{const t=e.track.getTrackId();T.push(t);const i=g.find((e=>e.track.getTrackId()===t));i&&i.subTiny===e.subTiny||(i?i.subTiny=e.subTiny:g.push(e),m=!0)})),m||v?(r.polarisReport.sendR2(Tn.SUBSCRIBE,In.BEGIN,T),$o(!0),new qn(g,this.subhook,!0,C).execute(r,s)):(null===(R=null===(h=r.context)||void 0===h?void 0:h.logger)||void 0===R||R.warn(o.L_ABSTRACT_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,msg:"repeat subscribe"}),C),{code:e.RCRTCCode.SUCCESS})}))}}class ds{constructor(){this.tasks=[]}static handler(){return this.retryHandler||(this.retryHandler=new ds),this.retryHandler}execute(){for(const e of this.tasks)e();this.destroy()}task(e){return i(this,void 0,void 0,(function*(){return new Promise((t=>{this.tasks.push((()=>{t(e())}))}))}))}destroy(){this.tasks=[]}}class cs extends Vn{constructor(e,t,i=3e4){var r;super(),this.tracks=e,this.pubhook=t,this.signalRetryTime=i,this._logger=null,this._logger=Le.getLogger(),this._traceId=null===(r=this._logger)||void 0===r?void 0:r.createTraceId()}get kind(){return Rn.Publish}_removePubFailedTracks(e,t){e.forEach((e=>{var i;const r=e instanceof xe?e:e.track;null===(i=this._logger)||void 0===i||i.debug(o.L_ABSTRACT_ROOM_PUBLISH_P,`remove pub failed track from peerconnection -> trackId: ${r.getTrackId()}`,this._traceId),t.removeLocalTrackById(r.getTrackId())}))}__publish(t,r,s,a,d){var c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const{pcName:i,pc:v,headers:C}=r,{roomId:g}=t,p=[];s.forEach((e=>{const{track:t}=e instanceof xe?{track:e}:e;p.push(t)})),s.sort(((e,t)=>{const{track:i}=e instanceof xe?{track:e}:e,{max:r}=i.getBitrate(),{track:o}=t instanceof xe?{track:t}:t,{max:n}=o.getBitrate();return r-n}));if(v.getLocalTracks().length+((e,t)=>{let i=0;return e.forEach((e=>{const r=e instanceof xe?e.getTrackId():e.track.getTrackId();t.getLocalTrack(r)||(e instanceof xe?i++:e.pubTiny&&e.track.isVideoTrack()&&(i+=2))})),i})(s,v)>10)return null===(c=this._logger)||void 0===c||c.error(o.L_ABSTRACT_ROOM_PUBLISH_P,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PUBLISH_TRACK_LIMIT_EXCEEDED,trackIds:s.map(mt),msg:`pcName: ${i} publish track limit exceeded`}),this._traceId),{code:e.RCRTCCode.PUBLISH_TRACK_LIMIT_EXCEEDED,tracks:p};null===(_=this._logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_PUBLISH_P,`publish tracks -> roomId: ${g}, tracks: ${s.map(mt)}`,this._traceId);for(let t=0;t<s.length;t++){const i=s[t],{track:r,pubTiny:n}=i instanceof xe?{pubTiny:!1,track:i}:i;if(r.isVideoTrack()&&n){let t;try{t=r.__innerGetMediaStreamTrack().clone();const i=n.frameRate||e.RCFrameRate.FPS_15,o=n.resolution||e.RCResolution.W176_H144,{width:s,height:a}=dt(o),d=lt(i);yield t.applyConstraints({width:s,height:a,frameRate:d})}catch(e){null==t||t.stop(),null===(l=this._logger)||void 0===l||l.warn(o.L_ABSTRACT_ROOM_PUBLISH_P,`pubTiny failed -> id: ${r.getTrackId()}, msg: ${e.message}`,this._traceId);break}v.addLocalTrack(new Be(r.getTag(),r.getUserId(),t,!0))}v.addLocalTrack(r)}v.clearReTryExchangeTimer();const m=t.useMutilPeerC?[]:t.getSubscribedList();((e,t,i)=>{var r;const o=ko.getMemo(),n={dur:0,cod:0,rid:e,csnid:(null===(r=o.clientData)||void 0===r?void 0:r.clientSessionId)||"",snid:t,rsid:"",msa:"",msas:[],sigs:[],time:0,resid:"",mtp:0,smct:1,cr:"unknown",net:"unknown",uid:i,stp:0};o.qualityPublishReportData=n,o.publish={start:Date.now()}})(t.roomId,t.getSessionId(),t.crtUserId);const T=yield Zn(m,!1,v,t);a&&(T.pushOtherRooms=a),En.formatSourceIdMapFromSdp(T.sdp.sdp,"publish");const I=yield new Yn(C,T).execute(t,d);if(I.code!==e.RCRTCCode.SUCCESS)return Jo(p,I.code),null===(u=this._logger)||void 0===u||u.error(o.L_ABSTRACT_ROOM_PUBLISH_P,JSON.stringify({status:n.FAILED,tracks:s.map(mt),code:I.code,msg:"exchange failed"}),this._traceId),this._removePubFailedTracks(s,v),{code:I.code,tracks:p};const{sdp:S,resultCode:E,message:f}=I.data;if(E!==e.RCRTCCode.SUCCESS)return Jo(p,E),null===(h=this._logger)||void 0===h||h.error(o.L_ABSTRACT_ROOM_PUBLISH_P,JSON.stringify({status:n.FAILED,trackIds:s.map(mt),code:E,msg:`exchange inner failed: ${f}`}),this._traceId),this._removePubFailedTracks(s,v),{code:E,tracks:p};const O=yield v.setRemoteAnswer(S.sdp);return O!==e.RCRTCCode.SUCCESS?(Jo(p,O),null===(R=this._logger)||void 0===R||R.error(o.L_ABSTRACT_ROOM_PUBLISH_P,JSON.stringify({status:n.FAILED,trackIds:s.map(mt),code:O,msg:"set remote answer error"}),this._traceId),{code:O,tracks:p}):Object.assign(Object.assign({},I),{tracks:p})}))}_mergePublishRes(r,s){var a,d;return i(this,void 0,void 0,(function*(){const c=s.crtUserId,{roomId:_}=s;let l="";const u=[],h=s.getResourcesByUserId(c),R=[...h];let v=[];r.forEach((t=>{if(t.code!==e.RCRTCCode.SUCCESS){const{tracks:e}=t;return void u.push({code:t.code,tracks:e})}const{publishList:i,urls:r,mcuPublishList:o}=t.data;l=null==r?void 0:r.liveUrl;i.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:s.getTrackState(it(e))},e))).forEach((e=>{const{isInclude:t,index:i}=((e,t)=>{let i=!1,r=0;for(let o=0;o<t.length;o++){const n=t[o];if(`${e.msid}_${e.mediaType}`==`${n.msid}_${n.mediaType}`){i=!0,r=o;break}}return{isInclude:i,index:r}})(e,R);t?R.splice(i,1,e):R.push(e)}));const n=(null==o?void 0:o.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:1},e))))||[];v=n}));const{publishedList:C}=st(h,R),g=Object.assign(Object.assign({},s.getCDNUris()),{enableInnerCDN:s.getCDNEnable()}),p=g&&g.broadcast===Sn.SPREAD?JSON.stringify([g]):"";ko.getMemo().publishSignalTotal={start:Date.now()};let m=yield s.context.setRTCTotalRes(_,We(It.PUBLISH,C),ze(R),It.TOTAL_CONTENT_RESOURCE,ze(v),p);if(m!==t.ErrorCode.SUCCESS){const e=ds.handler(),r=(new Date).valueOf(),o=()=>i(this,void 0,void 0,(function*(){if((new Date).valueOf()-r>this.signalRetryTime)return m;const i=yield s.context.setRTCTotalRes(_,We(It.PUBLISH,C),ze(R),It.TOTAL_CONTENT_RESOURCE,ze(v));return i!==t.ErrorCode.SUCCESS&&(yield e.task(o)),i}));m=yield e.task(o)}if(m!==t.ErrorCode.SUCCESS)return Go(R,m),null===(a=this._logger)||void 0===a||a.error(o.L_ABSTRACT_ROOM_PUBLISH_R,JSON.stringify({status:n.FAILED,code:m,msg:"send publish streams notification failed"}),this._traceId),{code:e.RCRTCCode.SIGNAL_ERROR};Go(R,m),wo({publish:{time:Date.now()}}),s.setResourcesByUserId(c,R);const T=C.map((e=>it(e)));s.polarisReport&&s.polarisReport.sendR2(Tn.PUBLISH,In.BEGIN,T),C.forEach((e=>{const t=s.useMutilPeerC?`${_}_${(e=>{const t=e.split("_");return{tag:t.pop(),userId:t.join("_")}})(e.msid).tag}`:`${_}_pub`,{pc:i}=s.peerMgr.getPCItemByPCName(t);i.getLocalTrack(`${e.msid}_${e.mediaType}`).__innerSetPublished(!0)})),null===(d=this._logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_PUBLISH_R,JSON.stringify({status:n.SUCCESSED,code:u.length?e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED:e.RCRTCCode.SUCCESS,pubSuccessTrackIds:T}),this._traceId);const I={code:e.RCRTCCode.SUCCESS};return l&&(I.liveUrl=l),u.length&&(I.failedTracks=u,I.code=e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED),I}))}execute(r,s){var a,d,c,_,l,u;return i(this,void 0,void 0,(function*(){let{tracks:i}=this;if(null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_PUBLISH_T,JSON.stringify({trackIds:i.map(mt)})),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof xe||e.track instanceof xe))),!0))return null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_ABSTRACT_ROOM_PUBLISH_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"}),this._traceId),{code:e.RCRTCCode.PARAMS_ERROR};if(i=i.filter((e=>{var t,i;const{track:n}=e instanceof xe?{track:e}:e,s=n.isDestroyed();return s&&(null===(i=null===(t=r.context)||void 0===t?void 0:t.logger)||void 0===i||i.warn(o.L_ABSTRACT_ROOM_PUBLISH_P,JSON.stringify({msg:`track -> ${n.getTrackId()} has beem destroyed`}),this._traceId)),!s})),!i.length)return null===(u=null===(l=r.context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_ABSTRACT_ROOM_PUBLISH_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PUBLISH_TRACKS_IS_INVALID,msg:"params tracks is invalid"}),this._traceId),{code:e.RCRTCCode.PUBLISH_TRACKS_IS_INVALID};const h=[],{plist:R,pushOtherRooms:v}=this.pubhook(i);for(let e=0;e<R.length;e++){const t=R[e];h.push(this.__publish(r,t,t.tracks,v,s))}const C=yield Promise.all(h);return yield this._mergePublishRes(C,r)}))}}class _s extends Vn{constructor(e,t){super(),this.tracks=e,this.unpubhook=t}get kind(){return Rn.UnPublish}__unpublish(t,r,s,a){var d,c,_,l;return i(this,void 0,void 0,(function*(){const{pcName:i,pc:u}=s,h=a.map((e=>e.getTrackId()));if(0===h.map(t.getPublishedResourceByTrackId.bind(t)).filter((e=>!!e)).length)return{code:e.RCRTCCode.SUCCESS,tracks:a};h.forEach((e=>u.removeLocalTrackById(e))),t.polarisReport.sendR2(Tn.PUBLISH,In.END,h),u.clearReTryExchangeTimer();const R=t.useMutilPeerC?[]:t.getSubscribedList();((e,t,i)=>{var r;const o=ko.getMemo(),n={dur:0,cod:0,rid:e,csnid:(null===(r=o.clientData)||void 0===r?void 0:r.clientSessionId)||"",snid:t,rsid:"",msa:"",msas:[],sigs:[],time:0,resid:"",mtp:0,smct:1,uid:i,stp:0};o.qualityUnpublishReportData=n,o.unpublish={start:Date.now()}})(t.roomId,t.getSessionId(),t.crtUserId);const v=yield Zn(R,!1,u,t),{pushOtherRooms:C,headers:g}=this.unpubhook(a,i);C&&(v.pushOtherRooms=C);const p=yield new Yn(g,v,this._traceId).execute(t,r);if(p.code!==e.RCRTCCode.SUCCESS)return Ko(a,p.code),null===(c=null===(d=t.context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_ABSTRACT_ROOM_UNPUBLISH_P,JSON.stringify({status:n.FAILED,code:p.code,trackIds:a.map(mt),msg:"exchange failed"}),this._traceId),{code:p.code,tracks:a};const{resultCode:m,message:T}=p.data;return m!==e.RCRTCCode.SUCCESS?(Ko(a,p.data.resultCode),null===(l=null===(_=t.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_ABSTRACT_ROOM_UNPUBLISH_P,JSON.stringify({status:n.FAILED,code:m,trackIds:a.map(mt),msg:`exchange inner failed: ${T}`}),this._traceId),{code:m,tracks:a}):Object.assign(Object.assign({},p),{tracks:a})}))}_mergeUnpublishRes(r,s){var a,d,c,_;return i(this,void 0,void 0,(function*(){const l=r.context.getCurrentId(),{roomId:u}=r,h=[],R=[],v=[],C=[];let g=[];for(let t=0;t<s.length;t++){const i=s[t],{tracks:o}=i;if(i.code!==e.RCRTCCode.SUCCESS){R.push({code:i.code,tracks:o});continue}const{mcuPublishList:n}=i.data,a=i.tracks.map((e=>e.getTrackId()));C.push(...a);const d=a.map(r.getPublishedResourceByTrackId.bind(r)).filter((e=>!!e));v.push(...d),h.push(i);const c=n?n.map((e=>Object.assign({tag:e.msid.split("_").pop(),state:1},e))):[];g=c}const p=r.getResourcesByUserId(l),m=p.filter((e=>!v.includes(e)));ko.getMemo().unpublishSignalTotal={start:Date.now()};const T=yield r.context.setRTCTotalRes(u,We(It.UNPUBLISH,v),ze(m),It.TOTAL_CONTENT_RESOURCE,ze(g));if(T!==t.ErrorCode.SUCCESS)return Ho(p,T),null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_ABSTRACT_ROOM_UNPUBLISH_R,JSON.stringify({status:n.FAILED,code:T,msg:"send unpublish notification failed"}),this._traceId),{code:e.RCRTCCode.SIGNAL_ERROR};null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_UNPUBLISH_R,JSON.stringify({status:n.SUCCESSED,code:R.length?e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED:e.RCRTCCode.SUCCESS,msg:"unpublish success",unPubResourceIds:C}),this._traceId),Ho(p,T),h.forEach((e=>i(this,void 0,void 0,(function*(){const{sdp:t}=e.data,{tracks:i}=e,o=r.peerMgr.getPCByTrackId(i[0].getTrackId());yield o.setRemoteAnswer(t.sdp)})))),r.setResourcesByUserId(l,m);const I={code:e.RCRTCCode.SUCCESS};return R.length&&(I.failedTracks=R,I.code=e.RCRTCCode.SOME_TRACKS_PUBLISH_FAILED),I}))}execute(r,s){var a,d,c,_,l;return i(this,void 0,void 0,(function*(){const{crtUserId:i,roomId:u}=r,{tracks:h}=this;this._traceId=null===(a=r.context.logger)||void 0===a?void 0:a.createTraceId(),null===(c=null===(d=r.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_ABSTRACT_ROOM_UNPUBLISH_T,JSON.stringify({trackIds:h.map(mt)}));if(!t.validate("tracks",h,(()=>h.every((e=>e.getUserId()===i&&e instanceof xe))),!0))return null===(l=null===(_=r.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_ABSTRACT_ROOM_UNPUBLISH_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"})),{code:e.RCRTCCode.PARAMS_ERROR};const R=r.peerMgr.createPeerCList(h),v=[];for(let e=0;e<R.length;e++){const{tracks:t}=R[e];v.push(this.__unpublish(r,s,R[e],t))}const C=yield Promise.all(v);let g=C.length;if(C.forEach((t=>{t.code!==e.RCRTCCode.SUCCESS||t.data||(g-=1)})),0===g)return{code:e.RCRTCCode.SUCCESS};return yield this._mergeUnpublishRes(r,C)}))}}class ls extends Vn{constructor(e,t){super(),this.localTrack=e,this._recvSignalResultFn=t}execute(e,r){var s,a,d,c;return i(this,void 0,void 0,(function*(){const{localTrack:i}=this,r=i.getTrackId(),{crtUserId:_,roomId:l}=e,u=!i.isLocalMuted(),h=[{resourceId:r,enabled:u}],R=e.getResourcesByUserId(_),v=[];for(let e=0;e<R.length;e+=1){const t=R[e],i=it(t),r=h.findIndex((e=>e.resourceId===i));if(r>=0){const{enabled:e}=h[r];t.state=e?1:0,v.push(t);break}}const C=yield e.context.setRTCTotalRes(l,We(It.MODIFY,v),ze(R),It.TOTAL_CONTENT_RESOURCE);this._recvSignalResultFn(C),C!==t.ErrorCode.SUCCESS&&(null===(a=null===(s=e.context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_LOCAL_TRACK_SET_LOCAL_MUTED_R,JSON.stringify({status:n.FAILED,code:C,enabled:u,trackId:this.localTrack.getTrackId(),msg:"signal error"}))),null===(c=null===(d=e.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_LOCAL_TRACK_SET_LOCAL_MUTED_R,JSON.stringify({status:n.SUCCESSED,enabled:u,trackId:this.localTrack.getTrackId()}))}))}}class us extends Vn{constructor(e,t,i){super(),this.pcName=e,this.isPub=t,this.retryHook=i}get priority(){return Cn.HIGH}execute(t,r){var n,s;return i(this,void 0,void 0,(function*(){null===(s=null===(n=t.context)||void 0===n?void 0:n.logger)||void 0===s||s.info(o.L_RETRY_EXCHANGE_COMMAND_T);const{pcName:i,isPub:a}=this,{useMutilPeerC:d}=t,{pc:c}=t.peerMgr.getPCItemByPCName(i),_=a&&d?[]:t.getSubscribedList(),l=yield Zn(_,!0,c,t),{pushOtherRooms:u,headers:h}=this.retryHook(i);u&&(l.pushOtherRooms=u);const R=yield new Yn(h,l).execute(t,r);if(R.code!==e.RCRTCCode.SUCCESS)return;const{sdp:v,resultCode:C}=R.data;C===e.RCRTCCode.SUCCESS&&(c.clearReTryExchangeTimer(),yield c.setRemoteAnswer(v.sdp))}))}}class hs extends Vn{constructor(e,t,i){super(),this.subhook=e,this.callbacks=t,this.livingType=i}get priority(){return Cn.HIGH}execute(e,r){var s,a,d,c,_,l,u,h,R,v,C,g,p;return i(this,void 0,void 0,(function*(){const{livingType:i}=this,{roomId:m,roomMode:T}=e,I=null===(a=null===(s=e.context)||void 0===s?void 0:s.logger)||void 0===a?void 0:a.createTraceId();null===(c=null===(d=e.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_ABSTRACT_ROOM_IM_RECONNECTED_T,void 0,I);if(e.peerMgr.getPCList().some((e=>"closed"===e.getRTCPeerConn().connectionState)))return null===(l=null===(_=e.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_ABSTRACT_ROOM_IM_RECONNECTED_R,JSON.stringify({status:n.FAILED,msg:"RTCPeerConnection closed. Please rejoin room to restore services"}),I),void(this.callbacks.onPeerClosed&&this.callbacks.onPeerClosed());const{code:S,data:E}=yield e.context.joinRTCRoom(m,T,i);if(S!==t.ErrorCode.SUCCESS)return void(null===(h=null===(u=e.context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_ABSTRACT_ROOM_IM_RECONNECTED_R,JSON.stringify({status:n.FAILED,code:S,msg:"im reconnect joinRTCRoom failed"}),I));if(!E)return void(null===(v=null===(R=e.context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_LIVING_ROOM_RECONNECTED_R,JSON.stringify({status:n.FAILED,msg:"im reconnect joinRTCRoom, roomData is empty"}),I));const f=null===(C=E.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===C?void 0:C.value;return ts(E,e,this.callbacks,r,this.subhook,f,I),null===(p=null===(g=e.context)||void 0===g?void 0:g.logger)||void 0===p||p.info(o.L_ABSTRACT_ROOM_IM_RECONNECTED_R,JSON.stringify({status:n.SUCCESSED,roomData:E}),I),{data:E}}))}}class Rs extends Fn{constructor(e,t,i,r=vn.NORMAL,o){super(r),this.tracks=e,this.subhook=t,this.callbacks=i,this.traceId=o,this._logger=null,this._logger=Le.getLogger()}execute(t,r){var n,s,a,d;return i(this,void 0,void 0,(function*(){const{tracks:i}=this,{roomId:c}=t;if(null===(n=this._logger)||void 0===n||n.info(o.L_OLD_DAILY_RECORD_O,`unsubscribe -> roomId: ${c}, tracks: ${i.map(mt)}`),this.state===vn.NORMAL){const e=t.getSubscribedList().slice(),{code:o,failedList:n}=yield new qn(i,this.subhook,!0,this.traceId).execute(t,r),a=t.getSubscribedList().slice(),{subscribe:d,unsubscribe:c}=this.pickoutSubscribed(a,e);return null===(s=this.callbacks)||void 0===s||s.onTaskCompleted({code:o,subscribe:d,unsubscribe:c,failedList:n}),{code:o,failedList:n}}if(this.state===vn.TAIL){const{code:i}=yield new Rs(this.tracks,this.subhook,this.callbacks,vn.MIDDLE,this.traceId).execute(t,r);if(i===e.RCRTCCode.SUCCESS){const i=t.getCollectSubscribeList().slice(0),o=t.getSubscribedList().slice(),{code:n,failedList:s}=yield new qn(i,this.subhook,!0).execute(t,r);if(n!==e.RCRTCCode.SUCCESS)return null===(a=this.callbacks)||void 0===a||a.onTaskCompleted({code:n,subscribe:[],unsubscribe:[],failedList:s}),{code:n,failedList:s};const c=t.getSubscribedList().slice(0),{subscribe:_,unsubscribe:l}=this.pickoutSubscribed(c,o);return null===(d=this.callbacks)||void 0===d||d.onTaskCompleted({code:n,subscribe:_,unsubscribe:l,failedList:s}),{code:n,failedList:s}}return{code:i}}return Fn.AsyncUpdateSubscribeTasks.splice(Fn.AsyncUpdateSubscribeTasks.length,0,...this.tracks),new Promise((r=>{const o=this.formateTrack(i);t.resetCollectSubscribeList(o),r({code:e.RCRTCCode.SUCCESS})}))}))}}class vs extends Fn{constructor(e,t,i,r=vn.NORMAL){super(r),this.tracks=e,this.subhook=t,this.callbacks=i}execute(r,s){var a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const{tracks:i}=this,{roomId:C}=r;if(this.state===vn.NORMAL){const e=r.getSubscribedList().slice(),{code:t,failedList:o}=yield new as(i,this.subhook).execute(r,s),n=r.getSubscribedList().slice(),{subscribe:d,unsubscribe:c}=this.pickoutSubscribed(n,e);return null===(a=this.callbacks)||void 0===a||a.onTaskCompleted({code:t,subscribe:d,unsubscribe:c,failedList:o}),{code:t,failedList:o}}const g=null===(c=null===(d=r.context)||void 0===d?void 0:d.logger)||void 0===c?void 0:c.createTraceId();if(null===(l=null===(_=r.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_ABSTRACT_ROOM_SUBSCRIBE_T,JSON.stringify({trackIds:i.map(mt)}),g),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof $e||e.track instanceof $e))),!0))return null===(h=null===(u=r.context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_ABSTRACT_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"})),{code:e.RCRTCCode.PARAMS_ERROR};const p=this.getSubscribedList(r).map((e=>Object.assign({},e))),m=i.map((e=>e instanceof $e?{track:e}:e)),T=[];if(m.forEach((e=>{const t=e.track.getTrackId();T.push(t);const i=p.find((e=>e.track.getTrackId()===t));if(i){if(i.subTiny===e.subTiny)return;i.subTiny=e.subTiny}else p.push(e)})),r.polarisReport.sendR2(Tn.SUBSCRIBE,In.BEGIN,T),null===(v=null===(R=r.context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_ABSTRACT_ROOM_SUBSCRIBE_R,JSON.stringify({trackIds:i.map(mt),roomId:C})),this.state===vn.TAIL){const{code:t}=yield new vs(this.tracks,this.subhook,this.callbacks,vn.MIDDLE).execute(r,s);if(t===e.RCRTCCode.SUCCESS){const e=r.getCollectSubscribeList().slice(0);return new Rs(e,this.subhook,this.callbacks,vn.NORMAL,g).execute(r,s)}return{code:t}}return Fn.AsyncSubscribeTasks.splice(Fn.AsyncSubscribeTasks.length,0,...this.tracks),new Promise((t=>{r.resetCollectSubscribeList(p),t({code:e.RCRTCCode.SUCCESS})}))}))}getSubscribedList(e){return this.state===vn.MIDDLE?e.getCollectSubscribeList():e.getSubscribedList()}}class Cs extends Fn{constructor(e,t,i,r=vn.NORMAL){super(r),this.tracks=e,this.subhook=t,this.callbacks=i}execute(r,s){var a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const{tracks:i}=this,{roomId:C}=r,g=null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d?void 0:d.createTraceId();if(this.state===vn.NORMAL){const e=r.getSubscribedList().slice(),{code:t,failedList:o}=yield new Wn(i,this.subhook,g).execute(r,s),n=r.getSubscribedList().slice(),{subscribe:a,unsubscribe:d}=this.pickoutSubscribed(n,e);return null===(c=this.callbacks)||void 0===c||c.onTaskCompleted({code:t,subscribe:a,unsubscribe:d,failedList:o}),{code:t,failedList:o}}if(null===(l=null===(_=r.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_ABSTRACT_ROOM_UNSUBSCRIBE_T,JSON.stringify({trackIds:i.map(mt)})),!t.validate("tracks",i,(()=>t.isArray(i)&&i.length>0&&i.every((e=>e instanceof $e))),!0))return null===(h=null===(u=r.context)||void 0===u?void 0:u.logger)||void 0===h||h.warn(o.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"})),{code:e.RCRTCCode.PARAMS_ERROR};const p=this.getSubscribedList(r).map((e=>Object.assign({},e))).filter((e=>!i.includes(e.track)));if(r.polarisReport.sendR2(Tn.SUBSCRIBE,In.END,i.map((e=>e.getTrackId()))),null===(v=null===(R=r.context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_ABSTRACT_ROOM_UNSUBSCRIBE_R,JSON.stringify({trackIds:i.map(mt),roomId:C})),this.state===vn.TAIL){const{code:t}=yield new Cs(this.tracks,this.subhook,this.callbacks,vn.MIDDLE).execute(r,s);if(t===e.RCRTCCode.SUCCESS){const e=r.getCollectSubscribeList().slice(0).map((e=>e.track));return new Rs(e,this.subhook,this.callbacks,vn.NORMAL,g).execute(r,s)}return{code:t}}return Fn.AsyncUnsubscribeTasks.splice(Fn.AsyncUnsubscribeTasks.length,0,...this.tracks),new Promise((t=>{r.resetCollectSubscribeList(p),t({code:e.RCRTCCode.SUCCESS})}))}))}getSubscribedList(e){return this.state===vn.MIDDLE?e.getCollectSubscribeList():e.getSubscribedList()}}var gs;!function(e){e[e.JOIN=0]="JOIN",e[e.LEAVE=1]="LEAVE",e[e.OFFLINE=2]="OFFLINE",e[e.RESOURCECHANGE=3]="RESOURCECHANGE"}(gs||(gs={}));class ps extends Vn{constructor(e,t,i,r,o,n){super(),this._roomId=e,this._traceId=t,this._context=i,this._callbacks=r,this._subhook=o,this._dealUserAppListener=n}execute(e,r){var n,s;return i(this,void 0,void 0,(function*(){const i=e.getRoomStatusVersion();null===(n=this._context.logger)||void 0===n||n.info(o.L_PULL_ROOM_STATUS_T,JSON.stringify({roomId:this._roomId,version:i}),this._traceId);const{code:a,data:d}=yield this._context.pullRTCRoomStatus(this._roomId,i);if(a!==t.ErrorCode.SUCCESS)return{code:a};const{bFullStatus:c,version:_,usersData:l,roomStatus:u}=d;if(null===(s=this._context.logger)||void 0===s||s.info(o.L_PULL_ROOM_STATUS_R,JSON.stringify({bFullStatus:c,version:Tt(_),usersData:l,roomStatus:u}),this._traceId),e.setRoomStatusVersion(_),c){const{urisData:t,CDNUris:i}=function(e){const t={users:{}};let i="";return e.forEach((e=>{var r,o;const{userId:n,userData:s}=e;t.users[n]={};const a=null===(r=s.filter((e=>"uris"===e.key))[0])||void 0===r?void 0:r.value,d=null===(o=s.filter((e=>"cdn_uris"===e.key))[0])||void 0===o?void 0:o.value;i=d||i,t.users[n]={uris:a}})),{urisData:t,CDNUris:i&&JSON.stringify(JSON.parse(i)[0])}}(l);return ts(t,e,this._callbacks,r,this._subhook,i,this._traceId),{code:a}}for(let t=0;t<u.length;t++){const i=u[t];if(i.event===gs.RESOURCECHANGE){const t=os(i);if(!t)continue;const{content:o,userId:n}=t;if(n===e.crtUserId)continue;yield new ss(o,It.TOTAL_CONTENT_RESOURCE,n,this._subhook.bind(this),this._callbacks,this._traceId).execute(e,r)}else{const t=rs(i),o=yield new ns(t,this._subhook.bind(this),this._traceId).execute(e,r);this._dealUserAppListener(o)}}return{code:a}}))}}const ms="evt-leave";class Ts extends t.EventEmitter{constructor(e,t,r,n,s,a,d,c,_,l=Oo(),u=3e4){super(),this._context=e,this._runtime=t,this._roomId=r,this._service=s,this._initOptions=a,this._useMutilPeerC=_,this._clientSessionId=l,this.signalRetryTime=u,this._appListener=null,this._reportListener=null,this._onRecvPKMsg=null,this._polarisReport=new xn(this._context,this._runtime,this._roomId,this),this._peerCManager=new Bn(this._useMutilPeerC,this._roomId,this._reTryExchange.bind(this),this._context.getCurrentId(),this._polarisReport),this._invoker=new Hn(this._context,this._service,this._peerCManager,r,this._context.getCurrentId(),n,this._polarisReport,d,c),this._store=this._invoker.store,this._context.registerRTCSignalListener((e=>i(this,void 0,void 0,(function*(){var t,i,r,n;const{time:s,type:a,roomId:d}=this._context.decodeRtcNotify(e);if(2===a){if(d!==this._roomId)return;const e=null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i?void 0:i.createTraceId();null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.info(o.L_RTCNTF_PULL_ROOM_STATUS_O,null,e),this._startPullRTCRoomStatus(d,e)}}))))}_startPullRTCRoomStatus(e,t){return i(this,void 0,void 0,(function*(){yield this._invoker.push(new ps(e,t,this._context,{onUserJoin:this._callAppListener.bind(this,"onUserJoin"),onUserLeave:this._callAppListener.bind(this,"onUserLeave"),onAudioMuteChange:this._onAudioMuteChange.bind(this),onVideoMuteChange:this._onVideoMuteChange.bind(this),onTrackPublish:this._onTrackPublish.bind(this),onTrackUnpublish:this._onTrackUnpublish.bind(this),onCDNEnableChange:this._callAppListener.bind(this,"onCDNEnableChange")},this._subhook.bind(this),this._dealUserAppListener.bind(this)))}))}__innerInit(t,r,o,n,s,a){return i(this,void 0,void 0,(function*(){const{code:i,data:d}=yield this._invoker.push(new $n(this._roomId,t,this._context,r,o,n,s,a));return i!==e.RCRTCCode.SUCCESS?{code:i}:(this._initWithRoomData(d.offlineKickTime),{code:i,data:d})}))}_initWithRoomData(e){var t;const i=this._invoker.store;this._pinger=new Et(i,this._context,this._initOptions.pingGap,1e3*e),this._pinger.onFailed=this._kickoff.bind(this),this._pinger.onPingResult=this._handlePingResult.bind(this),this._pinger.start(this._startPullRTCRoomStatus.bind(this)),null===(t=this._polarisReport)||void 0===t||t.sendR1()}_handlePingResult(e){this._callAppListener("onPing",e)}setBitrate(e,i,r){var n,s,a,d;if(this._useMutilPeerC)return void(null===(s=null===(n=this._context)||void 0===n?void 0:n.logger)||void 0===s||s.error(o.L_ABSTRACT_ROOM_SETBITRATE_O,"`RCAbstractRoom.setBitrate` is disabled, use `RCLocalTrack.setBitrate` instead."));null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.warn(o.L_ABSTRACT_ROOM_SETBITRATE_O,"`RCAbstractRoom.setBitrate` will be deprecated, use `RCLocalTrack.setBitrate` instead."),t.assert("max",e,(e=>t.isNumber(e)&&e>Math.max(i||1,200)),!0),t.assert("min",i,(i=>t.isNumber(i)&&i>=1&&(!t.isNumber(e)||i<e)),!0),t.assert("start",r,(r=>t.isNumber(r)&&r>i&&r<=e));this._peerCManager.getPCList().forEach((t=>{t.setBitrate(e,i,r)}))}_onTrackReady(t){var i,r,s,a;const d=t.streams[0].id,{track:c}=t.receiver,_=[d,"audio"===c.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_"),l=this._store.getRemoteTrack(_);l?(l.__innerSetMediaStreamTrack(c),null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTrackReady",trackId:l.getTrackId()})),this._callAppListener("onTrackReady",l)):null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.warn(o.L_ABSTRACT_ROOM_ONTRACKREADY_O,`cannot found remote track ${c.id}`)}_callAppListener(e,...t){var i,r,n;const s=null===(i=this._appListener)||void 0===i?void 0:i[e];if(s)try{s(...t)}catch(e){null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.error(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify(e))}}_onTrackUnpublish(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTrackUnpublish",trackIds:null==e?void 0:e.map((e=>e.getTrackId()))})),this._callAppListener("onTrackUnpublish",e)}__parseInnerMessage(e,t){var i,r,s,a,d,c,_,l,u,h;const{targetId:R,conversationType:v}=e;if(R!==this._roomId)return null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.warn(o.L_ABSTRACT_ROOM_RECEIVE_MESSAGE_O,JSON.stringify({status:n.FAILED,message:`roomId is different, msg roomId-> ${R}, this._roomId-> ${this._roomId} `}),t),!0;null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_ABSTRACT_ROOM_RECEIVE_MESSAGE_O,`recv inner msg -> message: ${JSON.stringify(e)} | roomid: ${this._roomId}`,t);const{content:C}=e;switch(e.messageType){case It.KICK:this._kickoff(!0,C);break;case It.STATE:this._stateHandle(C,t);break;case It.MODIFY:case It.PUBLISH:case It.UNPUBLISH:case It.TOTAL_CONTENT_RESOURCE:((e,t,i,r,n)=>{var s;const a=ko.getMemo();if(!a.isReportRecvPubMsg){a.isReportRecvPubMsg=!0;const d=Date.now(),c={dur:d-r,puid:n,rid:e,csnid:(null===(s=a.clientData)||void 0===s?void 0:s.clientSessionId)||"",snid:t,time:d,cr:"unknown",net:"unknown",uid:i},_=JSON.stringify(c);Ae.__statistics(o.L_QS_RECV_PUB_MSG_S,_)}})(this._roomId,this.getSessionId(),this.getCrtUserId(),e.sentTime,e.senderUserId),this._resourceHandle(C,e.messageType,e.senderUserId,t);break;case It.ROOM_NOTIFY:null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onRoomAttributeChange",messageType:e.messageType,messageContent:e.content})),this._callAppListener("onRoomAttributeChange",e.messageType,e.content);break;case It.USER_NOTIFY:null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.warn(o.L_OLD_DAILY_RECORD_O,`TODO: ${It.USER_NOTIFY}`);break;case It.PK_INVITE:case It.PK_CANCEL_INVITE:case It.PK_INVITE_TIMEOUT:case It.PK_INVITE_ANSWER:case It.PK_END:this._onRecvPKMsg&&this._onRecvPKMsg(e);break;case It.OTHER_ROOM_OFFLINE:break;default:null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onMessageReceive",messageType:e.messageType,messageContent:e.content,senderUserId:e.senderUserId,messageUId:e.messageUId})),this._callAppListener("onMessageReceive",e.messageType,C,e.senderUserId,e.messageUId)}return!0}_kickoff(e,t){var r,s,a,d;return i(this,void 0,void 0,(function*(){if(this._invoker.isDestroyed())return;let i,c;null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.warn(o.L_ABSTRACT_ROOM_ONKICKOFF_O,`onKickOff -> byServer: ${e}, kickContent: ${JSON.stringify(t)}`),this.emit(ms),this._leaveHandle(!e),e&&(((null==t?void 0:t.users)||[]).forEach((e=>{e.userId===this._context.getCurrentId()&&(c=e.type,i=e.kickExtra)})),((e=1,t,i,r,n)=>{const s=Date.now(),a={cod:Do[String(e)],rid:t,csnid:i,snid:r,time:s,cr:"unknown",net:"unknown",uid:n},d=JSON.stringify(a);Ae.__statistics(o.L_QS_KICKED_S,d)})(c,this._roomId,this.getClientSessionId(),this.getSessionId(),this.getCrtUserId())),null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onKickOff",byServer:e,kickType:c,kickExtra:i})),this._callAppListener("onKickOff",e,c,i)}))}_rtcpeerClosed(){var e,t;this.emit(ms),this._leaveHandle(!0),null===(t=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===t||t.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onRTCPeerConnectionCloseByException"})),this._callAppListener("onRTCPeerConnectionCloseByException")}_resourceHandle(e,t,r,o){return i(this,void 0,void 0,(function*(){const{uris:i,ignore:n}=e;!n&&i&&this._invoker.push(new ss(e,t,r,this._subhook.bind(this),{onAudioMuteChange:this._onAudioMuteChange.bind(this),onVideoMuteChange:this._onVideoMuteChange.bind(this),onTrackPublish:this._onTrackPublish.bind(this),onTrackUnpublish:this._onTrackUnpublish.bind(this),onCDNEnableChange:this._callAppListener.bind(this,"onCDNEnableChange")},o))}))}_onTrackPublish(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTrackPublish",trackIds:null==e?void 0:e.map((e=>e.getTrackId()))})),this._callAppListener("onTrackPublish",e)}_stateHandle(e,t){return i(this,void 0,void 0,(function*(){const i=yield this._invoker.push(new ns(e,this._subhook.bind(this),t));this._dealUserAppListener(i)}))}_dealUserAppListener(t){var i,r,s,a,d,c,_,l,u;const{left:h,joined:R,upgrade:v,downgrade:C}=t;if(null===(i=this._appListener)||void 0===i?void 0:i.onSwitchRole)return null==v||v.forEach((t=>{var i,r;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onSwitchRole",userId:t,role:e.RCRTCLiveRole.ANCHOR})),this._callAppListener("onSwitchRole",t,e.RCRTCLiveRole.ANCHOR)})),null==C||C.forEach((t=>{var i,r;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onSwitchRole",userId:t,role:e.RCRTCLiveRole.AUDIENCE})),this._callAppListener("onSwitchRole",t,e.RCRTCLiveRole.AUDIENCE)})),R.length>0&&(null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserJoin",joined:R})),this._callAppListener("onUserJoin",R)),void(h.length>0&&(null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserLeave",left:h})),this._callAppListener("onUserLeave",h)));const g=[...R,...v],p=[...h,...C];g.length>0&&(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserJoin",allJoined:g})),this._callAppListener("onUserJoin",g)),p.length>0&&(p.length&&(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserLeave",allLeft:p}))),this._callAppListener("onUserLeave",p))}getRoomId(){return this._roomId}getCrtUserId(){return this._context.getCurrentId()}__getPC(){return this._store.peerMgr.getPCList()}getRemoteUserIds(){return this._store.getRemoteUserIds()}getRemoteTracks(){const e=[];return this.getRemoteUserIds().forEach((t=>{e.push(...this.getRemoteTracksByUserId(t))})),e}getRemoteTracksByUserId(e){return this._store.getRemoteTracksByUserId(e)}getSessionId(){return this._store.getSessionId()}sendMessage(r,s){var a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d?void 0:d.createTraceId();null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_SEND_MESSAGE_T,JSON.stringify({name:r,content:s}),i);const{code:v}=yield this._context.sendMessage(t.ConversationType.RTC_ROOM,this._roomId,{messageType:r,content:s,isStatusMessage:!0});return v!==t.ErrorCode.SUCCESS?(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_ABSTRACT_ROOM_SEND_MESSAGE_R,JSON.stringify({status:n.FAILED,code:v}),i),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_ABSTRACT_ROOM_SEND_MESSAGE_R,JSON.stringify({status:n.SUCCESSED,name:r,content:s}),i),{code:e.RCRTCCode.SUCCESS})}))}setRoomAttribute(r,s,a,d=!1){var c,_,l,u,h,R,v,C;return i(this,void 0,void 0,(function*(){const i=null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_?void 0:_.createTraceId();null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_T,JSON.stringify({roomId:this._roomId,key:r,value:s,message:a,isInner:d}),i);const g=yield this._context.setRTCData(this._roomId,r,s,d,mn.ROOM,a);return g!==t.ErrorCode.SUCCESS?(null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R,JSON.stringify({status:n.FAILED,code:g}),i),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(C=null===(v=this._context)||void 0===v?void 0:v.logger)||void 0===C||C.info(o.L_ABSTRACT_ROOM_SET_ROOM_ATTRIBUTE_R,JSON.stringify({status:n.SUCCESSED,roomId:this._roomId,key:r,value:s,message:a,isInner:d}),i),{code:e.RCRTCCode.SUCCESS})}))}deleteRoomAttributes(r,s,a=!1){var d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const i=null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c?void 0:c.createTraceId();null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_T,JSON.stringify({roomId:this._roomId,keys:r,message:s,isInner:a}),i);const C=yield this._context.removeRTCData(this._roomId,r,a,mn.ROOM,s);return C!==t.ErrorCode.SUCCESS?(null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R,JSON.stringify({status:n.FAILED,code:C}),i),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R,JSON.stringify({status:n.SUCCESSED,roomId:this._roomId,keys:r,message:s,isInner:a}),i),{code:e.RCRTCCode.SUCCESS})}))}getRoomAttributes(r=[],s=!1){var a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d?void 0:d.createTraceId();null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_ABSTRACT_ROOM_GET_ROOM_ATTRIBUTE_T,JSON.stringify({roomId:this._roomId,keys:r,isInner:s}),i);const{code:v,data:C}=yield this._context.getRTCData(this._roomId,r,s,mn.ROOM);return v!==t.ErrorCode.SUCCESS?(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_ABSTRACT_ROOM_GET_ROOM_ATTRIBUTE_R,`GetRoomAttributes Failed: ${v}`,i),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_ABSTRACT_ROOM_DELETE_ROOM_ATTRIBUTE_R,JSON.stringify({status:n.SUCCESSED,data:C}),i),{code:e.RCRTCCode.SUCCESS,data:C})}))}_setUserAttributeValue(e,t,i){return this._context.setRTCData(this._roomId,e,t,!1,mn.PERSON,i)}_deleteUserAttributes(e,t){return this._context.removeRTCData(this._roomId,e,!1,mn.PERSON,t)}_getUserAttributes(e){return this._context.getRTCData(this._roomId,e,!1,mn.PERSON)}isDestroyed(){return this._invoker.isDestroyed()}__destroy(e){return this._leaveHandle(e)}_muteRemoteTracksBeforeQuit(){const e=Object.values(this._store.getRemoteTracks());e.length&&e.forEach((e=>e.mute()))}_leaveHandle(e){var t;return i(this,void 0,void 0,(function*(){if(this._invoker.isDestroyed())return;ko.destroy(),this._invoker.destroy(),this._muteRemoteTracksBeforeQuit(),this._muteRemoteTracksBeforeQuit(),null===(t=this._audioLevelReport)||void 0===t||t.clearAudioLevelReportTimer(),e&&(yield this._context.quitRTCRoom(this._roomId)),this._store.isMainRoom&&(yield this._quitAllPKRoom()),this._pinger.stop();const i=[];Object.keys(this._peerCManager.getMutilPeerCData()).forEach((e=>{i.push(this._service.exit(this._getRTCReqestHeaders(e)))})),yield Promise.all(i),this._releasePCManager(),this._polarisReport=null}))}_releasePCManager(){const e=this._peerCManager.getPCList();null==e||e.forEach((e=>{e.off(xe.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),e.off(xe.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this)})),this._peerCManager.clear(),this._peerCManager=null}_onLocalTrackDestroied(e){e instanceof Be&&e.__isTiny()||this.unpublish([e])}_onLocalTrackMuted(e,t){return i(this,void 0,void 0,(function*(){this._invoker.push(new ls(e,t))}))}publish(e){return i(this,void 0,void 0,(function*(){return this._invoker.push(new cs(e,this._pubhook.bind(this),this.signalRetryTime))}))}_getPushOtherRoomsParams(){return[]}_reTryExchange(e,t){return i(this,void 0,void 0,(function*(){this._invoker.push(new us(e,t,(e=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(e)}))))}))}_getRTCReqestHeaders(e){return{"App-Key":this._context.getAppkey(),RoomId:this._roomId,Token:this._store.getToken(),RoomType:this._store.roomMode,UserId:this._context.getCurrentId(),"Client-Session-Id":this._clientSessionId,"Peer-Connection-Id":e}}unpublish(e){return i(this,void 0,void 0,(function*(){return this._invoker.push(new _s(e,((e,t)=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(t)}))))}))}_getResourceById(e){return this._store.getPublishedResourceByTrackId(e)}_isValidResourceId(e){var t;const{userId:i}=rt(e);return!!(null===(t=this._store.getResourcesByUserId(i))||void 0===t?void 0:t.find((t=>it(t)===e)))}_subhook(e){const{pc:t,pcName:i}=this._peerCManager.createPeerCList(e)[0];return t.on(Pn.__INNER_EVENT_TRACK_READY__,this._onTrackReady,this),t.__reportR3R4ToPolaris(),t.registerReportListener(this._reportListener),t.clearReTryExchangeTimer(),{pc:t,pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(i)}}_pubhook(e){return{plist:this._peerCManager.createPeerCList(e).map((e=>{const{pc:t,pcName:i}=e;return t.on(xe.__INNER_EVENT_MUTED_CHANGE__,this._onLocalTrackMuted,this),t.on(xe.__INNER_EVENT_DESTROY__,this._onLocalTrackDestroied,this),t.registerReportListener(this._reportListener),t.__reportR3R4ToPolaris(),Object.assign(Object.assign({},e),{headers:this._getRTCReqestHeaders(i)})})),pushOtherRooms:this._getPushOtherRoomsParams()}}subscribe(e){return i(this,void 0,void 0,(function*(){return this._invoker.push(new as(e,this._subhook.bind(this)))}))}addSubscribeTask(e){this._invoker.push(new vs(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)}))}unsubscribe(e){var t,r;return i(this,void 0,void 0,(function*(){const i=null===(t=this._context.logger)||void 0===t?void 0:t.createTraceId();return null===(r=this._context.logger)||void 0===r||r.info(o.L_APP_CALL_UNSUBSCRIBE_O,void 0,i),this._invoker.push(new Wn(e,this._subhook.bind(this),i))}))}addUnsubscribeTask(e){this._invoker.push(new Cs(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)}))}updateSubList(e){var t,r;return i(this,void 0,void 0,(function*(){return this._invoker.push(new qn(e,this._subhook.bind(this),!0,null===(r=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===r?void 0:r.createTraceId()))}))}addUpdateSubscribeListTask(e){var t;const i=null===(t=this._context.logger)||void 0===t?void 0:t.createTraceId();this._invoker.push(new Rs(e,this._subhook.bind(this),{onTaskCompleted:this._onTaskCompleted.bind(this)},vn.NORMAL,i))}_onTaskCompleted(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTaskCompleted",code:e.code,subscribe:e.subscribe,unsubscribe:e.unsubscribe,failedList:e.failedList})),this._callAppListener("onTaskCompleted",e.code,e.subscribe,e.unsubscribe,e.failedList)}getLocalTrack(e){return this._store.getLocalTrack(e)}getLocalTracks(){return this._store.getLocalTracks()}getRemoteTrack(e){return this._store.getRemoteTrack(e)||null}get subscribedTracks(){return this._store.getSubscribedList().slice()}registerRoomEventListener(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_REGISTER_ROOM_EVENT_LISTENER_O,JSON.stringify({status:n.SUCCESSED,listener:e&&Object.keys(e)})),this._appListener=e,(null==e?void 0:e.onTrackTrouble)&&this._peerCManager&&(this._peerCManager.onTrackTrouble=null==e?void 0:e.onTrackTrouble.bind(this))}registerReportListener(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_REGISTER_REPORT_LISTENER_O,JSON.stringify({status:n.SUCCESSED,listener:e&&Object.keys(e)})),this._reportListener=e}onAudioLevelChange(e,t){var i,r,s;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_AUDIO_LEVEL_O,JSON.stringify({status:n.SUCCESSED,handler:null==e?void 0:e.name,gap:t})),null===(s=this._audioLevelReport)||void 0===s||s.clearAudioLevelReportTimer(),this._audioLevelReport=new wn(this),this._audioLevelReport.onAudioLevelChange(e,t||1e3)}__onReconnected(e){return i(this,void 0,void 0,(function*(){return this._invoker.push(new hs(this._subhook.bind(this),{onPeerClosed:this._rtcpeerClosed.bind(this),onAudioMuteChange:this._onAudioMuteChange.bind(this),onVideoMuteChange:this._onVideoMuteChange.bind(this),onUserJoin:this._callAppListener.bind(this,"onUserJoin"),onUserLeave:this._callAppListener.bind(this,"onUserLeave"),onTrackPublish:this._onTrackPublish.bind(this),onTrackUnpublish:this._onTrackUnpublish.bind(this),onCDNEnableChange:this._callAppListener.bind(this,"onCDNEnableChange")},e))}))}_onAudioMuteChange(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onAudioMuteChange",trackId:e.getTrackId()})),this._callAppListener("onAudioMuteChange",e)}_onVideoMuteChange(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onVideoMuteChange",trackId:e.getTrackId()})),this._callAppListener("onVideoMuteChange",e)}_registerPKMsgListener(e){this._onRecvPKMsg=e}_quitAllPKRoom(){}getClientSessionId(){return this._clientSessionId}}class Is extends Vn{constructor(e,t){super(),this.data=e,this.cdnValues=t}execute(t,r){var o,n,s,a;return i(this,void 0,void 0,(function*(){const i={"App-Key":t.context.getAppkey(),Token:t.getToken(),RoomId:t.roomId,UserId:t.context.getCurrentId(),SessionId:t.getSessionId()},{code:r,res:d}=yield t.service.setMcuConfig(i,this.data);if(r!==e.RCRTCCode.SUCCESS)return{code:r};d.pull_url&&t.setCDNUris(JSON.parse(d.pull_url));const c=this.cdnValues;return r===e.RCRTCCode.SUCCESS&&((null===(n=null===(o=c.output)||void 0===o?void 0:o.video.normal)||void 0===n?void 0:n.width)||(null===(a=null===(s=c.output)||void 0===s?void 0:s.video.normal)||void 0===a?void 0:a.fps))&&es(t),{code:r,res:d}}))}}var Ss,Es,fs,Os;e.BackgroundPictureFillMode=void 0,(Ss=e.BackgroundPictureFillMode||(e.BackgroundPictureFillMode={}))[Ss.CROP=1]="CROP",Ss[Ss.WHOLE=2]="WHOLE",e.MixLayoutMode=void 0,(Es=e.MixLayoutMode||(e.MixLayoutMode={}))[Es.CUSTOMIZE=1]="CUSTOMIZE",Es[Es.SUSPENSION=2]="SUSPENSION",Es[Es.ADAPTATION=3]="ADAPTATION",e.MixVideoRenderMode=void 0,(fs=e.MixVideoRenderMode||(e.MixVideoRenderMode={}))[fs.CROP=1]="CROP",fs[fs.WHOLE=2]="WHOLE",function(e){e[e.AUDIO_VIDEO_ALL=0]="AUDIO_VIDEO_ALL",e[e.AUDIO_VIDEO_NO=1]="AUDIO_VIDEO_NO",e[e.AUDIO_ALL_VIDEO_NO=2]="AUDIO_ALL_VIDEO_NO",e[e.AUDIO_NO_VIDEO_ALL=3]="AUDIO_NO_VIDEO_ALL",e[e.AUDIO_VIDEO_INPUT=4]="AUDIO_VIDEO_INPUT",e[e.AUDIO_ALL_VIDEO_INPUT=5]="AUDIO_ALL_VIDEO_INPUT",e[e.AUDIO_NO_VIDEO_INPUT=6]="AUDIO_NO_VIDEO_INPUT",e[e.AUDIO_INPUT_VIDEO_ALL=7]="AUDIO_INPUT_VIDEO_ALL",e[e.AUDIO_INPUT_VIDEO_NO=8]="AUDIO_INPUT_VIDEO_NO",e[e.ROOM_AUDIO_VIDEO_APPEND=9]="ROOM_AUDIO_VIDEO_APPEND",e[e.ROOM_AUDIO_VIDEO_NOT_APPEND=10]="ROOM_AUDIO_VIDEO_NOT_APPEND",e[e.ROOM_AUDIO_APPEND=11]="ROOM_AUDIO_APPEND",e[e.ROOM_AUDIO_NOT_APPEND=12]="ROOM_AUDIO_NOT_APPEND",e[e.ROOM_VIDEO_APPEND=13]="ROOM_VIDEO_APPEND",e[e.ROOM_VIDEO_NOT_APPEND=14]="ROOM_VIDEO_NOT_APPEND"}(Os||(Os={}));const Ls=()=>({version:2,mode:e.MixLayoutMode.SUSPENSION});class As{constructor(e,t){this._invoker=e,this._isValidTrackId=t,this._values=Ls()}setHostVideoTrack(t){var i,r,s,a,d,c,_,l,u;if(!this._isValidTrackId(t))return null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,msg:`videoTrackId: ${t} is invalid`})),this;const{mediaType:h,tag:R,userId:v}=rt(t);return h!==e.RCMediaType.VIDEO_ONLY?(null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,msg:`kind of ${t} is not video`})),this):(this._values.host_stream_id=ot(v,R),null===(u=null===(l=null===(_=this._invoker.store)||void 0===_?void 0:_.context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_MCU_CONFIG_BUILDER_SET_HOST_VIDEO_TRACK_O,JSON.stringify({status:n.SUCCESSED,videoTrackId:t})),this)}setMixLayoutMode(t){var i,r,s,a,d,c;return[e.MixLayoutMode.CUSTOMIZE,e.MixLayoutMode.SUSPENSION,e.MixLayoutMode.ADAPTATION].includes(t)?(this._values.mode=t,null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O,JSON.stringify({status:n.SUCCESSED,mode:t})),this):(null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_MIX_LAYOUT_MODE_O,JSON.stringify({status:n.SUCCESSED,msg:`mode: ${t} is invalid`})),this)}_addOutputValue(t,i,r="normal"){const o=this._values.output||(this._values.output={video:{normal:{width:640,height:480}}});if("cdn"===t)return void(o.cdn=i);if("audio"===t)return void(o.audio={bitrate:i});const{video:n}=o;if("normal"!==r&&"tiny"!==r)if("backgroundColor"!==r)if("exparams"!==r){if("backgroundPicture"===r){const t=n.backgroundPicture||(n.backgroundPicture={fillMode:e.BackgroundPictureFillMode.CROP,picture:[]});Object.assign(t,i)}}else n.exparams={renderMode:i};else n.backgroundColor=i;else{const e=n[r]||(n[r]={});Object.assign(e,i)}}setOutputVideoResolution(e){var t,i,r,s,a,d;if(!ct(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O,JSON.stringify({status:n.FAILED,msg:`params error -> resolution: ${e}`})),this;const{width:c,height:_}=dt(e);return this._addOutputValue("video",{width:c,height:_},"normal"),null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RESOLUTION_O,JSON.stringify({status:n.SUCCESSED,resolution:e})),this}setOutputVideoFPS(e){var t,i,r,s,a,d;if(!_t(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O,JSON.stringify({status:n.FAILED,msg:`params error -> fps: ${e}`})),this;const c=lt(e);return this._addOutputValue("video",{fps:c},"normal"),null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_FPS_O,JSON.stringify({status:n.SUCCESSED,fps:e})),this}setOutputVideoBitrate(e){var i,r,s,a,d,c;return!t.isNumber(e)||e<=0?(null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O,JSON.stringify({status:n.FAILED,msg:`params error -> bitrate: ${e}`})),this):(this._addOutputValue("video",{bitrate:e},"normal"),null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_BITRATE_O,JSON.stringify({status:n.SUCCESSED,bitrate:e})),this)}setOutputTinyVideoResolution(e){var t,i,r,s,a,d;if(!ct(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O,JSON.stringify({status:n.FAILED,msg:`params error -> resolution: ${e}`})),this;const{width:c,height:_}=dt(e);return this._addOutputValue("video",{width:c,height:_},"tiny"),null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_RESOLUTION_O,JSON.stringify({status:n.SUCCESSED,resolution:e})),this}setOutputTinyVideoFPS(e){var t,i,r,s,a,d;if(!_t(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O,JSON.stringify({status:n.FAILED,msg:`params error -> fps: ${e}`})),this;const c=lt(e);return this._addOutputValue("video",{fps:c},"tiny"),null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_FPS_O,JSON.stringify({status:n.SUCCESSED,fps:e})),this}setOutputTinyVideoBitrate(e){var i,r,s,a,d,c;return!t.isNumber(e)||e<=0?(null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O,JSON.stringify({status:n.FAILED,msg:`params error -> bitrate: ${e}`})),this):(this._addOutputValue("video",{bitrate:e},"tiny"),null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_TINY_VIDEO_BITRATE_O,JSON.stringify({status:n.SUCCESSED,bitrate:e})),this)}setOutputVideoRenderMode(t){var i,r,s,a,d,c;return[e.MixVideoRenderMode.CROP,e.MixVideoRenderMode.WHOLE].includes(t)?(this._addOutputValue("video",t,"exparams"),null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O,JSON.stringify({status:n.SUCCESSED,renderMode:t})),this):(null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_VIDEO_RENDER_MODE_O,JSON.stringify({status:n.FAILED,msg:`params error -> renderMode: ${t}`})),this)}setOutputAudioBitrate(e){var i,r,s,a,d,c;return t.isNumber(e)&&e>0?(this._addOutputValue("audio",e),null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O,JSON.stringify({status:n.SUCCESSED,bitrate:e})),this):(null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_AUDIO_BITRATE_O,JSON.stringify({status:n.FAILED,msg:`params error -> bitrate: ${e}`})),this)}setOutputBackgroundColor(e){var t,i,r,s,a,d;return/^0x[a-fA-F0-9]{6}$/.test(e)?(this._addOutputValue("video",e,"backgroundColor"),null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O,JSON.stringify({status:n.SUCCESSED,color:e})),this):(null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_COLOR_O,JSON.stringify({status:n.FAILED,msg:`params error -> color: ${e}`})),this)}addOutputBackgroundPicture(e,i,r,s,a){var d,c,_,l,u,h,R,v,C,g,p,m;if(!t.isHttpUrl(e))return null===(_=null===(c=null===(d=this._invoker.store)||void 0===d?void 0:d.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.FAILED,msg:`params error -> uri: ${e}`})),this;if([i,r,s,a].some((e=>!t.isNumber(e)||e<0||e>1)))return null===(h=null===(u=null===(l=this._invoker.store)||void 0===l?void 0:l.context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.FAILED,msg:`params of (x, y, w, h) error -> x: ${i}, y: ${r}, w: ${s}, h: ${a}`})),this;const T=(null===(C=null===(v=null===(R=this._values.output)||void 0===R?void 0:R.video)||void 0===v?void 0:v.backgroundPicture)||void 0===C?void 0:C.picture)||[];return T.push({uri:e,w:s,h:a,x:i,y:r}),this._addOutputValue("video",{picture:T},"backgroundPicture"),null===(m=null===(p=null===(g=this._invoker.store)||void 0===g?void 0:g.context)||void 0===p?void 0:p.logger)||void 0===m||m.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.SUCCESSED,uri:e,x:i,y:r,w:s,h:a})),this}removeOutputBackgroundPicture(e){var i,r,s,a,d,c,_,l,u;if(!t.isHttpUrl(e))return null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.FAILED,msg:`params error -> uri: ${e}`})),this;let h=null===(c=null===(d=null===(a=this._values.output)||void 0===a?void 0:a.video)||void 0===d?void 0:d.backgroundPicture)||void 0===c?void 0:c.picture;return h&&(h=h.filter((t=>t.uri!==e)),this._addOutputValue("video",{pictures:h},"backgroundPicture")),null===(u=null===(l=null===(_=this._invoker.store)||void 0===_?void 0:_.context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_MCU_CONFIG_BUILDER_REMOVE_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.SUCCESSED,uri:e})),this}clearOutputBackgroundPicture(){var e,t,i;return this._addOutputValue("video",{pictures:[]},"backgroundPicture"),null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O),this}setOutputBackgroundPictureFillMode(t){var i,r,s,a,d,c;return[e.BackgroundPictureFillMode.CROP,e.BackgroundPictureFillMode.WHOLE].includes(t)?(this._addOutputValue("video",{fillMode:t},"backgroundPicture"),null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,JSON.stringify({status:n.SUCCESSED,fillMode:t})),this):(null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,JSON.stringify({status:n.FAILED,msg:`params error -> fillMode: ${t}`})),this)}addPublishStreamUrls(e){var i,r,s,a,d,c,_,l,u,h,R;const v=/^rtmp:\/\/.+/;if(!t.isArray(e)||0===e.length||e.some((e=>!v.test(e))))return null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,JSON.stringify({status:n.FAILED,msg:`params error -> urls: ${e.join(",")}`})),this;const C=(null===(d=null===(a=this._values.output)||void 0===a?void 0:a.cdn)||void 0===d?void 0:d.concat())||[];let g=!1;return e.forEach((e=>{C.some((t=>t.pushurl===e))||(g=!0,C.push({pushurl:e}))})),C.length>5?(null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_FILL_MODE_O,JSON.stringify({status:n.FAILED,msg:`params error -> publish stream urls no more than 5, length: ${e.length}`})),this):(g&&this._addOutputValue("cdn",C),null===(R=null===(h=null===(u=this._invoker.store)||void 0===u?void 0:u.context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_MCU_CONFIG_BUILDER_ADD_PUBLISH_STREAM_URLS_O,JSON.stringify({status:n.SUCCESSED,urls:e})),this)}removePublishStreamUrls(e){var i,r,s,a,d,c,_,l;const u=/^rtmp:\/\/.+/;if(!t.isArray(e)||0===e.length||e.some((e=>!u.test(e))))return null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O,JSON.stringify({status:n.FAILED,msg:`params error -> urls: ${e.join(",")}`})),this;const h=(null===(d=null===(a=this._values.output)||void 0===a?void 0:a.cdn)||void 0===d?void 0:d.concat())||[];for(let t=h.length-1;t>=0;t-=1){const{pushurl:i}=h[t],r=e.indexOf(i);r>=0&&(e.splice(r,1),h.splice(t,1))}return this._addOutputValue("cdn",h),null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_MCU_CONFIG_BUILDER_REMOVE_PUBLISH_STREAM_URLS_O,JSON.stringify({status:n.SUCCESSED,urls:e})),this}clearPublishStreamUrls(){var e,t,i;return this._addOutputValue("cdn",[]),null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_CLEAR_PUBLISH_STREAM_URLS_O),this}addCustomizeLayoutVideo(i,r,s,a,d){var c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O,L;if(!t.notEmptyString(i)||!this._isValidTrackId(i))return null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${i}`})),this;if(!t.isNumber(r)||!t.isNumber(s))return null===(R=null===(h=null===(u=this._invoker.store)||void 0===u?void 0:u.context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`params x or y is error -> x: ${r}, y: ${s}`})),this;if([a,d].some((e=>!t.isNumber(e)||e<0)))return null===(g=null===(C=null===(v=this._invoker.store)||void 0===v?void 0:v.context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`params width or height error -> width: ${a}, height: ${d}`})),this;const{userId:A,tag:N,mediaType:y}=rt(i);if(y!==e.RCMediaType.VIDEO_ONLY)return null===(T=null===(m=null===(p=this._invoker.store)||void 0===p?void 0:p.context)||void 0===m?void 0:m.logger)||void 0===T||T.error(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`type of trackId: ${i} is not video`})),this;const D=ot(A,N),k=this._values.input||(this._values.input={}),b=k.video||(k.video=[]);return b.some((e=>e.height===d&&e.width===a&&e.stream_id===D&&e.user_id===A&&e.x===r&&e.y===s))?(null===(E=null===(S=null===(I=this._invoker.store)||void 0===I?void 0:I.context)||void 0===S?void 0:S.logger)||void 0===E||E.warn(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:"Duplicate configuration item place ignored"})),this):(b.push({user_id:A,stream_id:D,x:r,y:s,width:a,height:d}),null===(L=null===(O=null===(f=this._invoker.store)||void 0===f?void 0:f.context)||void 0===O?void 0:O.logger)||void 0===L||L.info(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.SUCCESSED,trackId:i,x:r,y:s,width:a,height:d})),this)}removeCustomizeLayoutVideo(t){var i,r,s,a,d,c,_,l,u;if(!this._isValidTrackId(t))return null===(s=null===(r=null===(i=this._invoker.store)||void 0===i?void 0:i.context)||void 0===r?void 0:r.logger)||void 0===s||s.error(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${t}`})),this;const{userId:h,tag:R,mediaType:v}=rt(t);if(v!==e.RCMediaType.VIDEO_ONLY)return null===(c=null===(d=null===(a=this._invoker.store)||void 0===a?void 0:a.context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.FAILED,msg:`type of trackId: ${t} is not video`})),this;const C=ot(h,R),{input:g}=this._values;return(null==g?void 0:g.video)&&g.video.length>0&&(g.video=g.video.filter((e=>e.stream_id===C))),null===(u=null===(l=null===(_=this._invoker.store)||void 0===_?void 0:_.context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_LAYOUT_VIDEO_O,JSON.stringify({status:n.SUCCESSED,trackId:t})),this}clearCustomizeLayoutVideo(){var e,t,i;const{input:r}=this._values;return null==r||delete r.video,null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_LAYOUT_VIDEO_O),this}setCustomizeInputAudio(e){var t,i,r,s,a,d;if(e.some((e=>this._isValidTrackId(e))))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.FAILED,msg:`trackIds contain invalid item -> trackIds: ${e.join(",")}`})),this;return(this._values.input||(this._values.input={})).audio=e.map((e=>{const{userId:t,tag:i}=rt(e);return{stream_id:ot(t,i),user_id:t}})),this._values.inputFilterMode=Os.AUDIO_INPUT_VIDEO_ALL,null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_MCU_CONFIG_BUILDER_SET_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.SUCCESSED,trackIds:e})),this}addCustomizeInputAudio(e){var t,i,r,s,a,d,c,_,l;if(!this._isValidTrackId(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${e}`})),this;const u=this._values.input||(this._values.input={}),h=u.audio||(u.audio=[]),{userId:R,tag:v}=rt(e),C=ot(R,v);return h.some((e=>e.stream_id===C&&e.user_id===R))?(null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.warn(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.FAILED,msg:`trackId: ${e} is exist`})),this):(h.push({user_id:R,stream_id:C}),this._values.inputFilterMode=Os.AUDIO_INPUT_VIDEO_ALL,null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_MCU_CONFIG_BUILDER_ADD_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.SUCCESSED,trackId:e})),this)}removeCustomizeInputAudio(e){var t,i,r,s,a,d,c,_,l;if(!this._isValidTrackId(e))return null===(r=null===(i=null===(t=this._invoker.store)||void 0===t?void 0:t.context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${e}`})),this;const{input:u}=this._values;if(!(null==u?void 0:u.audio)||0===u.audio.length)return null===(d=null===(a=null===(s=this._invoker.store)||void 0===s?void 0:s.context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.FAILED,msg:`type of trackId: ${e} is not audio`})),this;const{userId:h,tag:R}=rt(e),v=ot(h,R);return u.audio=u.audio.filter((e=>h!==e.user_id||v!==e.stream_id)),null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_MCU_CONFIG_BUILDER_REMOVE_CUSTOMIZE_INPUT_AUDIO_O,JSON.stringify({status:n.SUCCESSED,trackId:e})),this}clearCustomizeInputAudio(){var e,t,i;const{input:r}=this._values;return(null==r?void 0:r.audio)&&delete r.audio,this._values.inputFilterMode=Os.AUDIO_VIDEO_ALL,null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_CLEAR_CUSTOMIZE_INPUT_AUDIO_O),this}addPictureWaterMark(e,i,r,s,a,d){var c,_,l,u,h,R,v,C,g,p,m,T;if(!this._isValidTrackId(e))return null===(l=null===(_=null===(c=this._invoker.store)||void 0===c?void 0:c.context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${e}`})),this;if(!t.isHttpUrl(i))return null===(R=null===(h=null===(u=this._invoker.store)||void 0===u?void 0:u.context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,JSON.stringify({status:n.FAILED,msg:`params error -> uri: ${i}`})),this;if([r,s,a,d].some((e=>!t.isNumber(e)||e<0||e>1)))return null===(g=null===(C=null===(v=this._invoker.store)||void 0===v?void 0:v.context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_MCU_CONFIG_BUILDER_ADD_SINGLE_WATER_MARK_O,JSON.stringify({status:n.FAILED,msg:`some attrs of (x, y, w, h) is invalid -> x: ${r}, y: ${s}, w: ${a}, h: ${d}`})),this;const{userId:I,tag:S}=rt(e),E=ot(I,S),f=this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]}),{singleScreen:O}=f,L=O.filter((e=>e.streamId===E))[0];return L?L.picture.push({uri:i,w:a,h:d,x:r,y:s}):O.push({streamId:E,picture:[{uri:i,w:a,h:d,x:r,y:s}]}),this._values.waterMark.singleScreen=O,null===(T=null===(m=null===(p=this._invoker.store)||void 0===p?void 0:p.context)||void 0===m?void 0:m.logger)||void 0===T||T.info(o.L_MCU_CONFIG_BUILDER_SET_OUTPUT_BACKGROUND_PICTURE_O,JSON.stringify({status:n.SUCCESSED,trackId:e,uri:i,x:r,y:s,w:a,h:d,singleScreen:O})),this}clearPictureWaterMark(){var e,t,i;return(this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]})).singleScreen=[],null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_CLEAR_OUTPUT_BACKGROUND_PICTURE_O),this}removePictureWaterMark(e,i){var r,s,a,d,c,_;if(!t.notEmptyString(e)||!this._isValidTrackId(e))return null===(a=null===(s=null===(r=this._invoker.store)||void 0===r?void 0:r.context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O,JSON.stringify({status:n.FAILED,msg:`params error -> trackId: ${e}`})),this;const{userId:l,tag:u}=rt(e),h=ot(l,u),R=this._values.waterMark||(this._values.waterMark={enable:"on",singleScreen:[]}),{singleScreen:v}=R;return v.forEach((e=>{e.streamId===h&&(e.picture=e.picture.filter((e=>e.uri!==i)))})),null===(_=null===(c=null===(d=this._invoker.store)||void 0===d?void 0:d.context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_MCU_CONFIG_BUILDER_REMOVE_SINGLE_WATER_MARK_O,JSON.stringify({status:n.SUCCESSED,trackId:e,uri:i})),this}reset(){var e,t,i;return this._values=Ls(),null===(i=null===(t=null===(e=this._invoker.store)||void 0===e?void 0:e.context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_MCU_CONFIG_BUILDER_RESET_O),this}flush(e=!0){return i(this,void 0,void 0,(function*(){const t=JSON.parse(JSON.stringify(this._values)),{code:i}=yield this._invoker.push(new Is(t,this._values));return e&&(this._values=Ls()),{code:i}}))}__innerGetValues(){return JSON.parse(JSON.stringify(this._values))}}var Ns,ys,Ds,ks;e.RCLivingType=void 0,(Ns=e.RCLivingType||(e.RCLivingType={}))[Ns.VIDEO=0]="VIDEO",Ns[Ns.AUDIO=1]="AUDIO",function(e){e[e.AUTOMATIC=0]="AUTOMATIC",e[e.MANUAL=1]="MANUAL"}(ys||(ys={}));class bs extends Vn{constructor(e,t,i){super(),this.roomId=e,this.hooks=t,this.roomPKHandler=i}_exchangeWithPushOtherRoom(t,r){var n,s,a,d;return i(this,void 0,void 0,(function*(){if(!t.getLocalTracks().length)return;const i=Object.values(t.peerMgr.getMutilPeerCData()),c=Object.keys(t.peerMgr.getMutilPeerCData());for(let _=0;_<i.length;_++){const{pc:l,isPub:u}=i[_],h=u&&t.useMutilPeerC?[]:t.getSubscribedList(),R=yield Zn(h,!1,l,t),{pushOtherRooms:v,headers:C}=this.hooks(c[_]);R.pushOtherRooms=v;const g=yield new Yn(C,R).execute(t,r);if(g.code!==e.RCRTCCode.SUCCESS)return void(null===(s=null===(n=t.context)||void 0===n?void 0:n.logger)||void 0===s||s.error(o.L_OLD_DAILY_RECORD_O,`exchange with pushOtherRoom failed: ${g.code}`));const{sdp:p,resultCode:m}=g.data;if(m!==e.RCRTCCode.SUCCESS)return void(null===(d=null===(a=t.context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_OLD_DAILY_RECORD_O,`exchange with pushOtherRoom failed: ${m}`));l.setRemoteAnswer(p.sdp)}}))}execute(e,t){var r,s,a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const{roomId:i}=this;if(null===(s=null===(r=e.context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_LIVING_ROOM_JOINED_PK_ROOM_T,JSON.stringify({roomId:i,userId:e.crtUserId})),!this.roomPKHandler)return void(null===(d=null===(a=e.context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_LIVING_ROOM_JOINED_PK_ROOM_R,JSON.stringify({status:n.FAILED,code:"",msg:"_roomPKHandler not exist"})));const v=this.roomPKHandler.getPKInfo(i);if(!v)return null===(_=null===(c=e.context)||void 0===c?void 0:c.logger)||void 0===_||_.warn(o.L_OLD_DAILY_RECORD_O,`exchange to update pushOtherRoom cancel, pkInfo lost -> roomId: ${i}`),void(null===(u=null===(l=e.context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_LIVING_ROOM_JOINED_PK_ROOM_R,JSON.stringify({status:n.FAILED,code:"",msg:"PKInfo not exist"})));yield this._exchangeWithPushOtherRoom(e,t),null===(R=null===(h=e.context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_LIVING_ROOM_JOINED_PK_ROOM_T,JSON.stringify({status:n.SUCCESSED,roomId:i,userId:e.crtUserId,PKInfo:v}))}))}}class Us extends Vn{constructor(e,t,i,r,o,n){super(),this.pkHandler=e,this.room=t,this._PKInfo=i,this.hooks=r,this._joinedPKRooms=o,this.isQuitPK=n}get kind(){return Rn.LeaveRoom}quitRoomPK(r,n){var s,a,d,c,_,l;return i(this,void 0,void 0,(function*(){if(!this._PKInfo[r])return;const{inviterRoomId:i,inviteeRoomId:u,inviterUserId:h,inviteSessionId:R}=this._PKInfo[r],v={inviteeRoomId:u,inviterRoomId:i,userId:n.crtUserId},C={roomId:n.roomId,endRoomId:r,sessionId:R,content:JSON.stringify(v),keys:[`${i}|${h}`]};null===(a=null===(s=null==n?void 0:n.context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_OLD_DAILY_RECORD_O,`quitRoomPK -> params: ${JSON.stringify(C)}`);const g=yield n.context.endRoomPK(C);return g!==t.ErrorCode.SUCCESS?(null===(c=null===(d=null==n?void 0:n.context)||void 0===d?void 0:d.logger)||void 0===c||c.error(`quitRoomPK failed: ${g}`),{code:e.RCRTCCode.SIGNAL_ERROR}):(null===(l=null===(_=null==n?void 0:n.context)||void 0===_?void 0:_.logger)||void 0===l||l.info("quitRoomPK success"),delete this._PKInfo[r],{code:e.RCRTCCode.SUCCESS})}))}execute(t,r){var s,a,d,c,_,l;return i(this,void 0,void 0,(function*(){const{room:i,isQuitPK:u}=this,h=i.getRoomId();return null===(a=null===(s=null==t?void 0:t.context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_OLD_DAILY_RECORD_O,`leavePKRoom -> userId: ${t.crtUserId} , roomId: ${h}`),null===(c=null===(d=t.context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_LIVING_ROOM_LEAVE_PK_ROOM_T,JSON.stringify({roomId:h,userId:t.crtUserId,isQuitPK:u})),yield i.__destroy(!0),delete this._joinedPKRooms[h],yield new bs(h,this.hooks,this.pkHandler).execute(t,r),u&&this.quitRoomPK(h,t),null===(l=null===(_=t.context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_LIVING_ROOM_LEAVE_PK_ROOM_R,JSON.stringify({status:n.SUCCESSED,roomId:h,userId:t.crtUserId,isQuitPK:u})),{code:e.RCRTCCode.SUCCESS}}))}}class Ps{constructor(e,t,i,r,o,n,s,a,d,c,_){this._invoker=e,this._PKInfo=t,this._hooks=i,this._context=r,this._runtime=o,this._service=n,this._initOptions=s,this._mainLivingRoom=a,this._registerPKMsgListener=d,this._onJoinedPKRoom=c,this._clientSessionId=_,this._inviteTimeout=30,this._appListener=null,this._joinedPKRooms={},this._registerPKMsgListener(this._onRecvPKMsg.bind(this)),this._mainRoomId=this._mainLivingRoom.getRoomId()}_callAppListener(e,...t){var i,r,n,s,a;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_OLD_DAILY_RECORD_O,`${e} callback -> ${JSON.stringify(t)}`);const d=null===(n=this._appListener)||void 0===n?void 0:n[e];if(d)try{d(...t)}catch(e){null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_OLD_DAILY_RECORD_O,JSON.stringify(e))}}_onInvite(e){var t,i;const r=e.inviteInfo||{},{inviterRoomId:s,inviterUserId:a,extra:d}=r,c={inviterRoomId:s,inviterUserId:a,extra:d};this._PKInfo[s]=r,null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onRequestJoinOtherRoom",info:c})),this._callAppListener("onRequestJoinOtherRoom",c)}_onCancelInvite(e){var t,i;const{inviterRoomId:r,inviterUserId:s,extra:a}=e.inviteInfo||{},d={inviterRoomId:r,inviterUserId:s,extra:a};delete this._PKInfo[r],null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onCancelRequestOtherRoom",cancelInfo:d})),this._callAppListener("onCancelRequestOtherRoom",d)}_onInviteTimeout(e){}_onInviteAnswer(e){var t,i;const{answerCode:r,inviteContent:s}=e,{inviteSessionId:a,inviterUserId:d,inviterRoomId:c,inviteeUserId:_,inviterUserAutoMix:l,inviteeUserAutoMix:u,inviteeRoomId:h,extra:R}=s,v={agree:1===r,inviterRoomId:c,inviterUserId:d,inviteeRoomId:h,inviteeUserId:_,extra:R};this._PKInfo[h]=this._PKInfo[h]||{inviteSessionId:a,inviterRoomId:c,inviterUserId:d,inviterUserAutoMix:l,inviteeRoomId:h},this._PKInfo[h].inviteeUserAutoMix=u,null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onResponseJoinOtherRoom",answerInfo:v})),this._callAppListener("onResponseJoinOtherRoom",v)}createLeaveOtherRoomCommand(e,t){return new Us(this,e,this._PKInfo,this._hooks,this._joinedPKRooms,t)}_onPKEnd(e){var t,r;return i(this,void 0,void 0,(function*(){const{inviteeRoomId:i,inviterRoomId:s,userId:a}=e.inviteInfo,d=s===this._mainRoomId?i:s,c={endRoomId:d,endUserId:a},_=this._joinedPKRooms[d];_&&(yield this._invoker.push(this.createLeaveOtherRoomCommand(_))),delete this._PKInfo[d],null===(r=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onFinishOtherRoom",endInfo:c})),this._callAppListener("onFinishOtherRoom",c)}))}_onRecvPKMsg(e){const{targetId:t,content:i,messageType:r}=e;switch(r){case It.PK_INVITE:this._onInvite(i);break;case It.PK_CANCEL_INVITE:this._onCancelInvite(i);break;case It.PK_INVITE_TIMEOUT:this._onInviteTimeout(i);break;case It.PK_INVITE_ANSWER:this._onInviteAnswer(i);break;case It.PK_END:this._onPKEnd(i)}}registerRoomPKEventListener(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_LIVING_PK_HANDLER_REGISTER_ROOM_PK_EVENT_LISTENER_O,JSON.stringify({status:n.SUCCESSED,listener:e&&Object.keys(e)})),this._appListener=e}requestJoinOtherRoom(r,s,a){var d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E;return i(this,void 0,void 0,(function*(){if(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_T,JSON.stringify({inviteeRoomId:r,inviteeUserId:s,options:a})),!t.validate("inviteeRoomId",r,t.notEmptyString,!0)||!t.validate("inviteeUserId",s,t.notEmptyString,!0))return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviteeRoomId 或 inviteeUserId"})),{code:e.RCRTCCode.PARAMS_ERROR};null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_OLD_DAILY_RECORD_O,`requestRoomPK -> inviteeRoomId: ${r}; inviteeUserId: ${s}; options: ${JSON.stringify(a||{})}`);const i=Oo(),f=!t.isBoolean(null==a?void 0:a.autoMix)||(null==a?void 0:a.autoMix),O={inviteSessionId:i,inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviterUserAutoMix:f,inviteeRoomId:r,inviteeUserId:s,inviteeTimeoutTime:this._inviteTimeout,extra:(null==a?void 0:a.extra)||""},L={roomId:this._mainRoomId,invitedRoomId:r,invitedUserId:s,inviteTimeout:this._inviteTimeout,inviteInfo:JSON.stringify(O),inviteSessionId:i};null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_OLD_DAILY_RECORD_O,`requestRoomPK -> params: ${JSON.stringify(L)}`);const A=yield this._context.requestRoomPK(L);return A!==t.ErrorCode.SUCCESS?(null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_OLD_DAILY_RECORD_O,`requestRoomPK failed: ${A}`),null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.error(o.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:A,msg:""})),{code:A}):(null===(I=null===(T=this._context)||void 0===T?void 0:T.logger)||void 0===I||I.info(o.L_OLD_DAILY_RECORD_O,"requestRoomPK success"),this._PKInfo[r]={inviteSessionId:i,inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviterUserAutoMix:f,inviteeRoomId:r},null===(E=null===(S=this._context)||void 0===S?void 0:S.logger)||void 0===E||E.info(o.L_LIVING_PK_HANDLER_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({inviteeRoomId:r,inviteeUserId:s,options:a})),{code:e.RCRTCCode.SUCCESS})}))}cancelRequestJoinOtherRoom(r,s,a){var d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O,L,A;return i(this,void 0,void 0,(function*(){if(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_T,JSON.stringify({inviteeRoomId:r,inviteeUserId:s,extra:a,userId:this._context.getCurrentId(),roomId:this._mainRoomId})),!t.validate("inviteeRoomId",r,t.notEmptyString,!0)||!t.validate("inviteeUserId",s,t.notEmptyString,!0))return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviteeRoomId or inviteeUserId"})),{code:e.RCRTCCode.PARAMS_ERROR};if(!this._PKInfo[r])return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_OLD_DAILY_RECORD_O,`The request to connect with ${s} user in room ${r} is not initiated`),null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`The request to connect with ${s} user in room ${r} is not initiated`})),{code:e.RCRTCCode.PARAMS_ERROR};null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.info(o.L_OLD_DAILY_RECORD_O,`canceRequestJoinPK -> inviteeRoomId: ${r}; inviteeUserId: ${s}; extra: ${a}`);const i={inviterRoomId:this._mainRoomId,inviterUserId:this._context.getCurrentId(),inviteeRoomId:r,inviteeUserId:s,extra:a||""},N={roomId:this._mainRoomId,invitedRoomId:r,invitedUserId:s,inviteSessionId:this._PKInfo[r].inviteSessionId,inviteInfo:JSON.stringify(i)};null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.info(o.L_OLD_DAILY_RECORD_O,`canceRequestJoinPK -> params: ${JSON.stringify(N)}`);const y=yield this._context.cancelRoomPK(N);return y!==t.ErrorCode.SUCCESS?(null===(I=null===(T=this._context)||void 0===T?void 0:T.logger)||void 0===I||I.error(o.L_OLD_DAILY_RECORD_O,`canceRequestJoinPK failed: ${y}`),null===(E=null===(S=this._context)||void 0===S?void 0:S.logger)||void 0===E||E.error(o.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:y,msg:`The request to connect with ${s} user in room ${r} is not initiated`})),{code:y}):(null===(O=null===(f=this._context)||void 0===f?void 0:f.logger)||void 0===O||O.info(o.L_OLD_DAILY_RECORD_O,"canceRequestJoinPK success"),null===(A=null===(L=this._context)||void 0===L?void 0:L.logger)||void 0===A||A.info(o.L_LIVING_PK_HANDLER_CANCEL_REQUEST_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.SUCCESSED,inviteeRoomId:r,inviteeUserId:s,extra:a})),delete this._PKInfo[r],{code:e.RCRTCCode.SUCCESS})}))}responseJoinOtherRoom(r,s,a,d){var c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O,L,A,N;return i(this,void 0,void 0,(function*(){if(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_T,JSON.stringify({inviterRoomId:r,inviterUserId:s,agree:a,options:d,userId:this._context.getCurrentId(),roomId:this._mainRoomId})),!t.validate("inviterRoomId",r,t.notEmptyString,!0)||!t.validate("inviterUserId",s,t.notEmptyString,!0))return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> inviterRoomId or inviterUserId"})),{code:e.RCRTCCode.PARAMS_ERROR};if(!this._PKInfo[r])return null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_OLD_DAILY_RECORD_O,`User ${s} in room ${r} did not send a request for connection`),null===(C=null===(v=this._context)||void 0===v?void 0:v.logger)||void 0===C||C.error(o.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`User ${s} in room ${r} did not send a request for connection`})),{code:e.RCRTCCode.PARAMS_ERROR};null===(p=null===(g=this._context)||void 0===g?void 0:g.logger)||void 0===p||p.info(o.L_OLD_DAILY_RECORD_O,`responseRoomPK -> inviterRoomId: ${r}; inviterUserId: ${s}; agree: ${a}; options: ${JSON.stringify(d||{})}`);const{inviteSessionId:i,inviterUserAutoMix:y}=this._PKInfo[r],D=!t.isBoolean(null==d?void 0:d.autoMix)||(null==d?void 0:d.autoMix),k={inviteSessionId:i,inviterRoomId:r,inviterUserId:s,inviterUserAutoMix:y,inviteeRoomId:this._mainRoomId,inviteeUserId:this._context.getCurrentId(),inviteeUserAutoMix:D},b=Object.assign(k,{inviterUserAutoMix:y}),U=a?Object.assign(k,{MultiRoomKey:`${r}|${this._mainRoomId}`,MultiRoomValue:JSON.stringify(b)}):k;!t.isUndefined(null==d?void 0:d.extra)&&Object.assign(U,{extra:d.extra});const P={agree:a,roomId:this._mainRoomId,inviteSessionId:i,inviteRoomId:r,inviteUserId:s,content:JSON.stringify(U),key:`${r}|${this._mainRoomId}`,value:JSON.stringify(k)};null===(T=null===(m=this._context)||void 0===m?void 0:m.logger)||void 0===T||T.info(o.L_OLD_DAILY_RECORD_O,`responseRoomPK -> params: ${JSON.stringify(P)}`);const M=yield this._context.responseRoomPK(P);return M!==t.ErrorCode.SUCCESS?(null===(S=null===(I=this._context)||void 0===I?void 0:I.logger)||void 0===S||S.error(o.L_OLD_DAILY_RECORD_O,`responseRoomPK failed: ${M}`),null===(f=null===(E=this._context)||void 0===E?void 0:E.logger)||void 0===f||f.error(o.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:M,msg:""})),{code:M}):(null===(L=null===(O=this._context)||void 0===O?void 0:O.logger)||void 0===L||L.info(o.L_OLD_DAILY_RECORD_O,"responseRoomPK success"),null===(N=null===(A=this._context)||void 0===A?void 0:A.logger)||void 0===N||N.info(o.L_LIVING_PK_HANDLER_RESPONSE_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.SUCCESSED,inviterRoomId:r,inviterUserId:s,agree:a,options:d,userId:this._context.getCurrentId(),roomId:this._mainRoomId})),this._PKInfo[r].inviteeUserAutoMix=D,{code:e.RCRTCCode.SUCCESS})}))}joinOtherRoom(r){var s,a,d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E;return i(this,void 0,void 0,(function*(){if(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_T,JSON.stringify({roomId:r,userId:this._context.getCurrentId()})),!t.validate("roomId",r,t.notEmptyString,!0))return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomId"})),{code:e.RCRTCCode.PARAMS_ERROR};if(this._context.getConnectionStatus()!==t.ConnectionStatus.CONNECTED)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.SIGNAL_DISCONNECTED,msg:"IM disconnected"})),{code:e.RCRTCCode.SIGNAL_DISCONNECTED};if(null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_OLD_DAILY_RECORD_O,`JoinPKRoom, roomId: ${r}`),this._joinedPKRooms[r])return null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.warn(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"})),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const i=e.RCLivingType.VIDEO,f={extra:`{"roomId": "${this._mainRoomId}"}`},O=new ws(this._context,this._runtime,r,this._service,this._initOptions,i,!1,!1,!1,this._clientSessionId),{code:L,data:A}=yield O.__innerInit(pn.LIVE,void 0,i,f);return L!==e.RCRTCCode.SUCCESS?(null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_OLD_DAILY_RECORD_O,`JoinPKRoom failed -> code: ${L}`),null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.error(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.FAILED,code:L,msg:""})),{code:L}):(null===(I=null===(T=this._context)||void 0===T?void 0:T.logger)||void 0===I||I.info(o.L_OLD_DAILY_RECORD_O,`JoinPKRoom success -> userId: ${this._context.getCurrentId()}, roomId: ${r}, data: ${JSON.stringify(A)}`),this._joinedPKRooms[r]=O,yield this._onJoinedPKRoom(r,O),null===(E=null===(S=this._context)||void 0===S?void 0:S.logger)||void 0===E||E.info(o.L_LIVING_PK_HANDLER_JOIN_OTHER_ROOM_R,JSON.stringify({status:n.SUCCESSED,roomId:r,userId:this._context.getCurrentId()})),{room:O,code:e.RCRTCCode.SUCCESS,userIds:O.getRemoteUserIds(),tracks:O.getRemoteTracks()})}))}leaveOtherRoom(e,t){return i(this,void 0,void 0,(function*(){return this._invoker.push(this.createLeaveOtherRoomCommand(e,t))}))}getPKInfo(e){return this._PKInfo[e]}getAllPKInfo(){return this._PKInfo}getJoinedPKRooms(){return this._joinedPKRooms}}!function(e){e[e.OPEN=1]="OPEN",e[e.STOP=2]="STOP"}(Ds||(Ds={}));class Ms extends Vn{constructor(e,t){super(),this.cdnValues=e,this.enable=t}execute(r,s){var a,d,c,_,l,u,h,R,v,C,g,p,m,T;return i(this,void 0,void 0,(function*(){const{enable:i}=this;if(null===(d=null===(a=r.context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_LIVING_ROOM_ENABLE_INNER_CDN_T,JSON.stringify({roomId:r.roomId,enable:i})),!r.isMainRoom)return null===(_=null===(c=r.context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in PK room"})),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM};if(!t.isBoolean(i))return null===(u=null===(l=r.context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> enable"})),{code:e.RCRTCCode.PARAMS_ERROR};r.setCDNEnabel(i);const I={version:2,output:{inCDNModel:i?Ds.OPEN:Ds.STOP}},{code:S}=yield new Is(I,this.cdnValues).execute(r,s);if(S!==e.RCRTCCode.SUCCESS)return null===(R=null===(h=r.context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.FAILED,code:S,msg:"signal error"})),{code:e.RCRTCCode.SIGNAL_ERROR};const E=r.getCDNUris();if(E&&E.broadcast!==Sn.SPREAD)return null===(C=null===(v=r.context)||void 0===v?void 0:v.logger)||void 0===C||C.info(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.SUCCESSED,enable:i})),{code:e.RCRTCCode.SUCCESS};const{code:f}=yield es(r);return f===e.RCRTCCode.SUCCESS?(null===(p=null===(g=r.context)||void 0===g?void 0:g.logger)||void 0===p||p.info(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.SUCCESSED,enable:i})),{code:e.RCRTCCode.SUCCESS}):(null===(T=null===(m=r.context)||void 0===m?void 0:m.logger)||void 0===T||T.error(o.L_LIVING_ROOM_ENABLE_INNER_CDN_R,JSON.stringify({status:n.FAILED,code:f})),{code:f})}))}}!function(e){e[e.AnchorToViewer=1]="AnchorToViewer",e[e.ViewerToAnchor=2]="ViewerToAnchor"}(ks||(ks={}));class xs extends Vn{constructor(e,t){super(),this.livingType=e,this.traceId=t}execute(e,r){var o;return i(this,void 0,void 0,(function*(){const{code:i,data:n}=yield e.context.rtcIdentityChange(e.roomId,ks.ViewerToAnchor,this.livingType);if(i!==t.ErrorCode.SUCCESS||!n)return{code:i};e.initWithRoomData(n,this.traceId);e.getResourcesByUserId(e.crtUserId).length>0&&r.push(new jn);const s=null===(o=n.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===o?void 0:o.value;return s&&e.setCDNUris(JSON.parse(s)[0]),{code:i,data:n}}))}}class ws extends Ts{constructor(e,t,i,r,o,n,s,a,d,c){super(e,t,i,pn.LIVE,r,o,s,a,d,c),this._livingType=n,this._mcuConfigBuilder=new As(this._invoker,this._isValidResourceId.bind(this))}_initAfterCatchRoomData(e,t){if(this._store.isUpgrade&&this._afterChangedRole(e,t),this._store.isMainRoom){const t=((e,t)=>{const i={};return t.forEach((t=>{const r=JSON.parse(t.value),{inviterRoomId:o,inviteeRoomId:n}=r;i[e===o?n:o]=JSON.parse(t.value)})),i})(this._roomId,e.roomInfo);this._roomPKHandler=new Ps(this._invoker,t,(e=>({headers:this._getRTCReqestHeaders(e),pushOtherRooms:this._getPushOtherRoomsParams()})),this._context,this._runtime,this._service,this._initOptions,this,super._registerPKMsgListener.bind(this),this._onJoinedPKRoom.bind(this),this._clientSessionId)}}__innerInit(r,s,a,d,c,_){const l=Object.create(null,{__innerInit:{get:()=>super.__innerInit}});var u,h;return i(this,void 0,void 0,(function*(){if(!t.validate("livingType",a,(t=>t===e.RCLivingType.AUDIO||t===e.RCLivingType.VIDEO)))return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> livingType"}),_),{code:e.RCRTCCode.PARAMS_ERROR};const{code:i,data:R}=yield l.__innerInit.call(this,r,s,a,d,c,_);return i===e.RCRTCCode.SUCCESS&&R&&this._initAfterCatchRoomData(R),{code:i,data:R}}))}__innerInitByIdentityChange(e){var r,s,a,d;return i(this,void 0,void 0,(function*(){const{code:i,data:c}=yield this._invoker.push(new xs(this._livingType,e));return i===t.ErrorCode.SUCCESS&&c?(this._initAfterCatchRoomData(c,e),this._initWithRoomData(c.offlineKickTime),null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,JSON.stringify({status:n.SUCCESSED,roomData:c}),e)):null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,JSON.stringify({status:n.FAILED,code:i}),e),i}))}publish(t){const r=Object.create(null,{publish:{get:()=>super.publish}});var s,a;return i(this,void 0,void 0,(function*(){return this._store.isMainRoom?r.publish.call(this,t):(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_ABSTRACT_ROOM_PUBLISH_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in PK room"})),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}))}unpublish(t){const r=Object.create(null,{unpublish:{get:()=>super.unpublish}});var s,a;return i(this,void 0,void 0,(function*(){return this._store.isMainRoom?r.unpublish.call(this,t):(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_ABSTRACT_ROOM_UNPUBLISH_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in PK room"})),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}))}_isValidResourceId(t){var i;const{userId:r}=rt(t),o=!!(null===(i=this._store.getResourcesByUserId(r))||void 0===i?void 0:i.find((e=>it(e)===t)));let n=!1;const{code:s,roomPKHandler:a}=this.getRoomPKHandler();if(s!==e.RCRTCCode.SUCCESS||!a)return o;const d=a.getJoinedPKRooms(),c=[];return Object.values(d).forEach((e=>{c.push(...e.getRemoteTracks())})),n=c.some((e=>t===e.getTrackId())),o||n}getLivingType(){return this._livingType}getMCUConfigBuilder(){var t,i;return this._store.isMainRoom?this._mcuConfigBuilder:(null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.error(o.L_OLD_DAILY_RECORD_O,"the `getMCUConfigBuilder` is disabled in PK room"),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}enableInnerCDN(e){return i(this,void 0,void 0,(function*(){return this._invoker.push(new Ms(this._mcuConfigBuilder.__innerGetValues(),e))}))}_resourceHandle(e,t,r,o){const n=Object.create(null,{_resourceHandle:{get:()=>super._resourceHandle}});return i(this,void 0,void 0,(function*(){n._resourceHandle.call(this,e,t,r,o)}))}_afterChangedRole(e,t){const i=gt(e,this._roomId,t),r=this._context.getCurrentId(),s=Object.keys(i);setTimeout((()=>{var a,d,c,_,l;const u=s.filter((e=>e!==r));u.length>0&&(null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserJoin",needNoticeUserIds:u})),this._callAppListener("onUserJoin",u));for(const e in i)e!==r&&this._resourceHandle({uris:i[e]},It.TOTAL_CONTENT_RESOURCE,e,t);if(!(null===(c=e.roomInfo.filter((e=>"cdn_uris"===e.key))[0])||void 0===c?void 0:c.value))return;const h=this._store.getCDNUris();(null==h?void 0:h.push_mode)===ys.MANUAL&&(null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onUserJoin",enableInnerCDN:null==h?void 0:h.enableInnerCDN})),this._callAppListener("onCDNEnableChange",null==h?void 0:h.enableInnerCDN))}))}__getCDNEnable(){var e;return!!(null===(e=this._store.getCDNUris())||void 0===e?void 0:e.enableInnerCDN)}__getCDNPushMode(){var e;return null===(e=this._store.getCDNUris())||void 0===e?void 0:e.push_mode}_onJoinedPKRoom(e,t){return i(this,void 0,void 0,(function*(){this._invoker.push(new bs(e,(e=>({pushOtherRooms:this._getPushOtherRoomsParams(),headers:this._getRTCReqestHeaders(e)})),this._roomPKHandler))}))}_getPushOtherRoomsParams(){const e=[];if(!this.isMainRoom()||!this._roomPKHandler)return e;const t=this._roomPKHandler.getJoinedPKRooms();for(const i in t){const r=t[i].getSessionId(),o=this._roomPKHandler.getPKInfo(i);if(!o)continue;const{inviterUserAutoMix:n,inviteeUserAutoMix:s,inviterUserId:a}=o,d=this._context.getCurrentId()===a;e.push({roomId:i,sessionId:r,autoMix:d?!!n:!!s})}return e}getRoomPKHandler(){var t,i,r,s;return this._store.isMainRoom?(null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O,JSON.stringify({status:n.SUCCESSED})),{code:e.RCRTCCode.SUCCESS,roomPKHandler:this._roomPKHandler}):(null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.error(o.L_LIVING_ROOM_GET_ROOM_PK_HANDLER_O,JSON.stringify({status:n.SUCCESSED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"method not available in PK room"})),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM})}_quitAllPKRoom(){var e,t;return i(this,void 0,void 0,(function*(){const i=this._roomPKHandler.getJoinedPKRooms();for(const e in i)this._roomPKHandler.leaveOtherRoom(i[e]);null===(t=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===t||t.info(o.L_LIVING_ROOM_QUIT_ALL_PK_ROOM_O,JSON.stringify({status:n.SUCCESSED,roomIds:Object.keys(i)}))}))}isMainRoom(){return this._store.isMainRoom}}class Bs extends Ts{constructor(e,t,i,r,o,n,s,a,d,c=pn.RTC,_=3e4){super(e,t,i,c,r,o,n,s,a,d,_)}}const Vs=new class{constructor(){this.queue=[],this.locked=!1,this.taskCount=0}checkToStart(){return i(this,void 0,void 0,(function*(){if(0===this.queue.length||this.locked)return;this.locked=!0;const{resolve:e,task:t,reject:i}=this.queue.shift();let r;try{r=yield t(),e(r)}catch(e){i(e)}this.locked=!1,this.checkToStart()}))}push(e,t=""){const i=new Promise(((t,i)=>{this.queue.push({resolve:t,task:e,reject:i})}));return this.checkToStart(),i}},Fs=(e,t="")=>Vs.push(e,t);class Js{constructor(e,t,i,r){this._context=e,this._useMutilPeerC=r,this._rtcToken="",this._liveUrl="",this._subTracks=[],this._clientSessionId=Oo(),this._livingType=null,this._mediaType=null,this._subTiny=!1,this._fromRetry=!1,this._appListener=null,this._service=new Wo(t,e,i.mediaServer),this._peerCManager=new Bn(this._useMutilPeerC,this._context.getCurrentId(),this._reTryExchange.bind(this),this._context.getCurrentId())}_getReqHeaders(r){var n,s;return i(this,void 0,void 0,(function*(){const i=this._context.getCurrentId(),a=i;if(!this._rtcToken){const{code:i,data:d}=yield this._context.getRTCToken(a,pn.LIVE,r);if(i!==t.ErrorCode.SUCCESS)return null===(s=null===(n=this._context)||void 0===n?void 0:n.logger)||void 0===s||s.error(o.L_OLD_DAILY_RECORD_O,`getRTCToken failed: ${i}`),{code:e.RCRTCCode.SIGNAL_ERROR};this._rtcToken=d.rtcToken}return{code:e.RCRTCCode.SUCCESS,headers:{"App-Key":this._context.getAppkey(),UserId:i,RoomId:a,RoomType:pn.LIVE,Token:this._rtcToken,"Peer-Connection-Id":this._pcName,"Client-Session-Id":this._clientSessionId}}}))}_clearSubscribeInfo(){var e;this._liveUrl="",this._livingType=null,this._mediaType=null,this._subTiny=!1,this._subTracks.length=0,null===(e=this._pc)||void 0===e||e.destroy(),this._pc=null}_reTryExchange(){var t;return i(this,void 0,void 0,(function*(){this._fromRetry=!0;const{code:i}=yield this.subscribe(this._liveUrl,this._livingType,this._mediaType,this._subTiny);i===e.RCRTCCode.SUCCESS&&(null===(t=this._pc)||void 0===t||t.clearReTryExchangeTimer())}))}subscribe(e,t,r,o=!1){return i(this,void 0,void 0,(function*(){return Fs((()=>this.__subscribe(e,t,r,o)),"audience-client-sub")}))}__subscribe(r,s,a,d=!1){var c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f,O,L,A,N,y,D,k,b,U,P,M,x,w,B,V,F,J;return i(this,void 0,void 0,(function*(){null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_AUDIENCE_CLIENT_SUBSCRIBE_T,JSON.stringify({liveUrl:r,livingType:s,mediaType:a,subTiny:d}));const i=[];if(Ct(this._context.getNaviInfo()))return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"package environment error"})),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,tracks:i};if(!this._fromRetry&&(null===(h=this._pc)||void 0===h||h.clearReTryExchangeTimer()),this._fromRetry=!1,!t.isString(r))return null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_OLD_DAILY_RECORD_O,`liveUrl is invalid: ${r}`),null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> liveUrl: ${r}`})),{code:e.RCRTCCode.PARAMS_ERROR,tracks:i};if(![e.RCLivingType.AUDIO,e.RCLivingType.VIDEO].includes(s))return null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.error(`livingType is invalid: ${s}`),null===(I=null===(T=this._context)||void 0===T?void 0:T.logger)||void 0===I||I.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> livingType: ${s}`})),{code:e.RCRTCCode.PARAMS_ERROR,tracks:i};if(![e.RCMediaType.AUDIO_ONLY,e.RCMediaType.VIDEO_ONLY,e.RCMediaType.AUDIO_VIDEO].includes(a))return null===(E=null===(S=this._context)||void 0===S?void 0:S.logger)||void 0===E||E.error(o.L_OLD_DAILY_RECORD_O,`mediaType is invalid: ${a}`),null===(O=null===(f=this._context)||void 0===f?void 0:f.logger)||void 0===O||O.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:`params error -> -> mediaType: ${a}`})),{code:e.RCRTCCode.PARAMS_ERROR,tracks:i};if(this._liveUrl&&this._liveUrl!==r)return null===(A=null===(L=this._context)||void 0===L?void 0:L.logger)||void 0===A||A.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.BROADCAST_SUB_LIST_NOT_EMPTY,msg:"repeat subscribe"})),{code:e.RCRTCCode.BROADCAST_SUB_LIST_NOT_EMPTY,tracks:i};if(!this._pc){const{pcName:e,pc:t}=this._peerCManager.createPeerCList(i)[0];this._pc=t,this._pcName=e,this._pc.on(Pn.__INNER_EVENT_TRACK_READY__,this._onTrackReady,this),this._pc.registerReportListener(this._reportListener),this._pc.__reportR3R4ToPolaris()}this._liveUrl=r;const{code:G,headers:K}=yield this._getReqHeaders(s);if(G!==e.RCRTCCode.SUCCESS)return null===(y=null===(N=this._context)||void 0===N?void 0:N.logger)||void 0===y||y.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:G,msg:""})),{code:G,tracks:i};const H=`rc_mcu_${Date.now()}`,j="RongCloudRTC";0===this._subTracks.length&&(this._subTracks.push(new Ye(j,H),new qe(j,H)),this._pc.updateSubRemoteTracks(this._subTracks.slice()));const $={sdp:yield this._pc.createOffer(!0),liveUrl:r,mediaType:a,simulcast:d?zo.TINY:zo.NORMAL,switchstream:!1},Y=yield this._service.broadcastSubscribe(K,$);if(Y.code!==e.RCRTCCode.SUCCESS)return null===(k=null===(D=this._context)||void 0===D?void 0:D.logger)||void 0===k||k.error(o.L_OLD_DAILY_RECORD_O,`andience subscribe failed: ${Y.code}`),null===(U=null===(b=this._context)||void 0===b?void 0:b.logger)||void 0===U||U.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:Y.code,msg:`andience subscribe failed: ${Y.code}`})),{code:Y.code,tracks:i};const q=Y.data;if(q.resultCode!==e.RCRTCCode.SUCCESS)return null===(M=null===(P=this._context)||void 0===P?void 0:P.logger)||void 0===M||M.error(o.L_OLD_DAILY_RECORD_O,`andience subscribe failed! code: ${q.resultCode}; message: ${q.message}`),null===(w=null===(x=this._context)||void 0===x?void 0:x.logger)||void 0===w||w.error(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:q.resultCode,msg:`andience subscribe failed! code: ${q.resultCode}; message: ${q.message}`})),{code:q.resultCode,tracks:i};null===(V=null===(B=this._context)||void 0===B?void 0:B.logger)||void 0===V||V.debug(o.L_OLD_DAILY_RECORD_O,`andience subscribe success: ${r}`),this._livingType=s,this._mediaType=a,this._subTiny=d;const{sdp:W,subscribedList:z}=q,Z=[];return z.forEach((e=>{const{mediaType:t}=e,i=this._subTracks[t];Z.push(i),i.__innerSetRemoteMuted(!0)})),this._pc.setRemoteAnswer(W.sdp),En.formatSourceIdMapFromSdp(W.sdp,"subscribe"),null===(J=null===(F=this._context)||void 0===F?void 0:F.logger)||void 0===J||J.info(o.L_AUDIENCE_CLIENT_SUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,liveUrl:r})),{code:e.RCRTCCode.SUCCESS,tracks:Z}}))}unsubscribe(){return i(this,void 0,void 0,(function*(){return Fs((()=>this.__unsubscribe()),"audience-client-unsub")}))}__unsubscribe(){var t,r,s,a,d,c,_,l,u,h,R,v,C;return i(this,void 0,void 0,(function*(){if(null===(r=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===r||r.info(o.L_AUDIENCE_CLIENT_UNSUBSCRIBE_T,JSON.stringify({liveUrl:this._liveUrl})),null===(s=this._pc)||void 0===s||s.clearReTryExchangeTimer(),!this._rtcToken||!this._liveUrl)return null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.warn(o.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:"",msg:"Address does not exist, without unsubscribe"})),{code:e.RCRTCCode.SUCCESS};const{headers:i}=yield this._getReqHeaders(),{code:g}=yield this._service.broadcastExit(i);return g!==e.RCRTCCode.SUCCESS?(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_OLD_DAILY_RECORD_O,`broadcast unsubscribe failed: ${g}`),null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:g,msg:`broadcast unsubscribe failed: ${g}`}))):(null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.debug(o.L_OLD_DAILY_RECORD_O,"broadcast unsubscribe success"),null===(C=null===(v=this._context)||void 0===v?void 0:v.logger)||void 0===C||C.info(o.L_AUDIENCE_CLIENT_UNSUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,liveUrl:this._liveUrl,msg:"broadcast unsubscribe success"}))),this._clearSubscribeInfo(),{code:g}}))}registerReportListener(e){this._reportListener=e}registerTrackEventListener(e){this._appListener=e}_onTrackReady(t){var i,r,n,s;const{track:a}=t.receiver,d="audio"===a.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY,c=this._subTracks[d];c.__innerSetMediaStreamTrack(a);try{null===(r=null===(i=this._appListener)||void 0===i?void 0:i.onTrackReady)||void 0===r||r.call(i,c)}catch(e){null===(s=null===(n=this._context)||void 0===n?void 0:n.logger)||void 0===s||s.error(o.L_OLD_DAILY_RECORD_O,JSON.stringify(e))}}}var Gs,Ks;e.RCInnerCDNPullKind=void 0,(Gs=e.RCInnerCDNPullKind||(e.RCInnerCDNPullKind={})).RTMP="rtmp",Gs.FLV="flv",Gs.HLS="hls",e.RCInnerCDNPullIsHttps=void 0,(Ks=e.RCInnerCDNPullIsHttps||(e.RCInnerCDNPullIsHttps={}))[Ks.NOT_HTTPS=0]="NOT_HTTPS",Ks[Ks.HTTPS=1]="HTTPS";const Hs=Object.assign(Object.assign({},dt(e.RCResolution.W176_H144)),{frameRate:lt(e.RCFrameRate.FPS_15)});class js{constructor(e,t,r,n,s,a,d,c=Oo()){this._context=e,this._runtime=t,this._initOptions=r,this._roomId=n,this._joinResData=s,this.livingType=a,this._useMutilPeerC=d,this._clientSessionId=c,this._roomAnchorList=[],this._roomRes={},this._roomAnchorRes={},this._remoteTracks={},this._appListener=null,this._pc=null,this._subscribedList=[],this._sessionId="",this._destroyed=!1,this._isPulling=!1,this._pullTime=0,this._reportListener=null,this._setInitData(),this._service=new Wo(this._runtime,this._context,this._initOptions.mediaServer,this._initOptions.timeout),this._polarisReport=new xn(this._context,this._runtime,this._roomId,this,_n.Audience),this._polarisReport.sendR1(),this._peerCManager=new Bn(this._useMutilPeerC,this._roomId,this._reTryExchange.bind(this),this._context.getCurrentId(),this._polarisReport),this._context.registerRTCSignalListener((e=>i(this,void 0,void 0,(function*(){var t,i;const{time:r,type:n,roomId:s}=this._context.decodeRtcNotify(e);if(null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.warn(o.L_OLD_DAILY_RECORD_O,`registerRTCSignalListener -> ${JSON.stringify({time:r,type:n,roomId:s})}`),1===n)this._startPull(s,r)}))))}_startPull(e,r){var n,s;return i(this,void 0,void 0,(function*(){if(this._isPulling)return;this._isPulling=!0;if(this._pullTime>r)return void(this._isPulling=!1);const{code:i,data:a}=yield this._context.pullRTCRoomEntry(e);if(i===t.ErrorCode.SUCCESS){this._isPulling=!1,this._pullTime=a.syncTime||0;const t=(null==a?void 0:a.kvEntries)||[];null===(s=null===(n=this._context)||void 0===n?void 0:n.logger)||void 0===s||s.info(o.L_OLD_DAILY_RECORD_O,`_startPull -> ${JSON.stringify(t)}`),this.singalDataChange(t,e)}}))}_setInitData(){const{sessionId:e,remoteUserIds:t,remoteRTCUris:i,remoteMUCUris:r,remoteTracks:o,CDNUris:n}=pt(this._roomId,this._joinResData.kvEntries);this._sessionId=e,this._roomAnchorList=t,o.forEach((e=>{this._remoteTracks[e.getTrackId()]=e})),this._CDNUris=n,i.forEach((e=>{const t=e.msid.split("_")[0];this._roomAnchorRes[t]?this._roomAnchorRes[t].push(e):this._roomAnchorRes[t]=[e]})),r.forEach((e=>{const{mediaType:t,tag:i}=e,r=[this._roomId,i,t].join("_");this._roomRes[r]=e})),i.forEach((e=>{const t=it(e);this._roomRes[t]=e}))}_assertRoomDestroyed(){var t,i;if(this._destroyed){const r="This room has been destroyed. Please use `RCRTCClient.joinLivingRoomAsAudience` to catch another instance.";return null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.warn(o.L_OLD_DAILY_RECORD_O,r),e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED}}singalDataChange(e,t){var i,r,s,a,d,c,_,l,u,h,R;if(null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_T,JSON.stringify({singalData:e,roomId:t,userId:this._context.getCurrentId()})),t!==this._roomId)return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.warn(o.L_OLD_DAILY_RECORD_O,`singalDataChange -> not the current room data: data roomId: ${t}, current roomId: ${this._roomId}`),void(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R,JSON.stringify({status:n.FAILED,code:"",msg:`id inconsistency -> params id:${t},current id:${this._roomId}`})));null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.debug(o.L_OLD_DAILY_RECORD_O,`singalDataChange -> singalData: ${JSON.stringify(e||{})}`);const v=[],C=null===(u=e.filter((e=>"RC_CDN"===e.key))[0])||void 0===u?void 0:u.value;C&&this._diffCDNUris(JSON.parse(JSON.parse(C).cdn_uris)[0]),e.forEach((e=>{const{key:t,value:i,timestamp:r,uid:o}=e;if(-1!==t.indexOf("RC_RES_")){const e=JSON.parse(i||"{}"),t=JSON.parse(e.mcu_uris||"[]"),r=JSON.parse(e.uris||"[]");return v.push(...t),void this._diffAnchorResource(r,o)}if("RC_ANCHOR_LIST"===t){const e=JSON.parse(i||"[]"),{joinUserIds:t,leftUserIds:r}=this._diffAnchorList(e);t.length>0&&this._handleNewJoinedAnchor(t),r.length>0&&this._handleLeftedAnchor(r)}})),this._diffRoomResource(v),null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_AUDIENCE_LIVING_ROOM_SINGAL_DATA_CHANGE_R,JSON.stringify({status:n.SUCCESSED,singalData:e,roomId:t,userId:this._context.getCurrentId()}))}_diffAnchorList(e){const t=e.filter((e=>this._roomAnchorList.indexOf(e)<0));return{leftUserIds:this._roomAnchorList.filter((t=>e.indexOf(t)<0)),joinUserIds:t}}_handleNewJoinedAnchor(e){var t,i;this._roomAnchorList.push(...e),null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onAnchorJoin",list:e})),this._callAppListener("onAnchorJoin",e)}_handleLeftedAnchor(e){var t,r;return i(this,void 0,void 0,(function*(){this._roomAnchorList=this._roomAnchorList.filter((t=>!(e.indexOf(t)>-1)));const i=[];e.forEach((e=>{i.push(...this.getRemoteTracksByUserId(e)),delete this._roomAnchorRes[e]})),i.length&&(yield this.unsubscribe(i),i.forEach((e=>delete this._remoteTracks[e.getTrackId()]))),null===(r=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onAnchorLeave",list:e})),this._callAppListener("onAnchorLeave",e)}))}_diffRoomResource(t){var r,s;return i(this,void 0,void 0,(function*(){const i=[],a=[],d=[];t.forEach((t=>{const r=it(t),{userId:o,tag:n,mediaType:s}=rt(r),a=[this._roomId,n,s].join("_");if(!this._remoteTracks[a]){const r=s===e.RCMediaType.AUDIO_ONLY?new Ye(n,"",this._roomId):new qe(n,"",this._roomId);i.push(r),this._remoteTracks[a]=r,this._roomRes[r.getTrackId()]=t}d.push(a)})),Object.keys(this._remoteTracks).forEach((e=>{d.indexOf(e)<0&&this._remoteTracks[e].isMCUTrack()&&a.push(this._remoteTracks[e])})),i.length>0&&(null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTrackPublish",trackIds:i.map((e=>e.getTrackId()))})),this._callAppListener("onTrackPublish",i)),a.length>0&&this._onUserUnpublish(a,"onTrackUnpublish")}))}_diffAnchorResource(t,r){var s,a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const i=this._roomAnchorRes[r]||(this._roomAnchorRes[r]=[]),{publishedList:C,unpublishedList:g,modifiedList:p}=st(i,t);if(C.length){const t=i.map(it),r=[],u=[];if(C.forEach((o=>{const n=it(o),s=t.indexOf(n),{userId:a,tag:d,mediaType:c}=rt(n);s>-1?i[s]=o:i.push(o);let _=this._remoteTracks[n];this._roomRes[n]=o,_?_.isSubscribed()&&r.push(_):(_=c===e.RCMediaType.AUDIO_ONLY?new Ye(d,a):new qe(d,a),this._remoteTracks[n]=_,u.push(_)),_.__innerSetRemoteMuted(0===o.state)})),r.length){const t=r.map((e=>e.getTrackId()));null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.debug(o.L_OLD_DAILY_RECORD_O,`resub tracks -> ${JSON.stringify(t)}`);const{code:i}=yield Fs((()=>this._subscribeHandle(r,!0)));i!==e.RCRTCCode.SUCCESS&&(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_OLD_DAILY_RECORD_O,`resub tracks failed -> code: ${i}, ids: ${JSON.stringify(t)}`))}null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onAnchorTrackPublish",trackIds:u.map((e=>e.getTrackId()))})),this._callAppListener("onAnchorTrackPublish",u)}if(g.length){const e=g.map(it);for(let t=i.length-1;t>=0;t-=1){const r=i[t];e.includes(it(r))&&i.splice(t,1)}const t=g.map((e=>{const t=it(e);return this._remoteTracks[t]}));yield this._onUserUnpublish(t,"onAnchorTrackUnpublish")}if(p.length){const e=i.map(it);for(let t=0;t<p.length;t++){const r=p[t],s=it(r),a=e.indexOf(s);i[a].state=r.state;const d=this._remoteTracks[s];d.__innerSetRemoteMuted(0===r.state),d.isAudioTrack()?(null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onAudioMuteChange",trackId:d.getTrackId()})),this._callAppListener("onAudioMuteChange",d)):(null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onVideoMuteChange",trackId:d.getTrackId()})),this._callAppListener("onVideoMuteChange",d))}}}))}_onUserUnpublish(e,t){var r,s;return i(this,void 0,void 0,(function*(){yield this.unsubscribe(e),e.forEach((e=>{this._subscribedList=this._subscribedList.filter((t=>t.track.getTrackId()!==e.getTrackId())),delete this._roomRes[e.getTrackId()],e.__innerDestroy(),delete this._remoteTracks[e.getTrackId()]})),null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:t,trackIds:e.map((e=>e.getTrackId()))})),this._callAppListener(t,e)}))}_callAppListener(e,...t){var i,r,n,s,a;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_OLD_DAILY_RECORD_O,`${e} callback -> ${JSON.stringify(t)}`);const d=null===(n=this._appListener)||void 0===n?void 0:n[e];if(d)try{d(...t)}catch(e){null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_OLD_DAILY_RECORD_O,JSON.stringify(e))}}_reTryExchange(){return i(this,void 0,void 0,(function*(){Fs((()=>i(this,void 0,void 0,(function*(){var t,i,r,n,s;const{reqBody:a}=yield this._createSubscribeParams(this._subscribedList,{},!0),d=yield this._exchangeHandle(a);if(d.code!==e.RCRTCCode.SUCCESS)return null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.error(o.L_OLD_DAILY_RECORD_O,`reTryExchange failed: ${d.code}`),{code:d.code};const{sdp:c,resultCode:_}=d.data;if(_!==e.RCRTCCode.SUCCESS)return null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.error(o.L_OLD_DAILY_RECORD_O,`reTryExchange failed: ${_}`),{code:_};this._pc.clearReTryExchangeTimer();const l=this._subscribedList.filter((e=>e.track.isMCUTrack()));if(l.length>0){const e=l[0].track.getTrackId(),t=null===(s=this._roomRes[e])||void 0===s?void 0:s.msid,i=[this._roomId,"RongCloudRTC"].join("_");c.sdp=c.sdp.replace(new RegExp(t,"g"),i)}const u=yield this._pc.setRemoteAnswer(c.sdp);return u!==e.RCRTCCode.SUCCESS?{code:u}:void 0}))),"audience-retry-exchange")}))}_createSubscribeParams(e,t,r){return i(this,void 0,void 0,(function*(){const i=yield this._pc.createOffer(r),o={resolutionInfo:[]},n={min:0,max:0};Object.keys(t).forEach((e=>{const{mediaStream:r,tinyStream:s}=t[e];[r,s].forEach(((t,r)=>{var s;const a=1===r?[e,"tiny"].join("_"):e;i.sdp=null===(s=i.sdp)||void 0===s?void 0:s.replace(new RegExp(t.id,"g"),a);const d=t.getVideoTracks()[0];if(!d)return;const c=0===r,{width:_,height:l,frameRate:u}=c?et(d):Hs;o.resolutionInfo.push({trackId:d.id,simulcast:c?zo.NORMAL:zo.TINY,resolution:`${_}x${l}`});const h=Ee(_,l),R=Oe(u);n.min+=h.minBitrate*R,n.max+=h.maxBitrate*R}))}));return{reqBody:{sdp:i,switchstream:!1,newVersionFlag:!0,subscribeList:e.map((e=>({simulcast:e.subTiny?zo.TINY:zo.NORMAL,resolution:"",uri:this._roomRes[e.track.getTrackId()].uri})))},dynamicBitrate:n,offer:i}}))}_subscribeHandle(r,s=!1){var a,d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){if(this._assertRoomDestroyed())return null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED,msg:"room destroyed"})),{code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED};if(!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof $e||e.track instanceof $e))),!0))return null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"})),{code:e.RCRTCCode.PARAMS_ERROR};const{pc:i,pcName:C}=this._peerCManager.createPeerCList(r)[0];this._pc=i,this._pc.__reportR3R4ToPolaris(),this._pcName=C,this._pc.registerReportListener(this._reportListener),this._addPeerCEvent();const g=this._subscribedList.map((e=>Object.assign({},e))),p=r.map((e=>e instanceof $e?{track:e}:e));let m=!1;const T=[];return p.forEach((e=>{const t=e.track.getTrackId();T.push(t);const i=g.find((e=>e.track.getTrackId()===t));i&&i.subTiny===e.subTiny||(i?i.subTiny=e.subTiny:g.push(e),m=!0)})),m||s?(null===(h=this._polarisReport)||void 0===h||h.sendR2(Tn.SUBSCRIBE,In.BEGIN,T),null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.info(o.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,trackIds:r.map(mt),roomId:this._roomId,userId:this._context.getCurrentId(),forceReq:s})),this._updateSubListHandle(g,!0)):(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.warn(o.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:"",msg:"repeat subscribe"})),{code:e.RCRTCCode.SUCCESS})}))}_addPeerCEvent(){this._pc.on(Pn.__INNER_EVENT_TRACK_READY__,(t=>{var i,r,s,a;const d=t.streams[0].id,{track:c}=t.receiver,_=[d,"audio"===c.kind?e.RCMediaType.AUDIO_ONLY:e.RCMediaType.VIDEO_ONLY].join("_"),l=this._remoteTracks[_];l?(l.__innerSetMediaStreamTrack(c),null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onTrackReady",trackId:l.getTrackId()})),this._callAppListener("onTrackReady",l)):null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.warn(o.L_OLD_DAILY_RECORD_O,`cannot found RCRemoteTrack: ${c.id}`)}))}_getReqHeaders(){const e=this._context.getCurrentId();return{"App-Key":this._context.getAppkey(),RoomId:e,Token:this._joinResData.token,RoomType:pn.LIVE,UserId:e,"Session-Id":this._sessionId,"Peer-Connection-Id":this._pcName,"Client-Session-Id":this._clientSessionId}}_exchangeHandle(e){return this._service.broadcastSubscribe(this._getReqHeaders(),e)}_updateSubListHandle(r,n=!1){var s,a,d,c,_;return i(this,void 0,void 0,(function*(){if(this._assertRoomDestroyed())return{code:e.RCRTCCode.ROOM_HAS_BEEN_DESTROYED};if(!t.validate("resources",r,(()=>t.isArray(r)&&r.every((e=>e instanceof $e||e.track instanceof $e))),!0))return{code:e.RCRTCCode.PARAMS_ERROR};let i=r.map((e=>e instanceof $e?{track:e}:Object.assign({},e)));const l={};i=i.filter((e=>{const t=e.track.getTrackId();return!l[t]&&(l[t]=!0,!0)})).map((e=>Object.assign({},e)));const u=this._subscribedList.map((e=>Object.assign({},e)));if(!n){let t=!1;if(i.forEach((e=>{const i=u.findIndex((t=>t.track===e.track));if(-1===i)return void(t=!0);u.splice(i,1)[0].subTiny!==e.subTiny&&(t=!0)})),u.length&&(t=!0),!t)return{code:e.RCRTCCode.SUCCESS}}this._pc.clearReTryExchangeTimer(),this._pc.updateSubRemoteTracks(i.map((e=>e.track))),Uo(this._roomId,this._clientSessionId,this._sessionId),Po(this._roomId,this._clientSessionId,this._sessionId),null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_AUDIENCE_LIVING_ROOM_SUBSCRIBE_T,JSON.stringify({trackIds:r.map(mt),roomId:this._roomId,userId:this._context.getCurrentId(),forceReq:n}));const{reqBody:h}=yield this._createSubscribeParams(i,{},!1),R=yield this._exchangeHandle(h);if(u.length){const e=[];u.forEach((t=>{e.push(t.track.getTrackId())})),null===(d=this._pc.reportParser)||void 0===d||d.clearLatestPacketsRecv(e)}if(R.code!==e.RCRTCCode.SUCCESS)return xo(i,R.code),{code:R.code};const{sdp:v,resultCode:C,message:g,subscribedList:p}=R.data;if(C!==e.RCRTCCode.SUCCESS)return xo(i,C),null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_OLD_DAILY_RECORD_O,`change subscribe list failed: ${g}, ${C}`),{code:C};i.forEach((e=>{const{track:t}=e;if(t.isMCUTrack()){const e=this._roomRes[t.getTrackId()].msid,{tag:i,userId:r}=rt(t.getTrackId()),o=[r,i].join("_");v.sdp=v.sdp.replace(new RegExp(e,"g"),o)}}));const m=yield this._pc.setRemoteAnswer(v.sdp);if(m!==e.RCRTCCode.SUCCESS)return xo(i,m),{code:m};xo(i,m);const T=null==p?void 0:p.map((e=>`${e.msid}_${e.mediaType}`)),I=i.filter((e=>{if(e.track.isMCUTrack()){const t=this._roomRes[e.track.getTrackId()],i=`${t.msid}_${t.mediaType}`;return T.includes(i)}return null==T?void 0:T.includes(e.track.getTrackId())})),S=null==I?void 0:I.map((e=>`${e.track.getTrackId()}`)),E=i.filter((e=>!(null==S?void 0:S.includes(e.track.getTrackId()))));for(const e in this._remoteTracks){const t=I.some((t=>t.track.getTrackId()===e));this._remoteTracks[e].__innerSetSubscribed(t)}return this._subscribedList.splice(0,this._subscribedList.length,...I),E.length?{code:e.RCRTCCode.SUCCESS,failedList:E}:{code:e.RCRTCCode.SUCCESS}}))}_diffCDNUris(e){var t,r,s,a,d,c;return i(this,void 0,void 0,(function*(){if(this._CDNUris.url&&!e.url)return null===(r=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===r||r.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onCDNInfoDisable"})),this._callAppListener("onCDNInfoDisable"),void(this._CDNUris=e);(!this._CDNUris||!this._CDNUris.url&&e.url)&&(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onCDNInfoEnable",resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`})),this._callAppListener("onCDNInfoEnable",{resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`}));const i=this._CDNUris.w&&e.w&&this._CDNUris.w!==e.w,_=this._CDNUris.h&&e.h&&this._CDNUris.h!==e.h,l=this._CDNUris.fps&&e.fps&&this._CDNUris.fps!==e.fps;(i||_||l)&&(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_ABSTRACT_ROOM_CALL_APP_LISTENER_O,JSON.stringify({status:n.SUCCESSED,eventType:"onCDNInfoChange",resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`})),this._callAppListener("onCDNInfoChange",{resolution:`W${e.w}_H${e.h}`,fps:`FPS_${e.fps}`})),this._CDNUris=e}))}_getCDNPlayUrl(t){var r,n,s,a,d,c;return i(this,void 0,void 0,(function*(){const{w:i,h:_,fps:l}=t,u=this._initOptions.pullInnerCDNProtocol||e.RCInnerCDNPullKind.FLV,h=this._initOptions.pullInnerCDNUseHttps===e.RCInnerCDNPullIsHttps.NOT_HTTPS?e.RCInnerCDNPullIsHttps.NOT_HTTPS:e.RCInnerCDNPullIsHttps.HTTPS;if(!this._CDNUris.url)return null===(n=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===n||n.error(o.L_OLD_DAILY_RECORD_O,`cdn_uris url is empty, the anchor need to open or push CDN, code: ${e.RCRTCCode.CDN_RESOURCE_IS_EMPTY}`),{code:e.RCRTCCode.CDN_RESOURCE_IS_EMPTY};const R={"App-Key":this._context.getAppkey(),Token:this._joinResData.token,RoomId:this.getRoomId(),UserId:this._context.getCurrentId(),SessionId:this.getSessionId()},v=[],{w:C=0,h:g=1}=this._CDNUris;C/g>1?(i&&v.push(`w=${i}`),_&&v.push(`h=${_}`)):(i&&v.push(`h=${i}`),_&&v.push(`w=${_}`)),l&&v.push(`fps=${l}`),v.push(`kind=${u}`),v.push(`is_https=${h}`);const p=v.join("&");let m=`${this._CDNUris.url}?`;p&&(m+=p);const{code:T,res:I}=yield this._service.getCDNResourceInfo(R,m);return T!==e.RCRTCCode.SUCCESS?(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_OLD_DAILY_RECORD_O,`getCDNPlayUrl failed: ${T}`),{code:T}):(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_OLD_DAILY_RECORD_O,`getCDNPlayUrl success: ${null==I?void 0:I.data.pull_url}`),{code:T,CDNPlayUrl:null==I?void 0:I.data.pull_url})}))}getCDNPlayUrl(t,r){var s,a,d,c,_,l,u,h,R,v,C,g;return i(this,void 0,void 0,(function*(){if(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_T,JSON.stringify({resolution:t,fps:r})),t&&!ct(t))return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_OLD_DAILY_RECORD_O,"`resolution` is invalid"),null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> resolution"})),{code:e.RCRTCCode.PARAMS_ERROR};if(r&&!_t(r))return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_OLD_DAILY_RECORD_O,"`fps` is invalid"),null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> fps"})),{code:e.RCRTCCode.PARAMS_ERROR};const{width:i,height:p}=t?dt(t):{width:null,height:null},m=r?lt(r):null,T={};return i&&(T.w=i),p&&(T.h=p),m&&(T.fps=m),null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.info(o.L_AUDIENCE_LIVING_ROOM_GET_CDN_PLAY_URL_R,JSON.stringify({status:n.SUCCESSED,resolution:t,fps:r})),this._getCDNPlayUrl(T)}))}subscribe(e){return i(this,void 0,void 0,(function*(){return $o(!0),Fs((()=>this._subscribeHandle(e,!1)),"audience-sub")}))}addSubscribeTask(e){return i(this,void 0,void 0,(function*(){return $o(!0),Fs((()=>this._subscribeHandle(e,!1)),"audience-sub")}))}__unsubscribe(r){var s,a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){if(null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_T,JSON.stringify({trackIds:r.map((e=>e.getTrackId())),roomId:this._roomId,userId:this._context.getCurrentId()})),!t.validate("tracks",r,(()=>t.isArray(r)&&r.length>0&&r.every((e=>e instanceof $e))),!0))return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_OLD_DAILY_RECORD_O,`unsubscribe failed, tracks is invalid -> roomId: ${this._roomId}`),null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> tracks"})),{code:e.RCRTCCode.PARAMS_ERROR};const i=this._subscribedList.map((e=>Object.assign({},e))).filter((e=>!r.includes(e.track)));return null===(u=this._polarisReport)||void 0===u||u.sendR2(Tn.SUBSCRIBE,In.END,r.map((e=>e.getTrackId()))),null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_AUDIENCE_LIVING_ROOM_UNSUBSCRIBE_R,JSON.stringify({status:n.SUCCESSED,trackIds:r.map((e=>e.getTrackId())),roomId:this._roomId,userId:this._context.getCurrentId()})),Yo(!0),this._updateSubListHandle(i,!1)}))}unsubscribe(e){return i(this,void 0,void 0,(function*(){return Fs((()=>this.__unsubscribe(e)),"audience-unsub")}))}addUnsubscribeTask(e){return i(this,void 0,void 0,(function*(){return Fs((()=>this.__unsubscribe(e)),"audience-unsub")}))}__destroy(e){var t,r;return i(this,void 0,void 0,(function*(){this._destroyed||(this._destroyed=!0,null===(t=this._audioLevelReport)||void 0===t||t.clearAudioLevelReportTimer(),e&&(yield this._context.quitLivingRoomAsAudience(this._roomId)),yield this._service.broadcastExit(this._getReqHeaders()),null===(r=this._pc)||void 0===r||r.destroy(),ko.destroy(),this._polarisReport=null,this._context.registerRTCSignalListener(void 0))}))}getRemoteTrack(e){return this._remoteTracks[e]}__getPC(){return this._peerCManager.getPCList()}getLocalTrack(e){return{}}__onReconnected(){var e,r;return i(this,void 0,void 0,(function*(){const{code:i}=yield this._context.joinLivingRoomAsAudience(this._roomId,pn.LIVE);i!==t.ErrorCode.SUCCESS&&(null===(r=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===r||r.error(o.L_OLD_DAILY_RECORD_O,"join living room error when on reconnected"))}))}registerRoomEventListener(e){this._appListener=e}onAudioLevelChange(e,t){var i,r,s;null===(i=this._audioLevelReport)||void 0===i||i.clearAudioLevelReportTimer(),this._audioLevelReport=new wn(this),this._audioLevelReport.onAudioLevelChange(e,t||1e3),null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s||s.info(o.L_AUDIENCE_LIVING_ROOM_AUDIO_LEVEL_CHANGE_O,JSON.stringify({status:n.SUCCESSED,handler:null==e?void 0:e.name,gap:t}))}registerReportListener(e){this._reportListener=e}getRoomId(){return this._roomId}getCrtUserId(){return this._context.getCurrentId()}getSessionId(){return this._sessionId}getRemoteUserIds(){return this._roomAnchorList}getRemoteTracksByUserId(e){const t=[];for(const i in this._remoteTracks){const r=this._remoteTracks[i];r.getUserId()===e&&t.push(r)}return t}getRemoteTracks(){const e=[],t=[];for(const e in this._remoteTracks){if(2===t.length)break;const i=this._remoteTracks[e];i.isMCUTrack()&&t.push(i)}return this._roomAnchorList.forEach((t=>{e.push(...this.getRemoteTracksByUserId(t))})),[...t,...e]}getRemoteRTCTracks(){const e=[];for(const t in this._remoteTracks){const i=this._remoteTracks[t];i.isMCUTrack()||e.push(i)}return e}getRemoteMCUTracks(){const e=[];for(const t in this._remoteTracks){const i=this._remoteTracks[t];i.isMCUTrack()&&e.push(i)}return e}getCDNInfo(){return this._CDNUris.w?{resolution:`W${this._CDNUris.w}_H${this._CDNUris.h}`,fps:`FPS_${this._CDNUris.fps}`,CDNEnable:this._CDNUris.enableInnerCDN}:{CDNEnable:!1}}getClientSessionId(){return this._clientSessionId}}class $s{constructor(e){this._context=e,this._isElectron=/Electron/.test(navigator.userAgent)}_getMediaStream(t,r="getUserMedia"){return i(this,void 0,void 0,(function*(){try{const i=this.setConstraintsConfig(t),o=yield navigator.mediaDevices[r](i);return{code:e.RCRTCCode.SUCCESS,stream:o}}catch(t){if("Permission denied"===t.message)return{code:e.RCRTCCode.BROWSER_PERMISSION_DENIED};if("Permission denied by system"===t.message)return{code:e.RCRTCCode.SYSTEM_PERMISSION_DENIED}}return{code:"getUserMedia"===r?e.RCRTCCode.GET_USER_MEDIA_FAILED:e.RCRTCCode.GET_DISPLAY_MEDIA_FAILED}}))}_getMediaStreamErrorReason(t){let i="";return t===e.RCRTCCode.BROWSER_PERMISSION_DENIED&&(i="Permission denied"),t===e.RCRTCCode.SYSTEM_PERMISSION_DENIED&&(i="Permission denied by system"),i}setConstraintsConfig(e){var t,i;if((null==e?void 0:e.audio)&&!this._isElectron){"boolean"==typeof e.audio&&(e.audio={});const r=navigator.mediaDevices.getSupportedConstraints();r.noiseSuppression&&(e.audio.noiseSuppression=!!r.noiseSuppression),r.autoGainControl&&(e.audio.autoGainControl=!!r.autoGainControl),r.echoCancellation&&(e.audio.echoCancellation=!!r.echoCancellation),null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_SET_AUDIO_CONSTRAINTS_O,`browser supported -> ${JSON.stringify(r)}`)}return e}createMicrophoneAudioTrack(t="RongCloudRTC",r){var s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){if(!Ze(t))return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS};const i=this._context.getCurrentId();if(!i)return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID};const{stream:R,code:v}=yield this._getMediaStream({audio:{deviceId:null==r?void 0:r.micphoneId,sampleRate:null==r?void 0:r.sampleRate}});if(v!==e.RCRTCCode.SUCCESS)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:v,msg:this._getMediaStreamErrorReason(v)})),{code:v};const C=R.getAudioTracks()[0],g=new Ge(t,i,C);return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_RTC_CLIENT_CREATE_MICROPHONE_AUDIO_TRACK_O,JSON.stringify({status:n.SUCCESSED,trackId:g.getTrackId()})),{code:v,track:g}}))}createCameraVideoTrack(t="RongCloudRTC",r){var s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){if(!Ze(t))return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS};const i=this._context.getCurrentId();if(!i)return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID};const R=ct(null==r?void 0:r.resolution)?r.resolution:e.RCResolution.W640_H480,{width:v,height:C}=dt(R),{stream:g,code:p}=yield this._getMediaStream({video:{deviceId:null==r?void 0:r.cameraId,frameRate:lt((null==r?void 0:r.frameRate)||e.RCFrameRate.FPS_15),width:v,height:C,facingMode:null==r?void 0:r.faceMode}});if(p!==e.RCRTCCode.SUCCESS)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:this._getMediaStreamErrorReason(p)})),{code:p};const m=g.getVideoTracks()[0],T=new Ke(t,i,m);return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_RTC_CLIENT_CREATE_CAMERA_VIDEO_TRACK_O,JSON.stringify({status:n.SUCCESSED,trackId:T.getTrackId()})),{code:p,track:T}}))}createMicrophoneAndCameraTracks(t="RongCloudRTC",r){var s,a,d,c,_,l,u,h,R,v,C,g,p,m;return i(this,void 0,void 0,(function*(){const i=[];if(!Ze(t))return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS,tracks:i};const T=this._context.getCurrentId();if(!T)return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID,tracks:i};const I=ct(null===(_=null==r?void 0:r.video)||void 0===_?void 0:_.resolution)?r.video.resolution:e.RCResolution.W640_H480,{width:S,height:E}=dt(I),{stream:f,code:O}=yield this._getMediaStream({video:{deviceId:null===(l=null==r?void 0:r.video)||void 0===l?void 0:l.cameraId,frameRate:lt((null===(u=null==r?void 0:r.video)||void 0===u?void 0:u.frameRate)||e.RCFrameRate.FPS_15),width:S,height:E,facingMode:null===(h=null==r?void 0:r.video)||void 0===h?void 0:h.faceMode},audio:{deviceId:null===(R=null==r?void 0:r.audio)||void 0===R?void 0:R.micphoneId,sampleRate:null===(v=null==r?void 0:r.audio)||void 0===v?void 0:v.sampleRate}});return O!==e.RCRTCCode.SUCCESS?(null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,JSON.stringify({status:n.FAILED,code:O,msg:this._getMediaStreamErrorReason(O)})),{code:O,tracks:i}):(f.getTracks().forEach((e=>{"video"===e.kind?i.push(new Ke(t,T,e)):i.unshift(new Ge(t,T,e))})),null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.info(o.L_RTC_CLIENT_CREATE_MICROPHONE_AND_CAMERA_TRACKS_O,JSON.stringify({status:n.SUCCESSED,trackIds:i.map((e=>e.getTrackId()))})),{code:O,tracks:i})}))}createScreenVideoTrack(t="screenshare",r){return i(this,void 0,void 0,(function*(){const i=yield this._createScreenTracks(t,!1,o.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O,r);return i.code===e.RCRTCCode.SUCCESS?{code:i.code,track:i.tracks[0]}:i}))}createScreenWithAudioTracks(e="screenshare",t){return i(this,void 0,void 0,(function*(){return this._createScreenTracks(e,!0,o.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_AND_AUDIO_TRACKS_O,t)}))}_createScreenTracks(r,s,a,d){var c,_,l,u,h,R,v,C,g,p,m,T,I,S,E,f;return i(this,void 0,void 0,(function*(){if(!Ze(r))return null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(a,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS};const i=this._context.getCurrentId();if(!i)return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(a,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID};if(!Rt())return null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_RTC_CLIENT_CREATE_SCREEN_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.BROWSER_NOT_SUPPORT,msg:"browser not support"})),{code:e.RCRTCCode.BROWSER_NOT_SUPPORT};const O=/macintosh|mac os x/i.test(navigator.userAgent);this._isElectron&&O&&s&&(null===(C=null===(v=this._context)||void 0===v?void 0:v.logger)||void 0===C||C.warn(a,JSON.stringify({status:n.INFO,code:e.RCRTCCode.MAC_IN_ELECTRON_NOT_SUPPORT_SCREEN_SHARE_WITH_AUDIO,msg:"mac in electron not support screen share with audio"})));const L=(!this._isElectron||!O)&&s;if(this._isElectron&&!t.isUndefined(null==d?void 0:d.chromeMediaSourceId)&&!t.isString(null==d?void 0:d.chromeMediaSourceId))return null===(p=null===(g=this._context)||void 0===g?void 0:g.logger)||void 0===p||p.error(a,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> options.chromeMediaSourceId type is string"})),{code:e.RCRTCCode.PARAMS_ERROR};const A=ct(null==d?void 0:d.resolution)?d.resolution:e.RCResolution.W1280_H720,{width:N,height:y}=dt(A),D=this._isElectron?{mandatory:{chromeMediaSourceId:null==d?void 0:d.chromeMediaSourceId,chromeMediaSource:"desktop",minWidth:N,maxWidth:N,minHeight:y,maxHeight:y}}:{frameRate:lt((null==d?void 0:d.frameRate)||e.RCFrameRate.FPS_15),width:N,height:y};!(null==d?void 0:d.chromeMediaSourceId)&&this._isElectron&&(null===(m=D.mandatory)||void 0===m||delete m.chromeMediaSourceId);let k=null;L&&this._isElectron&&(null===(T=D.mandatory)||void 0===T||delete T.chromeMediaSourceId,k={mandatory:{chromeMediaSource:"desktop"}});const{stream:b,code:U}=yield this._getMediaStream({video:D,audio:k||L},this._isElectron?"getUserMedia":"getDisplayMedia");if(U!==e.RCRTCCode.SUCCESS)return null===(S=null===(I=this._context)||void 0===I?void 0:I.logger)||void 0===S||S.error(a,JSON.stringify({status:n.FAILED,code:U,msg:this._getMediaStreamErrorReason(U)})),{code:U};const P=b.getVideoTracks()[0],M=[new He(r,i,P)];if(L){const e=b.getAudioTracks()[0];e&&M.push(new je(r,i,e))}return null===(f=null===(E=this._context)||void 0===E?void 0:E.logger)||void 0===f||f.info(a,JSON.stringify({status:n.SUCCESSED,trackIds:M.map((e=>e.getTrackId()))})),{code:U,tracks:M}}))}createLocalAudioTrack(t,r){var s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){if(!Ze(t))return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS};if(!r||"[object MediaStreamTrack]"!==r.toString()||"audio"!==r.kind)return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED,msg:"params track is not MediaStreamTrack or kind is not audio"})),{code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED};const i=this._context.getCurrentId();if(!i)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID};const R=new we(t,i,r);return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_RTC_CLIENT_CREATE_LOCAL_AUDIO_TRACK_O,JSON.stringify({status:n.SUCCESSED,trackId:R.getTrackId()})),{code:e.RCRTCCode.SUCCESS,track:R}}))}createLocalVideoTrack(t,r){var s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){if(!Ze(t))return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.error(o.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS};if(!(r&&r instanceof MediaStreamTrack&&"video"===r.kind))return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED,msg:"params track is not MediaStreamTrack or kind is not video"})),{code:e.RCRTCCode.CREATE_CUSTOM_TRACK_FAILED};const i=this._context.getCurrentId();if(!i)return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID};const R=new Be(t,i,r);return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_RTC_CLIENT_CREATE_LOCAL_VIDEO_TRACK_O,JSON.stringify({status:n.SUCCESSED,trackId:R.getTrackId()})),{code:e.RCRTCCode.SUCCESS,track:R}}))}createLocalFileTracks(r,s,a){var d,c,_,l,u,h,R,v;return i(this,void 0,void 0,(function*(){if(!Ze(r))return null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS,tracks:[]};if(!ht())return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.BROWSER_NOT_SUPPORT,msg:"browser not support"})),{code:e.RCRTCCode.BROWSER_NOT_SUPPORT,tracks:[]};const i=s instanceof File?URL.createObjectURL(s):s;if(!t.isHttpUrl(i)&&!/^blob:/.test(i))return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> file"})),{code:e.RCRTCCode.PARAMS_ERROR,tracks:[]};const C=this._context.getCurrentId();return C?new Promise((t=>{const s=document.createElement("video");(null==a?void 0:a.withoutAudio)&&(s.muted=!0),s.onloadedmetadata=()=>{var i,d,c,_;const l=[];let u;try{const e=s.mozCaptureStream?"mozCaptureStream":"captureStream";u=s[e]()}catch(r){null===(d=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===d||d.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,msg:`captureSteam error -> ${JSON.stringify(r)}`})),t({code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,tracks:l})}const[h,R]=$s.getTracksWithOptions(u,a);h&&l.push(new Je(r,C,h,s)),R&&l.push(new Fe(r,C,R,s)),0===l.length&&(s.pause(),s.src=""),s.onerror=null,null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.info(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.SUCCESSED,trackIds:l.map((e=>e.getTrackId()))})),t({code:e.RCRTCCode.SUCCESS,tracks:l})},s.onerror=()=>{var i,r;null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,msg:"Failed to create file stream, video onerror"})),t({code:e.RCRTCCode.CREATE_FILE_TRACK_FAILED,tracks:[]})},s.src=i,s.loop=!0,s.play()})):(null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_RTC_CLIENT_CREATE_LOCAL_FILE_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID,tracks:[]})}))}createLocalTracks(t,r,s){var a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=[];if(!Ze(t))return null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_TAGS,msg:"invalid tag"})),{code:e.RCRTCCode.INVALID_TAGS,tracks:i};if(!(r instanceof MediaStream))return null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> stream"})),{code:e.RCRTCCode.PARAMS_ERROR,tracks:i};const v=this._context.getCurrentId();if(!v)return null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.INVALID_USER_ID,msg:"invalid IM connection,invalid userId"})),{code:e.RCRTCCode.INVALID_USER_ID,tracks:i};const[C,g]=$s.getTracksWithOptions(r,s);return C&&i.push(new we(t,v,C)),g&&i.push(new Be(t,v,g)),null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_RTC_CLIENT_CREATE_LOCAL_TRACKS_O,JSON.stringify({status:n.SUCCESSED,trackIds:i.map((e=>e.getTrackId()))})),{code:e.RCRTCCode.SUCCESS,tracks:i}}))}static getTracksWithOptions(e,t){const i=[];return i[0]=(null==t?void 0:t.withoutAudio)?void 0:e.getAudioTracks()[0],i[1]=(null==t?void 0:t.withoutVideo)?void 0:e.getVideoTracks()[0],i}}class Ys extends $s{constructor(e,t,i){super(e),this._context=e,this._runtime=t,this._options=i,this._crtRoom=null,this._audience=null,this._crtAudienceLivingRoom=null,Nn.setSdpSemantics(i.sdpSemantics||"plan-b"),this._service=new Wo(this._runtime,this._context,this._options.mediaServer,this._options.timeout),this._context.registerConnectionStateChangeListener(this._onIMStatusChange.bind(this)),this._context.registerDisconnectListener(this._onIMDisconnect.bind(this)),this._context.registerDestroyListener(this._onIMUninit.bind(this)),this._context.registerMessageListener(this._handleMessage.bind(this)),this._context.getPluginContext().onnavidatachange=this.naviDataChange.bind(this)}_handleMessage(e){var i,r,s,a,d,c;if(e.conversationType!==t.ConversationType.RTC_ROOM)return!1;const _=null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r?void 0:r.createTraceId();if(this._crtRoom instanceof ws){this._getJoinedPKRoomList().forEach((t=>{t.__parseInnerMessage(e,_)}))}return null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a||a.info(o.L_RTC_CLIENT_MESSAGE_O,JSON.stringify({status:n.SUCCESSED,message:e}),_),this._crtRoom?(this._crtRoom.__parseInnerMessage(e,_),!0):(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.warn(o.L_RTC_CLIENT_MESSAGE_O,JSON.stringify({status:n.FAILED,message:"the crtRoom is empty"}),_),!0)}naviDataChange(e){var t,i;null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_RTC_CLIENT_NAVI_CHANGE_O,`on navi change data => ${JSON.stringify(e)}`),this._service.detectorMediaSever(),xn.logServer=null==e?void 0:e.logServer,xn.dc=null==e?void 0:e.dc}_getJoinedPKRoomList(){const{code:t,roomPKHandler:i}=this._crtRoom.getRoomPKHandler();if(t===e.RCRTCCode.SUCCESS&&i){const e=i.getJoinedPKRooms()||{};return Object.values(e)}return[]}getCurrentId(){return this._context.getCurrentId()}joinRTCRoom(t,r,s,a,d=pn.RTC,c){var _,l,u,h,R,v;return i(this,void 0,void 0,(function*(){const i=null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l?void 0:l.createTraceId();if(null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.info(o.L_RTC_CLIENT_JOIN_RTC_ROOM_T,JSON.stringify({roomId:t,joinType:r,outerUserDatas:s,useMutilPeerC:a,roomType:d}),i),this._crtRoom)return null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_RTC_CLIENT_JOIN_RTC_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const C=this._crtRoom=new Bs(this._context,this._runtime,t,this._service,this._options,!1,!1,a,Oo(),c),{code:g}=yield C.__innerInit(d,r,void 0,void 0,s,i);return g!==e.RCRTCCode.SUCCESS?(this._crtRoom=null,{code:g}):(C.once(ms,(()=>{this._crtRoom=null})),{code:g,room:C,userIds:C.getRemoteUserIds(),tracks:C.getRemoteTracks()})}))}joinCrossRTCRoom(t,r,s,a,d=pn.CROSS_MUTI){var c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_?void 0:_.createTraceId();if(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_T,JSON.stringify({roomId:t,joinType:r,outerUserDatas:s,useMutilPeerC:a,roomType:d}),i),this._crtRoom)return null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_RTC_CLIENT_JOIN_CROSS_RTC_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const v=this._crtRoom=new Bs(this._context,this._runtime,t,this._service,this._options,!1,!1,a,Oo(),d),{code:C}=yield v.__innerInit(d,r,void 0,void 0,s,i);return C!==e.RCRTCCode.SUCCESS?(this._crtRoom=null,{code:C}):(v.once(ms,(()=>{this._crtRoom=null})),{code:C,room:v,userIds:v.getRemoteUserIds(),tracks:v.getRemoteTracks()})}))}joinLivingRoom(t,r,s,a,d){var c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_?void 0:_.createTraceId();if(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_T,JSON.stringify({roomId:t,livingType:r,joinType:s,outerUserDatas:a,useMutilPeerC:d}),i),this._crtRoom)return null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:`Join the room repeatedly -> roomId: ${t}`}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const v=this._crtRoom=new ws(this._context,this._runtime,t,this._service,this._options,r,!1,!0,d),{code:C}=yield v.__innerInit(pn.LIVE,s,r,void 0,a,i);if(C!==e.RCRTCCode.SUCCESS)return this._crtRoom=null,{code:C};v.once(ms,(()=>{this._crtRoom=null}));const g={code:C,room:v,userIds:v.getRemoteUserIds(),tracks:v.getRemoteTracks()};return v.__getCDNPushMode()===ys.MANUAL&&Object.assign(g,{CDNEnable:v.__getCDNEnable()}),g}))}getAudienceClient(e){var t,i;return this._audience||(this._audience=new Js(this._context,this._runtime,this._options,e)),null===(i=null===(t=this._context)||void 0===t?void 0:t.logger)||void 0===i||i.info(o.L_RTC_CLIENT_GET_AUDIENCE_CLIENT_O,JSON.stringify({useMutilPeerC:e})),this._audience}_onIMStatusChange(e){var i,r;if(null===(r=null===(i=this._context)||void 0===i?void 0:i.logger)||void 0===r||r.info(o.L_RTC_CLIENT_IM_CONNECTION_STATE_S,JSON.stringify({status:e})),e===t.ConnectionStatus.CONNECTED){if(this._service.detectorMediaSever(),this._crtRoom instanceof ws){this._getJoinedPKRoomList().forEach((e=>{e.__onReconnected()}))}this._crtRoom&&this._crtRoom.__onReconnected().then((e=>{if(e&&e.data&&e.data.sessionId){ds.handler().execute()}}))}}_onIMDisconnect(){var e,t;null===(t=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===t||t.info(o.L_RTC_CLIENT_IM_DISCONNECT_S,JSON.stringify({msg:"TODO -> on IM disconnect"}))}_onIMUninit(){var e,t,i;null===(t=null===(e=this._context)||void 0===e?void 0:e.logger)||void 0===t||t.info(o.L_RTC_CLIENT_DESTROY_S,JSON.stringify({msg:"TODO -> on IM client ondestroy"})),null===(i=this._crtRoom)||void 0===i||i.__destroy(!0)}leaveRoom(t){var r,s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){const i=null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s?void 0:s.createTraceId();return null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_RTC_CLIENT_LEAVE_ROOM_T,JSON.stringify({roomId:t.getRoomId()}),i),this._crtRoom?(yield this._crtRoom.__destroy(!0),this._service.detectorMediaSever(),null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_RTC_CLIENT_LEAVE_ROOM_R,JSON.stringify({status:n.SUCCESSED,roomId:null===(h=this._crtRoom)||void 0===h?void 0:h.getRoomId()}),i),this._crtRoom=null,{code:e.RCRTCCode.SUCCESS}):(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.warn(o.L_RTC_CLIENT_LEAVE_ROOM_R,JSON.stringify({status:n.FAILED,msg:"Room does not exist, without leave"}),i),{code:e.RCRTCCode.SUCCESS})}))}joinLivingRoomAsAudience(r,s,a){var d,c,_,l,u,h,R,v,C,g,p,m,T,I,S,E;return i(this,void 0,void 0,(function*(){const i=null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c?void 0:c.createTraceId();if(null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.info(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_T,JSON.stringify({roomId:r,livingType:s,useMutilPeerC:a}),i),this._service.detectorMediaSever(),Ct(this._context.getNaviInfo()))return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR,msg:"package environment error"}),i),{code:e.RCRTCCode.PACKAGE_ENVIRONMENT_ERROR};if(!t.validate("roomId",r,t.notEmptyString,!0)||!t.validate("livingType",s,(t=>t===e.RCLivingType.AUDIO||t===e.RCLivingType.VIDEO)))return null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> roomId or livingType"}),i),{code:e.RCRTCCode.PARAMS_ERROR};if(this._crtAudienceLivingRoom)return null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};if(!this._service.getNaviMS().length)return null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER,msg:"No audio / video server address available"}),i),{code:e.RCRTCCode.NOT_OPEN_VIDEO_AUDIO_SERVER};const{code:f,data:O}=yield this._context.joinLivingRoomAsAudience(r,pn.LIVE,s);if(f!==t.ErrorCode.SUCCESS)return null===(I=null===(T=this._context)||void 0===T?void 0:T.logger)||void 0===I||I.error(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:f,msg:"signal error -> audience join room"}),i),{code:e.RCRTCCode.SIGNAL_AUDIENCE_JOIN_ROOM_FAILED};const L=Oo();(e=>{ko.getMemo().clientData={clientSessionId:e}})(L);const A=new js(this._context,this._runtime,this._options,r,O,s,a,L);return this._crtAudienceLivingRoom=A,null===(E=null===(S=this._context)||void 0===S?void 0:S.logger)||void 0===E||E.info(o.L_RTC_CLIENT_JOIN_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.SUCCESSED,roomData:O}),i),{room:A,code:e.RCRTCCode.SUCCESS,userIds:A.getRemoteUserIds(),RTCTracks:A.getRemoteRTCTracks(),MCUTracks:A.getRemoteMCUTracks(),CDNUris:A.getCDNInfo()}}))}leaveLivingRoomAsAudience(t){var r,s,a,d,c,_,l,u,h,R;return i(this,void 0,void 0,(function*(){const i=null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s?void 0:s.createTraceId();return null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.info(o.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_T,JSON.stringify({roomId:t.getRoomId(),userId:this._context.getCurrentId()}),i),this._crtAudienceLivingRoom?this._crtAudienceLivingRoom!==t?(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.error(o.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room"}),i),{code:e.RCRTCCode.PARAMS_ERROR}):(yield this._crtAudienceLivingRoom.__destroy(!0),this._crtAudienceLivingRoom=null,null===(R=null===(h=this._context)||void 0===h?void 0:h.logger)||void 0===R||R.info(o.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.SUCCESSED}),i),{code:e.RCRTCCode.SUCCESS}):(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.warn(o.L_RTC_CLIENT_LEAVE_LIVING_ROOM_AS_AUDIENCE_R,JSON.stringify({status:n.FAILED,msg:"Room does not exist, without leave"}),i),{code:e.RCRTCCode.SUCCESS})}))}upgradeToAnchorRoom(r){var s,a,d,c,_,l,u,h;return i(this,void 0,void 0,(function*(){const i=null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a?void 0:a.createTraceId();if(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_T,void 0,i),!t.validate("room",r,(()=>r instanceof js),!0))return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room"}),i),{code:e.RCRTCCode.PARAMS_ERROR};const R=r.getRoomId();if(this._crtRoom)return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_RTC_CLIENT_UPGRADE_TO_ANCHOR_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly",roomId:R}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const v=this._crtRoom=new ws(this._context,this._runtime,R,this._service,this._options,r.livingType,!0,!0,!1,r.getClientSessionId());return(yield v.__innerInitByIdentityChange(i))!==t.ErrorCode.SUCCESS?(this._crtRoom=null,{code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED}):(v.once(ms,(()=>{this._crtRoom=null})),yield this._crtAudienceLivingRoom.__destroy(!1),this._crtAudienceLivingRoom=null,{room:v,code:e.RCRTCCode.SUCCESS,userIds:v.getRemoteUserIds(),tracks:v.getRemoteTracks()})}))}downgradeToAudienceRoom(r){var s,a,d,c,_,l,u,h,R,v,C,g,p,m;return i(this,void 0,void 0,(function*(){const i=null===(a=null===(s=this._context)||void 0===s?void 0:s.logger)||void 0===a?void 0:a.createTraceId();if(null===(c=null===(d=this._context)||void 0===d?void 0:d.logger)||void 0===c||c.info(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_T,JSON.stringify({roomId:r._roomId,userId:this._context.getCurrentId()}),i),!r.isMainRoom())return null===(l=null===(_=this._context)||void 0===_?void 0:_.logger)||void 0===l||l.error(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM,msg:"the `downgradeToAudienceRoom` is disabled in PK room"}),i),{code:e.RCRTCCode.THE_FUNCTION_IS_DISABLED_IN_PKROOM};if(!t.validate("room",r,(()=>r instanceof ws),!0))return null===(h=null===(u=this._context)||void 0===u?void 0:u.logger)||void 0===h||h.error(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.PARAMS_ERROR,msg:"params error -> room"}),i),{code:e.RCRTCCode.PARAMS_ERROR};if(this._crtAudienceLivingRoom)return null===(v=null===(R=this._context)||void 0===R?void 0:R.logger)||void 0===v||v.error(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.REPERT_JOIN_ROOM,msg:"Join the room repeatedly"}),i),{code:e.RCRTCCode.REPERT_JOIN_ROOM};const{code:T,data:I}=yield this._context.rtcIdentityChange(r._roomId,ks.AnchorToViewer,r.getLivingType());if(T!==t.ErrorCode.SUCCESS)return null===(g=null===(C=this._context)||void 0===C?void 0:C.logger)||void 0===g||g.error(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,JSON.stringify({status:n.FAILED,code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED}),i),{code:e.RCRTCCode.SIGNAL_ROOM_CHANGE_IDENTITY_FAILED};null===(m=null===(p=this._context)||void 0===p?void 0:p.logger)||void 0===m||m.info(o.L_RTC_CLIENT_DOWNGRADE_TO_AUDIENCE_ROOM_R,JSON.stringify({status:n.SUCCESSED,roomData:I}),i);const S=r.getClientSessionId(),E=new js(this._context,this._runtime,this._options,r._roomId,I,r.getLivingType(),!1,S);return this._crtAudienceLivingRoom=E,this._crtRoom.__destroy(!1),this._crtRoom=null,{room:E,code:e.RCRTCCode.SUCCESS,userIds:E.getRemoteUserIds(),RTCTracks:E.getRemoteRTCTracks(),MCUTracks:E.getRemoteMCUTracks(),CDNUris:E.getCDNInfo()}}))}getJoinedRoomInfo(){var r,s,a,d,c,_,l,u;return i(this,void 0,void 0,(function*(){const i=null===(s=null===(r=this._context)||void 0===r?void 0:r.logger)||void 0===s?void 0:s.createTraceId(),h=this._context.getCurrentId();null===(d=null===(a=this._context)||void 0===a?void 0:a.logger)||void 0===d||d.error(o.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_T,JSON.stringify({userId:h}),i);const{code:R,data:v}=yield this._context.getRTCJoinedUserInfo(h);return R!==t.ErrorCode.SUCCESS?(null===(_=null===(c=this._context)||void 0===c?void 0:c.logger)||void 0===_||_.error(o.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_R,JSON.stringify({status:n.FAILED,code:R}),i),{code:R}):(null===(u=null===(l=this._context)||void 0===l?void 0:l.logger)||void 0===u||u.info(o.L_RTC_CLIENT_GET_JOINED_ROOM_INFO_R,JSON.stringify({status:n.SUCCESSED,roomInfo:v}),i),{code:e.RCRTCCode.SUCCESS,data:v})}))}reportSDKInfo(){this._context.reportSDKInfo({"plugin-rtc":"5.6.2"})}}var qs;e.RTCJoinType=void 0,(qs=e.RTCJoinType||(e.RTCJoinType={}))[qs.KICK=0]="KICK",qs[qs.REFUSE=1]="REFUSE",qs[qs.COEXIST=2]="COEXIST";const Ws="rtcRJoin_data",zs="rtcRExit",Zs="rtcRInfo",Qs="rtcUData",Xs="rtcUDel",ea="rtcSetData",ta="userSetData",ia="rtcQryData",ra="rtcDelData",oa="rtcToken",na="rtcUserState",sa="rtcUList",aa="viewerJoinR",da="viewerExitR",ca="rtcPullKv",_a="rtcIdentityChange",la="rtcInvite",ua="rtcCancelInvite",ha="rtcInviteAnswer",Ra="rtcEndInvite",va="rtcQueryJoined",Ca="rtcPullRoomStatus",ga="reportsdk",pa="rtcPing";var ma;!function(e){e.RtcInput="RtcInput",e.RtcOutput="RtcOutput",e.RtcUserListOutput="RtcUserListOutput",e.SetUserStatusInput="SetUserStatusInput",e.RtcSetDataInput="RtcSetDataInput",e.RtcUserSetDataInput="RtcUserSetDataInput",e.RtcDataInput="RtcDataInput",e.RtcSetOutDataInput="RtcSetOutDataInput",e.MCFollowInput="MCFollowInput",e.RtcTokenOutput="RtcTokenOutput",e.RtcQryOutput="RtcQryOutput",e.RtcQryUserOutDataInput="RtcQryUserOutDataInput",e.RtcUserOutDataOutput="RtcUserOutDataOutput",e.RtcQueryListInput="RtcQueryListInput",e.RtcRoomInfoOutput="RtcRoomInfoOutput",e.RtcValueInfo="RtcValueInfo",e.RtcKeyDeleteInput="RtcKeyDeleteInput",e.RtcNotifyMsg="RtcNotifyMsg",e.RtcPullKV="RtcPullKV",e.RtcKVOutput="RtcKVOutput",e.RtcQueryUserJoinedInput="RtcQueryUserJoinedInput",e.RtcQueryUserJoinedOutput="RtcQueryUserJoinedOutput",e.RtcViewerJoinedOutput="RtcViewerJoinedOutput",e.RtcInviteInput="RtcInviteInput",e.RtcCancelInviteInput="RtcCancelInviteInput",e.RtcInviteAnswerInput="RtcInviteAnswerInput",e.RtcEndInviteInput="RtcEndInviteInput",e.RtcRoomStatusInput="RtcRoomStatusInput",e.RtcRoomStatusOutput="RtcRoomStatusOutput",e.RtcReportSDKInput="RtcReportSDKInput",e.RtcPBPolaris="RCRTCPBPolaris",e.RtcPBR1Info="RCRTCPBR1Info",e.RtcPBR2Info="RCRTCPBR2Info",e.RtcPBR3Info="RCRTCPBR3Info",e.RtcPBR4Info="RCRTCPBR4Info",e.RtcPBStatusInfo="RCRTCPBStatusInfo",e.RtcPBStreamInfo="RCRTCPBStreamInfo"}(ma||(ma={}));const Ta={[ma.RtcInput]:["roomType","broadcastType","extraInnerData","needSysChatroom","identityChangeType","joinType","innerDatas","outerDatas","supportNtf"],[ma.RtcOutput]:["version"],[ma.RtcUserListOutput]:["users","token","sessionId","roomInfo","version"],[ma.SetUserStatusInput]:["status"],[ma.RtcSetDataInput]:["interior","target","key","value","objectName","content"],[ma.RtcUserSetDataInput]:["valueInfo","objectName","content"],[ma.RtcDataInput]:["interior","target","key","objectName","content"],[ma.RtcSetOutDataInput]:["target","valueInfo","objectName","content"],[ma.MCFollowInput]:["state"],[ma.RtcTokenOutput]:["rtcToken"],[ma.RtcQryOutput]:["outInfo"],[ma.RtcQryUserOutDataInput]:["userId"],[ma.RtcUserOutDataOutput]:["user"],[ma.RtcQueryListInput]:["order"],[ma.RtcRoomInfoOutput]:["roomId","roomData","userCount","list"],[ma.RtcValueInfo]:["key","value"],[ma.RtcKeyDeleteInput]:["key"],[ma.RtcNotifyMsg]:["type","time","roomId"],[ma.RtcPullKV]:["timestamp","roomId"],[ma.RtcKVOutput]:["entries","bFullUpdate","syncTime"],[ma.RtcQueryUserJoinedInput]:["userId"],[ma.RtcQueryUserJoinedOutput]:["info"],[ma.RtcInviteInput]:["invitedUserId","timeoutTime","invitedRoomId","inviteInfo","inviteSessionId"],[ma.RtcCancelInviteInput]:["invitedUserId","invitedRoomId","inviteInfo","inviteSessionId"],[ma.RtcInviteAnswerInput]:["inviteUserId","answerCode","inviteRoomId","inviteSessionId","content","key","value"],[ma.RtcEndInviteInput]:["inviteRoomId","inviteSessionId","inviteContent","inviteRoomKeys"],[ma.RtcRoomStatusInput]:["version"],[ma.RtcRoomStatusOutput]:["bFullStatus","version","usersData","roomStatus"],[ma.RtcReportSDKInput]:["sdkInfo"],[ma.RtcPBPolaris]:["type","appKey","sessionId","roomId","roomCreateTime","userId","userRole","joinTime","signalDataCenter","r1Info","r2Info","r3Info","r4Info"],[ma.RtcPBR1Info]:["joinTime","rtcVersion","imVersion","platform","device","os","browserName","browserVersion"],[ma.RtcPBR2Info]:["joinTime","sendTime","rtcActionType","rtcActionStatus","trackId"],[ma.RtcPBR3Info]:["info"],[ma.RtcPBR4Info]:["info"],[ma.RtcPBStatusInfo]:["joinTime","receiveTime","totalBitRate","appCPUUsage","systemCPUUsage","systemCPUFrequency","networkStatus","googleRTTNetwork","ipAddress","useReceiveBroadBand","useSendBroadBand","packetLossCount","streams"],[ma.RtcPBStreamInfo]:["trackId","codeName","volume","samplingRate","bitRate","packetLossRate","frameRate","resolution","blockTime","jitterData","nAckCount","pliCount","googleRTTTotalTime","isReceiveFirstFrameRate","codeType","isEnabled"]},Ia=`\npackage Modules;\nmessage probuf {\n enum JoinType {\n KICK = 0; //踢前一个设备\n REFUSE = 1; //当前加入拒绝\n COEXIST = 2; //两个设备共存\n }\n enum targetType {\n ROOM =1 ;\n PERSON = 2;\n }\n message ${ma.SetUserStatusInput}\n {\n optional int32 status=1;\n }\n message ${ma.MCFollowInput}\n {\n required string state = 1;\n }\n message ${ma.RtcQueryListInput}{\n optional int32 order=1;\n }\n message ${ma.RtcKeyDeleteInput}{\n repeated string key=1;\n }\n message ${ma.RtcValueInfo}{\n required string key=1;\n required string value=2;\n }\n message RtcUserInfo{\n required string userId=1;\n repeated ${ma.RtcValueInfo} userData=2; //用户资源信息\n }\n message ${ma.RtcRoomStatusInput}{ // rtc 和 living room 拉房间资源状态使用的参数\n required int64 version =1; //当前客户端最大的房间状态的version\n }\n message ${ma.RtcRoomStatusOutput}{ // rtc 和 living room 拉房间资源状态返回的数据\n required bool bFullStatus =1; //标识此次给的数据是否是全量数据\n required int64 version =2; //当前获取后房间的最大版本号\n repeated RtcUserInfo usersData=3;//如果是全量数据,这个不为空,给的是房间全部的人以及发布的资源\n repeated RtcRoomStatus roomStatus=4;//房间增量数据\n }\n message RtcRoomStatus{ //房间状态变动\n required string userId = 1;//用户ID\n required int32 event = 2;//房间状态变更的event(人员加入/退出/离线/发布资源) (0:加入;1:离开;2:离线;3:资源变动) \n required int64 time = 3;//本次变更的版本号\n repeated RtcValueInfo userData = 4;//用户变更的资源(event为0或者3时可能有值)\n optional int32 switchRoleType = 5;//如果是切换角色导致的加入房间或退出房间的类型\n optional string extra = 6;\n }\n message ${ma.RtcUserListOutput}{\n repeated RtcUserInfo users=1;\n optional string token=2;\n optional string sessionId=3;\n repeated RtcValueInfo roomInfo = 4; //房间key value\n repeated RtcKVEntity entries = 5;//直播KV属性对象集合\n optional int64 syncTime = 6;//所有属性的最大时间戳(下次拉取KV时用)。\n optional int32 offlineKickTime = 7;//server超时踢人时间,默认60s\n repeated string codeFormat = 8; //当前房间用户支持的编码交集\n optional int64 roomCreateTime = 9;//房间创建时间\n optional int64 userJoinTime = 10;//用户加入房间\n optional int64 version = 11;//当前房间的版本号\n }\n message RtcRoomInfoOutput{\n optional string roomId = 1;\n repeated ${ma.RtcValueInfo} roomData = 2;\n optional int32 userCount = 3;\n repeated RtcUserInfo list=4;\n }\n message ${ma.RtcInput}{\n required int32 roomType=1;\n optional int32 broadcastType=2;\n optional RtcValueInfo extraInnerData = 3;\n optional bool needSysChatroom = 4; //是否需要同步聊天室\n optional IdentityChangeType identityChangeType = 5; //身份变更类型\n optional JoinType joinType = 6; // 加入房间类型\n repeated ${ma.RtcValueInfo} innerDatas = 7; //用户内部inner数据,角色或者连麦信息等\n repeated ${ma.RtcValueInfo} outerDatas = 8; //用户内部outer数据,自定义数据结构RtcInput。\n optional bool supportNtf = 9; //是否支持房间状态的变更通过通知拉取的方式获取\n }\n message ${ma.RtcQryOutput}{\n repeated ${ma.RtcValueInfo} outInfo=1;\n }\n message ${ma.RtcDataInput}{\n required bool interior=1;\n required targetType target=2;\n repeated string key=3;\n optional string objectName=4;\n optional string content=5;\n }\n message ${ma.RtcSetDataInput}{\n required bool interior=1;\n required targetType target=2;\n required string key=3;\n required string value=4;\n optional string objectName=5;\n optional string content=6;\n }\n message ${ma.RtcUserSetDataInput} {\n repeated ${ma.RtcValueInfo} valueInfo = 1;\n required string objectName = 2;\n repeated ${ma.RtcValueInfo} content = 3;\n }\n message RtcQryInput{\n required bool isInterior=1;\n required targetType target=2;\n repeated string key=3;\n }\n message RtcDelDataInput{\n repeated string key=1;\n required bool isInterior=2;\n required targetType target=3;\n }\n message RtcOutput\n {\n optional int32 nothing=1;\n optional int64 version=2;\n }\n message ${ma.RtcTokenOutput}{\n required string rtcToken=1;\n }\n message ${ma.RtcSetOutDataInput}{\n required targetType target=1;\n repeated ${ma.RtcValueInfo} valueInfo=2;\n optional string objectName=3;\n optional string content=4;\n }\n message ${ma.RtcQryUserOutDataInput}{\n repeated string userId = 1;\n }\n message ${ma.RtcUserOutDataOutput}{\n repeated RtcUserInfo user = 1;\n }\n message ${ma.RtcNotifyMsg} \n {\n required int32 type= 1; //(通知类型 1:rtc房间状态KV变更通知)\n optional int64 time= 2; //消息产生时间\n optional string roomId=3; //主播房间id\n }\n message ${ma.RtcPullKV}\n {\n required int64 timestamp = 1;\n required string roomId = 2;\n }\n message RtcKVEntity \n {\n required string key = 1;\n required string value = 2;\n optional int32 status = 3;\n optional int64 timestamp = 4;\n optional string uid = 5;\n }\n message ${ma.RtcKVOutput}\n {\n repeated RtcKVEntity entries = 1;\n optional bool bFullUpdate = 2;\n optional int64 syncTime = 3; \n }\n enum IdentityChangeType \n {\n AnchorToViewer = 1; //1为主播变观众\n ViewerToAnchor = 2; //2为观众变主播\n }\n message ${ma.RtcQueryUserJoinedInput}\n {\n required string userId = 1;\n }\n message RtcJoinedInfo\n {\n required string deviceId = 1; //设备ID\n required string roomId = 2; //加入的房间ID\n optional int64 joinTime = 3; //加入的时间\n }\n message ${ma.RtcQueryUserJoinedOutput}\n {\n repeated RtcJoinedInfo info = 1;\n }\n message ${ma.RtcViewerJoinedOutput}\n {\n required string rtcToken=1;\n repeated RtcKVEntity entries = 2;//KV属性对象集合\n optional int64 syncTime = 3;//所有属性的最大时间戳(下次拉取KV时用)。\n optional string sessionId=4;\n optional int64 roomCreateTime = 5;//房间创建时间\n optional int64 userJoinTime = 6;//用户加入房间\n }\n message ${ma.RtcInviteInput}\n {\n required string invitedUserId=1; //被邀请的人的uid\n optional int32 timeoutTime=2; //邀请超时时间(秒),默认三十秒\n required string invitedRoomId=3; //被邀请的房间\n required string inviteInfo=4; //邀请的信息(包含邀请人,被邀请人,各自userid)客户端定义好.协议栈和server透传\n required string inviteSessionId= 5; //客户端保证唯一性(建议roomid_userid_时间戳_随机数)\n }\n message ${ma.RtcCancelInviteInput}\n {\n required string invitedUserId=1; //被邀请的人的uid\n required string invitedRoomId=2; //被邀请的房间\n required string inviteInfo=3; //取消邀请的信息(包含邀请人,被邀请人,各自userid)客户端定义好.协议栈和server透传\n required string inviteSessionId=4; //邀请的sessionId,客户端发起邀请时产生\n }\n message ${ma.RtcInviteAnswerInput}\n {\n required string inviteUserId=1; //邀请的人的uid\n required int32 answerCode=2; //是否接受连麦邀请.0为拒绝,1为接受\n required string inviteRoomId=3; //邀请的房间\n required string inviteSessionId=4; //邀请的sessionId\n required string content=5; //需要转发的content\n optional string key=6; //如果接受的话,需要加这个字段,放在room级别的k和v,新加入房间的能拉取到\n optional string value=7; //如果接受的话,需要加这个字段,放在room级别的k和v,新加入房间的能拉取到\n }\n message ${ma.RtcEndInviteInput}\n {\n required string inviteRoomId=1; //邀请的房间\n required string inviteSessionId=2; //邀请的sessionId\n required string inviteContent=3; //结束连麦的信息(需要透传给房间内其他人)\n repeated string inviteRoomKeys=4; //需要删除连麦的信息的key\n }\n message ${ma.RtcReportSDKInput} {\n required string sdkInfo=1; // 用户集成的 sdk 信息,json 格式 {"web-rtc": "4.0.3.7"}\n }\n // ---- 北极星数据上报 -------\n message ${ma.RtcPBPolaris} {\n required string type = 1;//上报数据类型 R1-R4\n required string appKey = 2;\n required string sessionId = 3;//房间通话id\n required string roomId = 4;\n required int64 roomCreateTime = 5;//房间创建时间\n required string userId = 6;\n required int32 userRole = 7;\n required int64 joinTime = 8;\n required string signalDataCenter = 9;//signal数据中心\n optional ${ma.RtcPBR1Info} r1Info = 10;\n optional ${ma.RtcPBR2Info} r2Info = 11;\n optional ${ma.RtcPBR3Info} r3Info = 12;\n optional ${ma.RtcPBR4Info} r4Info = 13;\n }\n message ${ma.RtcPBR1Info} {\n required int64 joinTime = 1;//用户加入房间的时间\n required string rtcVersion = 2;//Rtc版本号\n required string imVersion = 3;//IM SDK 版本\n required string platform = 4;//平台(如:Android、iOS、Web)\n required string device = 5; //设备信息(手机名称+型号)\n required string os = 6;//系统版本(手机系统版本)\n optional string browserName = 7; //浏览器名称, 没有用 -1 表示\n optional string browserVersion = 8;//浏览器版本, 没有用 -1 表示\n optional int64 receiveTime = 9; // 发送数据的时间\n }\n message ${ma.RtcPBR2Info} {\n required int64 joinTime = 1;\n required int64 sendTime = 2;\n required string rtcActionType = 3;//发布类型 subscribe : 订阅 publish : 发布\n required string rtcActionStatus = 4;//发布状态 begin : 开始 tend : 结束\n repeated string trackId = 5;\n optional int64 receiveTime = 6; // 发送数据的时间\n }\n message ${ma.RtcPBR3Info} {\n required ${ma.RtcPBStatusInfo} info = 1;\n }\n message ${ma.RtcPBR4Info} {\n required ${ma.RtcPBStatusInfo} info = 1;\n }\n message ${ma.RtcPBStatusInfo} {\n optional int64 joinTime = 1;//用户加入房间的时间\n optional int64 receiveTime = 2;//用户发布数据流的时间(毫秒),暂时由客户端生成,后期如果有问题服务端做兜底处理\n optional int64 totalBitRate = 3;//总码率\n optional float appCPUUsage = 4;//APP CPU占用率\n optional float systemCPUUsage = 5;////系统 CPU占用率\n optional float systemCPUFrequency = 6;//系统CPU频率 (安卓8.0以上)\n optional string networkStatus = 7;//实时网络状态(2g、3g、4g、wifi)\n optional int32 googleRTTNetwork = 8;//Goog rtt 网络延迟\n optional string ipAddress = 9;//ip地址\n optional string useReceiveBroadBand = 10; //可接收带宽(单位: bit)\n optional string useSendBroadBand = 11;//可用发送带宽(单位: bit)\n optional string packetLossCount = 12;//丢包数\n repeated ${ma.RtcPBStreamInfo} streams = 13;\n }\n message ${ma.RtcPBStreamInfo} {\n required string trackId = 1;\n optional string codeName = 2;//编解码名称\n optional string volume = 3;//音频播放音量\n optional int32 samplingRate = 4; //音频采样率\n optional float bitRate = 5;//下行码率\n optional float packetLossRate = 6;\n optional int32 frameRate = 7;//视频接收帧率(单位:fps)\n optional string resolution = 8;//视频分辨率(格式:640*480)\n optional int64 blockTime = 9;//接收卡顿(间隔时间, 单位: ms)\n optional int32 jitterData = 10;//jitter数据抖动\n optional string nAckCount = 11;//nack数量\n optional string pliCount = 12; //PLI请求数\n optional int64 googleRTTTotalTime = 13; //googRtt往返时长\n optional int32 isReceiveFirstFrameRate = 14;//第一个关键帧是否正常收到\n optional string codeType = 15;//编码方式\n optional int32 isEnabled = 16; //当前流的状态是否可用\n }\n // ---- 北极星数据上报 -------\n}\n`,Sa=(e,t,i,r,o,n,s)=>{const a=o?Object.keys(o).map((t=>e.encode(ma.RtcValueInfo,{key:t,value:o[t]},!0))):void 0,d=n?Object.keys(n).map((t=>e.encode(ma.RtcValueInfo,{key:t,value:n[t]},!0))):void 0;return e.encode(ma.RtcInput,{roomType:t,broadcastType:i,joinType:r,innerDatas:a,outerDatas:d,supportNtf:s})},Ea=(e,i)=>{const r=e.decode(ma.RtcUserListOutput,i),{users:o,token:n,sessionId:s,roomInfo:a,entries:d,offlineKickTime:c=60,codeFormat:_,roomCreateTime:l,userJoinTime:u,version:h}=r,R={};return t.forEach(o,(e=>{const{userId:i,userData:r}=e,o={};t.forEach(r,(e=>{const{key:t,value:i}=e;o[t]=i})),R[i]=o})),{users:R,token:n,sessionId:s,roomInfo:a,kvEntries:d,offlineKickTime:c,codeFormat:_,roomCreateTime:Tt(l),userJoinTime:Tt(u),version:h}};class fa{constructor(e,t){this.context=e,this.codec=t,this.roomCreateTime=0,this.userJoinTime=0,this.logger=null,this.logger=Le.getLogger()}joinRTCRoom(e,r,o,n,s,a){return i(this,void 0,void 0,(function*(){const i=Sa(this.codec,r,o,n,s,a,!0),{code:d,buffer:c}=yield this.context.rtcSignaling(e,Ws,!0,i);let _;if(d===t.ErrorCode.SUCCESS&&c){_=Ea(this.codec,c);const{users:e,token:t,sessionId:i,roomInfo:r,kvEntries:o,offlineKickTime:n,roomCreateTime:s,userJoinTime:a,version:l}=_;return this.roomCreateTime=s,this.userJoinTime=a,{code:d,data:{users:e,token:t,sessionId:i,roomInfo:r,kvEntries:o,offlineKickTime:n,version:l}}}return{code:d,data:_}}))}quitRTCRoom(e){return i(this,void 0,void 0,(function*(){const t=this.codec.encode(ma.SetUserStatusInput,{status:0}),{code:i}=yield this.context.rtcSignaling(e,zs,!0,t);return i}))}getRTCRoomInfo(e){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcQueryListInput,{order:2}),{code:r,buffer:o}=yield this.context.rtcSignaling(e,Zs,!0,i);let n;return r===t.ErrorCode.SUCCESS&&o&&(n=this.codec.decode(ma.RtcRoomInfoOutput,o)),{code:r,data:n}}))}getRTCUserInfoList(e){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcQueryListInput,{order:2}),{code:r,buffer:o}=yield this.context.rtcSignaling(e,Qs,!0,i);let n;if(r===t.ErrorCode.SUCCESS&&o){n={users:Ea(this.codec,o).users}}return{code:r,data:n}}))}getRTCUserInfo(e){throw new Error("Method not implemented.")}removeRTCUserInfo(e,t){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcKeyDeleteInput,{key:t}),{code:r}=yield this.context.rtcSignaling(e,Xs,!1,i);return r}))}setRTCData(e,t,r,o,n,s){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcSetDataInput,{interior:o,target:n,key:t,value:r,objectName:null==s?void 0:s.name,content:null==s?void 0:s.content}),{code:a}=yield this.context.rtcSignaling(e,ea,!1,i);return a}))}setRTCTotalRes(e,t,r,o,n,s){return i(this,void 0,void 0,(function*(){const i={objectName:o,content:this.codec.encode(ma.RtcValueInfo,{key:t.name,value:t.content},!0),valueInfo:[this.codec.encode(ma.RtcValueInfo,{key:"uris",value:r},!0)]};n&&i.valueInfo.push(this.codec.encode(ma.RtcValueInfo,{key:"mcu_uris",value:n},!0)),s&&i.valueInfo.push(this.codec.encode(ma.RtcValueInfo,{key:"cdn_uris",value:s},!0));const a=this.codec.encode(ma.RtcUserSetDataInput,i),{code:d}=yield this.context.rtcSignaling(e,ta,!0,a);return d}))}setRTCCDNUris(e,t,r){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcUserSetDataInput,{objectName:t,valueInfo:this.codec.encode(ma.RtcValueInfo,{key:"cdn_uris",value:r},!0)}),{code:o}=yield this.context.rtcSignaling(e,ta,!0,i);return o}))}getRTCData(e,r,o,n){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcDataInput,{interior:o,target:n,key:r}),{code:s,buffer:a}=yield this.context.rtcSignaling(e,ia,!0,i);if(s!==t.ErrorCode.SUCCESS||!a)return{code:s};const{outInfo:d}=this.codec.decode(ma.RtcQryOutput,a),c={};return d.forEach((e=>{c[e.key]=e.value})),{code:s,data:c}}))}removeRTCData(e,t,r,o,n){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcDataInput,{interior:r,target:o,key:t,objectName:(null==n?void 0:n.name)||"",content:(null==n?void 0:n.content)||""}),{code:s}=yield this.context.rtcSignaling(e,ra,!1,i);return s}))}setRTCOutData(e,t,r,o){return i(this,void 0,void 0,(function*(){throw new Error("JSEngine's method not implemented.")}))}getRTCOutData(e,t){return i(this,void 0,void 0,(function*(){throw new Error("JSEngine's method not implemented.")}))}getRTCToken(e,r,o){return i(this,void 0,void 0,(function*(){const i=Sa(this.codec,r,o),{code:n,buffer:s}=yield this.context.rtcSignaling(e,oa,!0,i);if(n!==t.ErrorCode.SUCCESS||!s)return{code:n};const{rtcToken:a}=this.codec.decode(ma.RtcTokenOutput,s);return{code:n,data:{rtcToken:a}}}))}setRTCState(e,t){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.MCFollowInput,{state:t}),{code:r}=yield this.context.rtcSignaling(e,na,!0,i);return r}))}setRTCStateByHttp(e,r,o,n){return i(this,void 0,void 0,(function*(){const i=((e,t,i)=>{const{type:r,appKey:o,sessionId:n,roomId:s,roomCreateTime:a,userId:d,userRole:c,joinTime:_,signalDataCenter:l,r1Info:u,r2Info:h,r3Info:R,r4Info:v}=t,C={type:r,appKey:o,sessionId:n,roomId:s,roomCreateTime:a,userId:d,userRole:c,joinTime:_,signalDataCenter:l};if(i===un.R1&&u){const t=e.encode(ma.RtcPBR1Info,u,!0);return e.encode(ma.RtcPBPolaris,Object.assign(Object.assign({},C),{r1Info:t}))}if(i===un.R2&&h){const t=e.encode(ma.RtcPBR2Info,h,!0);return e.encode(ma.RtcPBPolaris,Object.assign(Object.assign({},C),{r2Info:t}))}if(i===un.R3&&R){const{info:t}=R,{streams:i}=t;let r=Array.isArray(i)&&i.map((t=>t&&e.encode(ma.RtcPBStreamInfo,t,!0))),o=e.encode(ma.RtcPBStatusInfo,Object.assign(Object.assign({},t),{streams:r}),!0),n=e.encode(ma.RtcPBR3Info,{info:o},!0);return e.encode(ma.RtcPBPolaris,Object.assign(Object.assign({},C),{r3Info:n}))}if(i===un.R4&&v){const{info:t}=v,{streams:i}=t;let r=Array.isArray(i)&&i.map((t=>t&&e.encode(ma.RtcPBStreamInfo,t,!0))),o=e.encode(ma.RtcPBStatusInfo,Object.assign(Object.assign({},t),{streams:r}),!0),n=e.encode(ma.RtcPBR4Info,{info:o},!0);return e.encode(ma.RtcPBPolaris,Object.assign(Object.assign({},C),{r4Info:n}))}return{}})(this.codec,o,n);let s=e;/^https:\/\//.test(e)||(s=`https://${e}`);try{const e=yield r.httpReq({url:`${s}/rtc/logserver/polaris`,body:i,method:t.HttpMethod.POST,headers:{jwt:Wo.jwtToken},timeout:2e3});if(!e.data)throw new Error("http request fail");return JSON.parse(e.data).resultCode}catch(e){return ln.REPORT_FAIL}}))}getRTCUserList(e){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcQueryListInput,{order:2}),{code:r,buffer:o}=yield this.context.rtcSignaling(e,sa,!0,i);if(r!==t.ErrorCode.SUCCESS||!o)return{code:r};return{code:r,data:Ea(this.codec,o)}}))}joinLivingRoomAsAudience(e,r,o){return i(this,void 0,void 0,(function*(){const i=Sa(this.codec,r,o);Fo(),Vo(r);const{code:n,buffer:s}=yield this.context.rtcSignaling(e,aa,!0,i);if(n!==t.ErrorCode.SUCCESS||!s)return{code:n};const{rtcToken:a,entries:d,roomCreateTime:c,userJoinTime:_}=this.codec.decode(ma.RtcViewerJoinedOutput,s);return Bo(e,n,pt(e,d).sessionId,this.context.getCurrentId()),this.roomCreateTime=Tt(c),this.userJoinTime=Tt(_),{code:n,data:{token:a,kvEntries:d}}}))}quitLivingRoomAsAudience(e){return i(this,void 0,void 0,(function*(){const t=this.codec.encode(ma.SetUserStatusInput,{status:0}),{code:i}=yield this.context.rtcSignaling(e,da,!0,t);return i}))}rtcIdentityChange(e,r,o){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcInput,{roomType:pn.LIVE,broadcastType:o,identityChangeType:r,needSysChatroom:!1}),{code:n,buffer:s}=yield this.context.rtcSignaling(e,_a,!0,i);if(n!==t.ErrorCode.SUCCESS||!s)return{code:n};return{code:n,data:Ea(this.codec,s)}}))}requestRoomPK(e){return i(this,void 0,void 0,(function*(){const{invitedRoomId:t,invitedUserId:i,inviteSessionId:r,inviteTimeout:o,inviteInfo:n,roomId:s}=e,a=this.codec.encode(ma.RtcInviteInput,{invitedRoomId:t,invitedUserId:i,inviteSessionId:r,timeoutTime:o,inviteInfo:n}),{code:d}=yield this.context.rtcSignaling(s,la,!0,a);return d}))}cancelRoomPK(e){return i(this,void 0,void 0,(function*(){const{invitedRoomId:t,invitedUserId:i,inviteSessionId:r,inviteInfo:o,roomId:n}=e,s=this.codec.encode(ma.RtcCancelInviteInput,{invitedRoomId:t,invitedUserId:i,inviteSessionId:r,inviteInfo:o}),{code:a}=yield this.context.rtcSignaling(n,ua,!0,s);return a}))}responseRoomPK(e){return i(this,void 0,void 0,(function*(){const{inviteUserId:t,inviteRoomId:i,inviteSessionId:r,content:o,key:n,value:s,agree:a,roomId:d}=e,c=this.codec.encode(ma.RtcInviteAnswerInput,{inviteUserId:t,inviteRoomId:i,inviteSessionId:r,content:o,key:n,value:s,answerCode:a?1:0}),{code:_}=yield this.context.rtcSignaling(d,ha,!0,c);return _}))}endRoomPK(e){return i(this,void 0,void 0,(function*(){const{endRoomId:t,sessionId:i,content:r,keys:o,roomId:n}=e,s=this.codec.encode(ma.RtcEndInviteInput,{inviteRoomId:t,inviteSessionId:i,inviteContent:r,inviteRoomKeys:o}),{code:a}=yield this.context.rtcSignaling(n,Ra,!0,s);return a}))}getRTCJoinedUserInfo(e){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcQueryUserJoinedInput,{userId:e}),{code:r,buffer:o}=yield this.context.rtcSignaling("",va,!0,i);if(r!==t.ErrorCode.SUCCESS||!o)return{code:r};return{code:r,data:(this.codec.decode(ma.RtcQueryUserJoinedOutput,o).info||[]).map((e=>({deviceId:e.deviceId,roomId:e.roomId,joinTime:Tt(e.joinTime)})))}}))}pullRTCRoomEntry(e){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcPullKV,{timestamp:0,roomId:e}),{code:r,buffer:o}=yield this.context.rtcSignaling(e,ca,!0,i);if(r!==t.ErrorCode.SUCCESS)return{code:r};const n=this.codec.decode(ma.RtcKVOutput,o);let{entries:s,syncTime:a}=n;return s=(s||[]).map((e=>Object.assign(Object.assign({},e),{timestamp:Tt(e.timestamp)}))),{code:r,data:{kvEntries:s,syncTime:Tt(a)}}}))}pullRTCRoomStatus(e,r){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcRoomStatusInput,{version:r}),{code:o,buffer:n}=yield this.context.rtcSignaling(e,Ca,!0,i);if(o!==t.ErrorCode.SUCCESS)return{code:o};return{code:o,data:this.codec.decode(ma.RtcRoomStatusOutput,n)}}))}decodeRtcNotify(e){const{time:t,type:i,roomId:r}=this.codec.decode(ma.RtcNotifyMsg,e);return{time:Tt(t),type:i,roomId:r}}getCurrentId(){return this.context.getCurrentId()}getNaviInfo(){return this.context.getNaviInfo()}getConnectionStatus(){return this.context.getConnectionStatus()}getAppkey(){return this.context.getAppkey()}webRtcPing(e,r,o){return i(this,void 0,void 0,(function*(){const i=this.codec.encode(ma.RtcInput,{roomType:r,broadcastType:o}),{code:n,buffer:s}=yield this.context.rtcSignaling(e,pa,!0,i);if(n!==t.ErrorCode.SUCCESS)return{code:n};const a=this.codec.decode(ma.RtcOutput,s);return a.version=Tt(a.version),{code:n,data:a}}))}rtcPing(e,t,i){return/Electron/.test(navigator.userAgent)?this.context.rtcPingResVersion(e,t,i):this.webRtcPing(e,t,i)}sendMessage(e,t,i){return this.context.sendMessage(e,t,i)}registerRTCSignalListener(e){this.context.registerRTCSignalListener(e)}registerConnectionStateChangeListener(e){this.context.onconnectionstatechange=e}registerDisconnectListener(e){this.context.ondisconnect=e}registerDestroyListener(e){this.context.ondestroy=e}registerMessageListener(e){this.context.onmessage=e}getCoreVersion(){return this.context.getCoreVersion()}getPluginContext(){return this.context}reportSDKInfo(e){const t=this.codec.encode(ma.RtcReportSDKInput,{sdkInfo:JSON.stringify(e)});this.context.rtcSignaling("",ga,!0,t)}}var Oa;!function(e){e.RTC="RTC"}(Oa||(Oa={}));const La={tag:"RCRTC",verify:e=>"browser"!==e.tag?(console.error(`RCRTC Plugin is not support the runtime '${e.tag}'`),!1):Qe?(t.VersionManage.add("plugin-rtc","5.6.2"),!!t.VersionManage.validEngine("^5.6.0")||(console.error(`The current engine version '${t.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '^5.6.0'.`),!1)):(console.error("Please use the https protocol or use `http://localhost` to open the page!"),!1),setup(e,i,r={}){var n,s,a,d,c,_,l,u;const h=e.createLogger("RCRTC",Oa.RTC);return h.setOutputLevel(r.logLevel||t.LogL.DEBUG),Le.setLogger(h),Ae.setLogger(h),h.warn(o.L_INDEX_INSTALL_RTC_PLUGIN_O,JSON.stringify({"RCRTC Version":"5.6.2",Commit:"01c6e10cd9bac08641a2fd6ef2677ea9df3338b0","browserInfo.browser":ut.browser,"browserInfo.supportsUnifiedPlan":ut.supportsUnifiedPlan,"browserInfo.version":ut.version})),t.assert("options.mediaServer",r.mediaServer,(e=>!(!t.isHttpUrl(e)||"https:"===location.protocol&&!/^https/.test(e)))),t.assert("options.timeout",r.timeout,(e=>t.isNumber(e)&&e>=5e3&&e<=3e4)),t.assert("options.pingGap",r.pingGap,(e=>t.isNumber(e)&&e>=3e3&&e<=1e4)),(null==r?void 0:r.audio)&&((null===(n=r.audio)||void 0===n?void 0:n.workletModule)&&(Me.workletModule=null===(s=r.audio)||void 0===s?void 0:s.workletModule),(null===(a=r.audio)||void 0===a?void 0:a.workletWasm)&&(Me.workletWasm=null===(d=r.audio)||void 0===d?void 0:d.workletWasm),(null===(c=r.audio)||void 0===c?void 0:c.workletModule)&&(null===(_=r.audio)||void 0===_?void 0:_.workletWasm)&&(Me.isOpen=!0),void 0!==(null===(l=r.audio)||void 0===l?void 0:l.isOpen)&&(Me.isOpen=null===(u=r.audio)||void 0===u?void 0:u.isOpen)),new Ys(new fa(e,e.createCodec(Ta,Ia)),i,r)}},Aa={transResolution:dt,transFrameRate:lt,parseTrackId:rt,ifSupportLocalFileTrack:ht,ifSupportScreenShare:Rt};e.RCAbstractRoom=Ts,e.RCAudienceClient=Js,e.RCAudienceLivingRoom=js,e.RCCameraVideoTrack=Ke,e.RCLivingRoom=ws,e.RCLocalAudioTrack=we,e.RCLocalFileAudioTrack=Je,e.RCLocalFileTrack=Ve,e.RCLocalFileVideoTrack=Fe,e.RCLocalTrack=xe,e.RCLocalVideoTrack=Be,e.RCMCUConfigBuilder=As,e.RCMediaStreamCapture=$s,e.RCMicphoneAudioTrack=Ge,e.RCRTCClient=Ys,e.RCRTCRoom=Bs,e.RCRemoteAudioTrack=Ye,e.RCRemoteTrack=$e,e.RCRemoteVideoTrack=qe,e.RCScreenAudioTrack=je,e.RCScreenVideoTrack=He,e.RCTag={DEFAULT:"RongCloudRTC"},e.RCTrack=ke,e.device=Ne,e.helper=Aa,e.installer=La,Object.defineProperty(e,"__esModule",{value:!0})}));
|