@flashphoner/sfusdk 2.0.278 → 2.0.279
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/client.version +1 -1
- package/dist/sdk/constants.d.ts +135 -0
- package/dist/sdk/constants.js +135 -0
- package/dist/sdk/constants.js.map +1 -1
- package/dist/sdk/room-extended.d.ts +154 -0
- package/dist/sdk/room-extended.js +154 -0
- package/dist/sdk/room-extended.js.map +1 -1
- package/dist/sdk/room.d.ts +41 -0
- package/dist/sdk/room.js +41 -0
- package/dist/sdk/room.js.map +1 -1
- package/dist/sdk/sfu-extended.d.ts +565 -94
- package/dist/sdk/sfu-extended.js +696 -225
- package/dist/sdk/sfu-extended.js.map +1 -1
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +78 -0
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +59 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1412 -0
- package/docs/classes/BitrateTest.BitrateTest.html +11 -0
- package/docs/classes/BitrateTest.PacedSender.html +13 -0
- package/docs/classes/connection.Connection.html +15 -0
- package/docs/classes/logger.default.html +14 -0
- package/docs/classes/notifier.Notifier.html +7 -0
- package/docs/classes/reset_password_handler.ResetPasswordHandler.html +4 -0
- package/docs/classes/room.Room.html +73 -0
- package/docs/classes/room_extended.RoomExtended.html +172 -0
- package/docs/classes/sending_attachments_handler.SendingAttachmentsHandler.html +7 -0
- package/docs/classes/sfu.Sfu.html +18 -0
- package/docs/classes/sfu_extended.SfuExtended.html +319 -0
- package/docs/classes/webrtc_stats.WebRTCStats.html +11 -0
- package/docs/enums/constants.AttachmentState.html +5 -0
- package/docs/enums/constants.AuthenticationStatus.html +2 -0
- package/docs/enums/constants.ChannelSendPolicy.html +4 -0
- package/docs/enums/constants.ChatError.html +15 -0
- package/docs/enums/constants.ChatReceivePolicy.html +4 -0
- package/docs/enums/constants.ChatSectionsError.html +2 -0
- package/docs/enums/constants.ChatType.html +3 -0
- package/docs/enums/constants.ConferenceType.html +4 -0
- package/docs/enums/constants.ConnectionType.html +5 -0
- package/docs/enums/constants.ContactError.html +2 -0
- package/docs/enums/constants.DeliveryStatus.html +4 -0
- package/docs/enums/constants.InternalApi.html +146 -0
- package/docs/enums/constants.MeetingSyncEvent.html +21 -0
- package/docs/enums/constants.MessageAttachmentMediaType.html +3 -0
- package/docs/enums/constants.MessageAttachmentType.html +3 -0
- package/docs/enums/constants.MessageState.html +10 -0
- package/docs/enums/constants.MessageTargetEntityType.html +4 -0
- package/docs/enums/constants.Operations.html +79 -0
- package/docs/enums/constants.ParticipantRole.html +4 -0
- package/docs/enums/constants.RemoteSdpType.html +4 -0
- package/docs/enums/constants.RoomError.html +14 -0
- package/docs/enums/constants.RoomEvent.html +91 -0
- package/docs/enums/constants.RoomState.html +6 -0
- package/docs/enums/constants.SfuEvent.html +93 -0
- package/docs/enums/constants.SortOrder.html +3 -0
- package/docs/enums/constants.SpaceError.html +3 -0
- package/docs/enums/constants.SpaceEvent.html +53 -0
- package/docs/enums/constants.State.html +7 -0
- package/docs/enums/constants.StatsType.html +3 -0
- package/docs/enums/constants.TrackType.html +3 -0
- package/docs/enums/constants.UserInfoError.html +6 -0
- package/docs/enums/constants.UserManagementError.html +11 -0
- package/docs/enums/constants.UserState.html +4 -0
- package/docs/enums/logger.Verbosity.html +6 -0
- package/docs/functions/promises.add.html +1 -0
- package/docs/functions/promises.reject.html +1 -0
- package/docs/functions/promises.resolve.html +1 -0
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +11 -0
- package/docs/interfaces/BitrateTest.BitrateComponentEventBus.html +6 -0
- package/docs/interfaces/BitrateTest.BitrateTestController.html +4 -0
- package/docs/interfaces/BitrateTest.BitrateTestListener.html +2 -0
- package/docs/interfaces/BitrateTest.Sink.html +3 -0
- package/docs/interfaces/room.RemoteTrack.html +13 -0
- package/docs/modules/BitrateTest.html +8 -0
- package/docs/modules/connection.html +2 -0
- package/docs/modules/constants.html +198 -0
- package/docs/modules/logger.html +4 -0
- package/docs/modules/notifier.html +3 -0
- package/docs/modules/promises.html +5 -0
- package/docs/modules/reset_password_handler.html +2 -0
- package/docs/modules/room.html +3 -0
- package/docs/modules/room_extended.html +2 -0
- package/docs/modules/sending_attachments_handler.html +2 -0
- package/docs/modules/sfu.html +2 -0
- package/docs/modules/sfu_extended.html +2 -0
- package/docs/modules/webrtc_stats.html +2 -0
- package/docs/types/BitrateTest.DynamicRate.html +1 -0
- package/docs/types/constants.AddRemoveTracks.html +1 -0
- package/docs/types/constants.AddRemoveTracksSync.html +1 -0
- package/docs/types/constants.AddedRoleToMember.html +1 -0
- package/docs/types/constants.Attachment.html +1 -0
- package/docs/types/constants.AttachmentInfo.html +1 -0
- package/docs/types/constants.AttachmentRequest.html +1 -0
- package/docs/types/constants.AttachmentRequestAck.html +1 -0
- package/docs/types/constants.AttachmentStatus.html +1 -0
- package/docs/types/constants.AttachmentStatusEvent.html +1 -0
- package/docs/types/constants.AuthenticationStatusEvent.html +1 -0
- package/docs/types/constants.BitrateTestStatus.html +1 -0
- package/docs/types/constants.BooleanEvent.html +1 -0
- package/docs/types/constants.Calendar.html +1 -0
- package/docs/types/constants.CalendarEvent.html +1 -0
- package/docs/types/constants.CalendarEventEvent.html +1 -0
- package/docs/types/constants.Chat.html +1 -0
- package/docs/types/constants.ChatLoadedEvent.html +1 -0
- package/docs/types/constants.ChatMap.html +1 -0
- package/docs/types/constants.ChatMessagesCount.html +1 -0
- package/docs/types/constants.ChatMessagesEvent.html +1 -0
- package/docs/types/constants.ChatSearchResultEvent.html +1 -0
- package/docs/types/constants.ChatsEvent.html +1 -0
- package/docs/types/constants.ConnectionDetails.html +1 -0
- package/docs/types/constants.ConnectionFailedEvent.html +1 -0
- package/docs/types/constants.ContactInviteEvent.html +1 -0
- package/docs/types/constants.ContactRemovedEvent.html +1 -0
- package/docs/types/constants.ContactUpdateEvent.html +1 -0
- package/docs/types/constants.ControlMessage.html +1 -0
- package/docs/types/constants.ControlMessageEvent.html +1 -0
- package/docs/types/constants.CreatedRoom.html +1 -0
- package/docs/types/constants.EvictedFromRoom.html +1 -0
- package/docs/types/constants.EvictedSync.html +1 -0
- package/docs/types/constants.FirstAndLastChatMessage.html +1 -0
- package/docs/types/constants.FragmentedMessage.html +1 -0
- package/docs/types/constants.InternalMessage.html +1 -0
- package/docs/types/constants.Invite.html +1 -0
- package/docs/types/constants.JoinedRoom.html +1 -0
- package/docs/types/constants.JoinedRoomSync.html +1 -0
- package/docs/types/constants.LastReadMessageUpdate.html +1 -0
- package/docs/types/constants.LastReadMessageUpdated.html +1 -0
- package/docs/types/constants.LeftMeetingSync.html +1 -0
- package/docs/types/constants.LeftRoom.html +1 -0
- package/docs/types/constants.LoadMessagesWithMentionsResult.html +1 -0
- package/docs/types/constants.MeetingEndedSync.html +1 -0
- package/docs/types/constants.MeetingNameUpdatedSync.html +1 -0
- package/docs/types/constants.MeetingsPreviewEvent.html +1 -0
- package/docs/types/constants.Message.html +1 -0
- package/docs/types/constants.MessageAttachment.html +1 -0
- package/docs/types/constants.MessageAttachmentData.html +1 -0
- package/docs/types/constants.MessageAttachmentsSearchResult.html +1 -0
- package/docs/types/constants.MessageDeleted.html +1 -0
- package/docs/types/constants.MessageDeliveryStatus.html +1 -0
- package/docs/types/constants.MessageEdited.html +1 -0
- package/docs/types/constants.MessageInfo.html +1 -0
- package/docs/types/constants.MessageStatus.html +1 -0
- package/docs/types/constants.MessageStatusEvent.html +1 -0
- package/docs/types/constants.MessageStatusUpdate.html +1 -0
- package/docs/types/constants.MessageTargetEntityId.html +1 -0
- package/docs/types/constants.MessageWithUploadingAttachments.html +1 -0
- package/docs/types/constants.NewChatEvent.html +1 -0
- package/docs/types/constants.NewMeeting.html +1 -0
- package/docs/types/constants.NewSpaceCategoryEvent.html +1 -0
- package/docs/types/constants.NewSpaceChannelEvent.html +1 -0
- package/docs/types/constants.NewSpaceEvent.html +1 -0
- package/docs/types/constants.NewSpaceRoleAdded.html +1 -0
- package/docs/types/constants.NewSpaceThreadEvent.html +1 -0
- package/docs/types/constants.OperationFailed.html +1 -0
- package/docs/types/constants.OperationFailedEvent.html +1 -0
- package/docs/types/constants.Participant.html +1 -0
- package/docs/types/constants.ParticipantAVSMutedEvent.html +1 -0
- package/docs/types/constants.ParticipantConfigEvent.html +1 -0
- package/docs/types/constants.ParticipantRenamed.html +1 -0
- package/docs/types/constants.ParticipantsListEvent.html +1 -0
- package/docs/types/constants.ParticipantsListSyncEvent.html +1 -0
- package/docs/types/constants.PlacedInLobbyEvent.html +1 -0
- package/docs/types/constants.PlacedInWaitingRoomEvent.html +1 -0
- package/docs/types/constants.PublicChannelsEvent.html +1 -0
- package/docs/types/constants.Quality.html +1 -0
- package/docs/types/constants.RemoteSdp.html +1 -0
- package/docs/types/constants.RemoteSdpInfo.html +1 -0
- package/docs/types/constants.RemovedChatEvent.html +1 -0
- package/docs/types/constants.RemovedRoleFromMember.html +1 -0
- package/docs/types/constants.ResetPasswordRequestStatus.html +1 -0
- package/docs/types/constants.RoleAssigned.html +1 -0
- package/docs/types/constants.RolePermissionSectionsEvent.html +1 -0
- package/docs/types/constants.RolesListEvent.html +1 -0
- package/docs/types/constants.RoomAvailable.html +1 -0
- package/docs/types/constants.RoomConfigEvent.html +1 -0
- package/docs/types/constants.RoomExtendedConfig.html +1 -0
- package/docs/types/constants.RoomExtendedParticipantConfig.html +1 -0
- package/docs/types/constants.RoomExtendedParticipantsConfig.html +1 -0
- package/docs/types/constants.RoomExtendedScreenSharingConfig.html +1 -0
- package/docs/types/constants.RoomInfo.html +1 -0
- package/docs/types/constants.RoomMessage.html +1 -0
- package/docs/types/constants.RoomNameUpdated.html +1 -0
- package/docs/types/constants.RoomScreenSharingConfigEvent.html +1 -0
- package/docs/types/constants.SFUMeetingParticipantPreview.html +1 -0
- package/docs/types/constants.SFUMeetingPreview.html +1 -0
- package/docs/types/constants.SfuMessageEvent.html +1 -0
- package/docs/types/constants.SfuSpace.html +1 -0
- package/docs/types/constants.SfuSpaceCategory.html +1 -0
- package/docs/types/constants.SfuSpaceChannel.html +1 -0
- package/docs/types/constants.SfuSpaceChannelAccessRights.html +1 -0
- package/docs/types/constants.SfuSpaceInvite.html +1 -0
- package/docs/types/constants.SfuSpaceMember.html +1 -0
- package/docs/types/constants.SfuSpaceRole.html +1 -0
- package/docs/types/constants.SfuSpaceRolePermission.html +1 -0
- package/docs/types/constants.SfuSpaceRolePermissionSection.html +1 -0
- package/docs/types/constants.SfuSpaceThread.html +1 -0
- package/docs/types/constants.SfuSpaceUserBan.html +1 -0
- package/docs/types/constants.SignUpStatus.html +1 -0
- package/docs/types/constants.SpaceCategoryDeleted.html +1 -0
- package/docs/types/constants.SpaceCategoryUpdated.html +1 -0
- package/docs/types/constants.SpaceChannelDeleted.html +1 -0
- package/docs/types/constants.SpaceChannelMoved.html +1 -0
- package/docs/types/constants.SpaceChannelUpdated.html +1 -0
- package/docs/types/constants.SpaceCreatedEvent.html +1 -0
- package/docs/types/constants.SpaceDeletedEvent.html +1 -0
- package/docs/types/constants.SpaceInviteCreated.html +1 -0
- package/docs/types/constants.SpaceInviteRevoked.html +1 -0
- package/docs/types/constants.SpaceOverviewUpdated.html +1 -0
- package/docs/types/constants.SpaceRoleDeleted.html +1 -0
- package/docs/types/constants.SpaceRoleUpdated.html +1 -0
- package/docs/types/constants.SpaceThreadDeleted.html +1 -0
- package/docs/types/constants.SpaceThreadUpdated.html +1 -0
- package/docs/types/constants.StopScreenSharingEvent.html +1 -0
- package/docs/types/constants.StopTrackEvent.html +1 -0
- package/docs/types/constants.TracksQualityState.html +1 -0
- package/docs/types/constants.UnreadMessagesCountEvent.html +1 -0
- package/docs/types/constants.UnreadMessagesCountUpdate.html +1 -0
- package/docs/types/constants.UpdateChatEvent.html +1 -0
- package/docs/types/constants.UpdateMessagesDeliveryStatusEvent.html +1 -0
- package/docs/types/constants.UploadingAttachmentInfo.html +1 -0
- package/docs/types/constants.User.html +1 -0
- package/docs/types/constants.UserCalendarEvent.html +1 -0
- package/docs/types/constants.UserEmail.html +1 -0
- package/docs/types/constants.UserHostKey.html +1 -0
- package/docs/types/constants.UserHostKeyChangedEvent.html +1 -0
- package/docs/types/constants.UserId.html +1 -0
- package/docs/types/constants.UserInfo.html +1 -0
- package/docs/types/constants.UserInfoChangedEvent.html +1 -0
- package/docs/types/constants.UserInfoEvent.html +1 -0
- package/docs/types/constants.UserJoinedToSpaceEvent.html +1 -0
- package/docs/types/constants.UserLeftSpace.html +1 -0
- package/docs/types/constants.UserListEvent.html +1 -0
- package/docs/types/constants.UserNickname.html +1 -0
- package/docs/types/constants.UserNicknameChangedEvent.html +1 -0
- package/docs/types/constants.UserPassword.html +1 -0
- package/docs/types/constants.UserPhoneNumber.html +1 -0
- package/docs/types/constants.UserPhoneNumberChangedEvent.html +1 -0
- package/docs/types/constants.UserPmiSettings.html +1 -0
- package/docs/types/constants.UserRoomsEvent.html +1 -0
- package/docs/types/constants.UserSpacesEvent.html +1 -0
- package/docs/types/constants.UserSpecificChatInfo.html +1 -0
- package/docs/types/constants.UserTimezone.html +1 -0
- package/docs/types/constants.UserTimezoneChangedEvent.html +1 -0
- package/docs/types/constants.WaitingListEvent.html +1 -0
- package/docs/types/constants.WaitingParticipant.html +1 -0
- package/docs/types/constants.WaitingRoomUpdate.html +1 -0
- package/docs/types/logger.PrefixFunction.html +1 -0
- package/docs/types/notifier.NotifierHandler.html +1 -0
- package/docs/variables/constants.ATTACHMENT_CHUNK_SIZE.html +1 -0
- package/docs/variables/constants.ATTACHMENT_ID_LENGTH.html +1 -0
- package/docs/variables/constants.WS_CONNECTION_TIMEOUT.html +1 -0
- package/docs/variables/constants.WS_PINGS_MISSING_THRESHOLD.html +1 -0
- package/docs/variables/constants.WS_PING_INTERVAL_MS.html +1 -0
- package/docs/variables/promises.default.html +1 -0
- package/package.json +2 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RoomExtended | @flashphoner/sfusdk</title><meta name="description" content="Documentation for @flashphoner/sfusdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@flashphoner/sfusdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@flashphoner/sfusdk</a></li><li><a href="../modules/room_extended.html">room-extended</a></li><li><a href="room_extended.RoomExtended.html">RoomExtended</a></li></ul><h1>Class RoomExtended</h1></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#room-extended.RoomExtended">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><ul class="tsd-hierarchy"><li><span class="target">RoomExtended</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:28</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
|
|
2
|
+
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#__conferenceType" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>conference<wbr/>Type</span></a>
|
|
3
|
+
<a href="room_extended.RoomExtended.html#__creationTime" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>creation<wbr/>Time</span></a>
|
|
4
|
+
<a href="room_extended.RoomExtended.html#__pc" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>pc</span></a>
|
|
5
|
+
<a href="room_extended.RoomExtended.html#__role" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>role</span></a>
|
|
6
|
+
<a href="room_extended.RoomExtended.html#__state" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>state</span></a>
|
|
7
|
+
<a href="room_extended.RoomExtended.html#_config" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#config</span></a>
|
|
8
|
+
<a href="room_extended.RoomExtended.html#_dChannel" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#d<wbr/>Channel</span></a>
|
|
9
|
+
<a href="room_extended.RoomExtended.html#_incomingMessageQueue" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#incoming<wbr/>Message<wbr/>Queue</span></a>
|
|
10
|
+
<a href="room_extended.RoomExtended.html#_inviteId" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#invite<wbr/>Id</span></a>
|
|
11
|
+
<a href="room_extended.RoomExtended.html#_owner" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#owner</span></a>
|
|
12
|
+
<a href="room_extended.RoomExtended.html#_vacantTransceivers" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#vacant<wbr/>Transceivers</span></a>
|
|
13
|
+
<a href="room_extended.RoomExtended.html#_waitingRoomEnabled" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#waiting<wbr/>Room<wbr/>Enabled</span></a>
|
|
14
|
+
<a href="room_extended.RoomExtended.html#_wrappedDataChannel" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#wrapped<wbr/>Data<wbr/>Channel</span></a>
|
|
15
|
+
<a href="room_extended.RoomExtended.html#_crutch" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_crutch</span></a>
|
|
16
|
+
<a href="room_extended.RoomExtended.html#_id" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a>
|
|
17
|
+
<a href="room_extended.RoomExtended.html#_name" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_name</span></a>
|
|
18
|
+
<a href="room_extended.RoomExtended.html#_nickname" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_nickname</span></a>
|
|
19
|
+
<a href="room_extended.RoomExtended.html#_pin" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_pin</span></a>
|
|
20
|
+
<a href="room_extended.RoomExtended.html#_uid" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_uid</span></a>
|
|
21
|
+
<a href="room_extended.RoomExtended.html#_userId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_user<wbr/>Id</span></a>
|
|
22
|
+
<a href="room_extended.RoomExtended.html#connection" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>connection</span></a>
|
|
23
|
+
<a href="room_extended.RoomExtended.html#logger" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>logger</span></a>
|
|
24
|
+
<a href="room_extended.RoomExtended.html#notifier" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notifier</span></a>
|
|
25
|
+
<a href="room_extended.RoomExtended.html#stats" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stats</span></a>
|
|
26
|
+
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#_applyContentTypeConfig" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#apply<wbr/>Content<wbr/>Type<wbr/>Config</span></a>
|
|
27
|
+
<a href="room_extended.RoomExtended.html#_dChannelSend" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#d<wbr/>Channel<wbr/>Send</span></a>
|
|
28
|
+
<a href="room_extended.RoomExtended.html#_emmitAction" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#emmit<wbr/>Action</span></a>
|
|
29
|
+
<a href="room_extended.RoomExtended.html#_resolveOrNotify" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#resolve<wbr/>Or<wbr/>Notify</span></a>
|
|
30
|
+
<a href="room_extended.RoomExtended.html#_setRemoteDescription" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#set<wbr/>Remote<wbr/>Description</span></a>
|
|
31
|
+
<a href="room_extended.RoomExtended.html#assignRole" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Role</span></a>
|
|
32
|
+
<a href="room_extended.RoomExtended.html#authorizeWaitingList" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorize<wbr/>Waiting<wbr/>List</span></a>
|
|
33
|
+
<a href="room_extended.RoomExtended.html#changeQuality" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>change<wbr/>Quality</span></a>
|
|
34
|
+
<a href="room_extended.RoomExtended.html#conferenceType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>conference<wbr/>Type</span></a>
|
|
35
|
+
<a href="room_extended.RoomExtended.html#config" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>config</span></a>
|
|
36
|
+
<a href="room_extended.RoomExtended.html#configureWaitingRoom" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>configure<wbr/>Waiting<wbr/>Room</span></a>
|
|
37
|
+
<a href="room_extended.RoomExtended.html#createRoom" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create<wbr/>Room</span></a>
|
|
38
|
+
<a href="room_extended.RoomExtended.html#creationTime" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>creation<wbr/>Time</span></a>
|
|
39
|
+
<a href="room_extended.RoomExtended.html#destroyRoom" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy<wbr/>Room</span></a>
|
|
40
|
+
<a href="room_extended.RoomExtended.html#evictParticipant" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>evict<wbr/>Participant</span></a>
|
|
41
|
+
<a href="room_extended.RoomExtended.html#getBitrateTest" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Bitrate<wbr/>Test</span></a>
|
|
42
|
+
<a href="room_extended.RoomExtended.html#getRemoteTrack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Remote<wbr/>Track</span></a>
|
|
43
|
+
<a href="room_extended.RoomExtended.html#getStats" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Stats</span></a>
|
|
44
|
+
<a href="room_extended.RoomExtended.html#id" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>id</span></a>
|
|
45
|
+
<a href="room_extended.RoomExtended.html#invite" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>invite</span></a>
|
|
46
|
+
<a href="room_extended.RoomExtended.html#join" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>join</span></a>
|
|
47
|
+
<a href="room_extended.RoomExtended.html#leaveRoom" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>leave<wbr/>Room</span></a>
|
|
48
|
+
<a href="room_extended.RoomExtended.html#moveToWaitingRoom" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>move<wbr/>To<wbr/>Waiting<wbr/>Room</span></a>
|
|
49
|
+
<a href="room_extended.RoomExtended.html#muteTrack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>mute<wbr/>Track</span></a>
|
|
50
|
+
<a href="room_extended.RoomExtended.html#name" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>name</span></a>
|
|
51
|
+
<a href="room_extended.RoomExtended.html#nickname" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>nickname</span></a>
|
|
52
|
+
<a href="room_extended.RoomExtended.html#off" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>off</span></a>
|
|
53
|
+
<a href="room_extended.RoomExtended.html#on" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a>
|
|
54
|
+
<a href="room_extended.RoomExtended.html#owner" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>owner</span></a>
|
|
55
|
+
<a href="room_extended.RoomExtended.html#pc" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pc</span></a>
|
|
56
|
+
<a href="room_extended.RoomExtended.html#pin" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pin</span></a>
|
|
57
|
+
<a href="room_extended.RoomExtended.html#processEvent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>process<wbr/>Event</span></a>
|
|
58
|
+
<a href="room_extended.RoomExtended.html#reclaimOwnerRights" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reclaim<wbr/>Owner<wbr/>Rights</span></a>
|
|
59
|
+
<a href="room_extended.RoomExtended.html#renameParticipant" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rename<wbr/>Participant</span></a>
|
|
60
|
+
<a href="room_extended.RoomExtended.html#role" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>role</span></a>
|
|
61
|
+
<a href="room_extended.RoomExtended.html#sendControlMessage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Control<wbr/>Message</span></a>
|
|
62
|
+
<a href="room_extended.RoomExtended.html#sendMessage" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Message</span></a>
|
|
63
|
+
<a href="room_extended.RoomExtended.html#setAudioMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Audio<wbr/>Muted</span></a>
|
|
64
|
+
<a href="room_extended.RoomExtended.html#setCanChangeNickname" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Can<wbr/>Change<wbr/>Nickname</span></a>
|
|
65
|
+
<a href="room_extended.RoomExtended.html#setChatMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Chat<wbr/>Muted</span></a>
|
|
66
|
+
<a href="room_extended.RoomExtended.html#setInitialAudioMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span></a>
|
|
67
|
+
<a href="room_extended.RoomExtended.html#setInitialScreenSharingMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a>
|
|
68
|
+
<a href="room_extended.RoomExtended.html#setInitialVideoMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span></a>
|
|
69
|
+
<a href="room_extended.RoomExtended.html#setLock" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Lock</span></a>
|
|
70
|
+
<a href="room_extended.RoomExtended.html#setParticipantAudioMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span></a>
|
|
71
|
+
<a href="room_extended.RoomExtended.html#setParticipantScreenSharingMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a>
|
|
72
|
+
<a href="room_extended.RoomExtended.html#setParticipantVideoMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span></a>
|
|
73
|
+
<a href="room_extended.RoomExtended.html#setScreenSharingEveryoneCanDoSubsequentShare" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span></a>
|
|
74
|
+
<a href="room_extended.RoomExtended.html#setScreenSharingEveryoneCanShare" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span></a>
|
|
75
|
+
<a href="room_extended.RoomExtended.html#setScreenSharingMultipleShares" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span></a>
|
|
76
|
+
<a href="room_extended.RoomExtended.html#setScreenSharingMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a>
|
|
77
|
+
<a href="room_extended.RoomExtended.html#setVideoMuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Muted</span></a>
|
|
78
|
+
<a href="room_extended.RoomExtended.html#state" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>state</span></a>
|
|
79
|
+
<a href="room_extended.RoomExtended.html#subscribeToWaitingParticipant" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>subscribe<wbr/>To<wbr/>Waiting<wbr/>Participant</span></a>
|
|
80
|
+
<a href="room_extended.RoomExtended.html#turnOffParticipantScreenSharing" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>turn<wbr/>Off<wbr/>Participant<wbr/>Screen<wbr/>Sharing</span></a>
|
|
81
|
+
<a href="room_extended.RoomExtended.html#unsubscribeFromWaitingParticipant" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>unsubscribe<wbr/>From<wbr/>Waiting<wbr/>Participant</span></a>
|
|
82
|
+
<a href="room_extended.RoomExtended.html#updateName" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Name</span></a>
|
|
83
|
+
<a href="room_extended.RoomExtended.html#updateState" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>State</span></a>
|
|
84
|
+
<a href="room_extended.RoomExtended.html#userId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>user<wbr/>Id</span></a>
|
|
85
|
+
<a href="room_extended.RoomExtended.html#waitingRoomEnabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>waiting<wbr/>Room<wbr/>Enabled</span></a>
|
|
86
|
+
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Constructors</h2><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="constructor.new_RoomExtended" class="tsd-anchor"></a><span class="tsd-kind-constructor-signature">new <wbr/>Room<wbr/>Extended</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">connection</span>, <span class="tsd-kind-parameter">id</span>, <span class="tsd-kind-parameter">owner</span>, <span class="tsd-kind-parameter">name</span>, <span class="tsd-kind-parameter">pin</span>, <span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">nickname</span>, <span class="tsd-kind-parameter">creationTime</span>, <span class="tsd-kind-parameter">config</span>, <span class="tsd-kind-parameter">waitingRoomEnabled</span>, <span class="tsd-kind-parameter">loggerPrefix</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">conferenceType</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="room_extended.RoomExtended.html" class="tsd-signature-type tsd-kind-class">RoomExtended</a><a href="#constructor.new_RoomExtended" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">connection</span>: <a href="connection.Connection.html" class="tsd-signature-type tsd-kind-class">Connection</a></span></li><li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">owner</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">pin</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">nickname</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">creationTime</span>: <span class="tsd-signature-type">number</span></span></li><li><span><span class="tsd-kind-parameter">config</span>: <a href="../types/constants.RoomExtendedConfig.html" class="tsd-signature-type tsd-kind-type-alias">RoomExtendedConfig</a></span></li><li><span><span class="tsd-kind-parameter">waitingRoomEnabled</span>: <span class="tsd-signature-type">boolean</span></span></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">loggerPrefix</span>: <a href="../types/logger.PrefixFunction.html" class="tsd-signature-type tsd-kind-type-alias">PrefixFunction</a></span></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">conferenceType</span>: <a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="room_extended.RoomExtended.html" class="tsd-signature-type tsd-kind-class">RoomExtended</a></h4><aside class="tsd-sources"><p>Overrides <a href="room.Room.html">Room</a>.<a href="room.Room.html#constructor">constructor</a></p><ul><li>Defined in room-extended.ts:34</li></ul></aside></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-private"><a id="__conferenceType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>conference<wbr/>Type</span><a href="#__conferenceType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>conference<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a><span class="tsd-signature-symbol"> = ConferenceType.GLOBAL</span></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:33</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__creationTime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>creation<wbr/>Time</span><a href="#__creationTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>creation<wbr/>Time</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__creationTime">#_creationTime</a></p><ul><li>Defined in room.ts:62</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__pc" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>pc</span><a href="#__pc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>pc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCPeerConnection</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__pc">#_pc</a></p><ul><li>Defined in room.ts:51</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__role" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>role</span><a href="#__role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>role</span><span class="tsd-signature-symbol">:</span> <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a><span class="tsd-signature-symbol"> = ParticipantRole.PARTICIPANT</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__role">#_role</a></p><ul><li>Defined in room.ts:47</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__state" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>state</span><a href="#__state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>state</span><span class="tsd-signature-symbol">:</span> <a href="../enums/constants.RoomState.html" class="tsd-signature-type tsd-kind-enum">RoomState</a><span class="tsd-signature-symbol"> = RoomState.NEW</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__state">#_state</a></p><ul><li>Defined in room.ts:46</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#config</span><a href="#_config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#config</span><span class="tsd-signature-symbol">:</span> <a href="../types/constants.RoomExtendedConfig.html" class="tsd-signature-type tsd-kind-type-alias">RoomExtendedConfig</a></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:30</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_dChannel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#d<wbr/>Channel</span><a href="#_dChannel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#d<wbr/>Channel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCDataChannel</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_dChannel">#dChannel</a></p><ul><li>Defined in room.ts:60</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_incomingMessageQueue" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#incoming<wbr/>Message<wbr/>Queue</span><a href="#_incomingMessageQueue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#incoming<wbr/>Message<wbr/>Queue</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="../types/constants.FragmentedMessage.html" class="tsd-signature-type tsd-kind-type-alias">FragmentedMessage</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="../types/constants.FragmentedMessage.html" class="tsd-signature-type tsd-kind-type-alias">FragmentedMessage</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_incomingMessageQueue">#incomingMessageQueue</a></p><ul><li>Defined in room.ts:57</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_inviteId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#invite<wbr/>Id</span><a href="#_inviteId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#invite<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_inviteId">#inviteId</a></p><ul><li>Defined in room.ts:48</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_owner" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#owner</span><a href="#_owner" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#owner</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:31</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_vacantTransceivers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#vacant<wbr/>Transceivers</span><a href="#_vacantTransceivers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#vacant<wbr/>Transceivers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">audio</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Queue</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">video</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Queue</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">audio</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Queue</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">></span></h5></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">video</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Queue</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">></span></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_vacantTransceivers">#vacantTransceivers</a></p><ul><li>Defined in room.ts:70</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_waitingRoomEnabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#waiting<wbr/>Room<wbr/>Enabled</span><a href="#_waitingRoomEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#waiting<wbr/>Room<wbr/>Enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:32</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_wrappedDataChannel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#wrapped<wbr/>Data<wbr/>Channel</span><a href="#_wrappedDataChannel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#wrapped<wbr/>Data<wbr/>Channel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">WrappedDatachannel</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_wrappedDataChannel">#wrappedDataChannel</a></p><ul><li>Defined in room.ts:61</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_crutch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_crutch</span><a href="#_crutch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_crutch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">mutex</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Mutex</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">tid</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">mutex</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Mutex</span></h5></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">tid</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_crutch">_crutch</a></p><ul><li>Defined in room.ts:65</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_id</span><a href="#_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_id">_id</a></p><ul><li>Defined in room.ts:52</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_name</span><a href="#_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_name">_name</a></p><ul><li>Defined in room.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_nickname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_nickname</span><a href="#_nickname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_nickname</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_nickname">_nickname</a></p><ul><li>Defined in room.ts:56</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_pin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_pin</span><a href="#_pin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_pin</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_pin">_pin</a></p><ul><li>Defined in room.ts:55</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_uid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_uid</span><a href="#_uid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_uid</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_uid">_uid</a></p><ul><li>Defined in room.ts:64</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_userId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_user<wbr/>Id</span><a href="#_userId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_user<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_userId">_userId</a></p><ul><li>Defined in room.ts:54</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="connection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>connection</span><a href="#connection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">connection</span><span class="tsd-signature-symbol">:</span> <a href="connection.Connection.html" class="tsd-signature-type tsd-kind-class">Connection</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#connection">connection</a></p><ul><li>Defined in room.ts:50</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="logger" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>logger</span><a href="#logger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">logger</span><span class="tsd-signature-symbol">:</span> <a href="logger.default.html" class="tsd-signature-type tsd-kind-class">default</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#logger">logger</a></p><ul><li>Defined in room.ts:63</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="notifier" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>notifier</span><a href="#notifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">notifier</span><span class="tsd-signature-symbol">:</span> <a href="notifier.Notifier.html" class="tsd-signature-type tsd-kind-class">Notifier</a><span class="tsd-signature-symbol"><</span><a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a><span class="tsd-signature-symbol">, </span><a href="../types/constants.InternalMessage.html" class="tsd-signature-type tsd-kind-type-alias">InternalMessage</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#notifier">notifier</a></p><ul><li>Defined in room.ts:49</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="stats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>stats</span><a href="#stats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stats</span><span class="tsd-signature-symbol">:</span> <a href="webrtc_stats.WebRTCStats.html" class="tsd-signature-type tsd-kind-class">WebRTCStats</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#stats">stats</a></p><ul><li>Defined in room.ts:69</li></ul></aside></section></section><section class="tsd-panel-group tsd-member-group"><h2>Methods</h2><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_applyContentTypeConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#apply<wbr/>Content<wbr/>Type<wbr/>Config</span><a href="#_applyContentTypeConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_applyContentTypeConfig._applyContentTypeConfig-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#apply<wbr/>Content<wbr/>Type<wbr/>Config</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">sdp</span>, <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#_applyContentTypeConfig._applyContentTypeConfig-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">sdp</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></span><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_applyContentTypeConfig">#applyContentTypeConfig</a></p><ul><li>Defined in room.ts:96</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_dChannelSend" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#d<wbr/>Channel<wbr/>Send</span><a href="#_dChannelSend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_dChannelSend._dChannelSend-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#d<wbr/>Channel<wbr/>Send</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">msg</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_dChannelSend._dChannelSend-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">msg</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_dChannelSend">#dChannelSend</a></p><ul><li>Defined in room.ts:91</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_emmitAction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#emmit<wbr/>Action</span><a href="#_emmitAction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private"><li class="tsd-signature tsd-anchor-link"><a id="_emmitAction._emmitAction-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#emmit<wbr/>Action</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">action</span>, <span class="tsd-kind-parameter">data</span>, <span class="tsd-kind-parameter">resolve</span>, <span class="tsd-kind-parameter">reject</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_emmitAction._emmitAction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">action</span>: <a href="../enums/constants.InternalApi.html" class="tsd-signature-type tsd-kind-enum">InternalApi</a></span></li><li><span><span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-type">object</span></span></li><li><span><span class="tsd-kind-parameter">resolve</span>: <span class="tsd-signature-type">Function</span></span></li><li><span><span class="tsd-kind-parameter">reject</span>: <span class="tsd-signature-type">Function</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:571</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_resolveOrNotify" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#resolve<wbr/>Or<wbr/>Notify</span><a href="#_resolveOrNotify" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private"><li class="tsd-signature tsd-anchor-link"><a id="_resolveOrNotify._resolveOrNotify-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#resolve<wbr/>Or<wbr/>Notify</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">e</span>, <span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_resolveOrNotify._resolveOrNotify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">e</span>: <a href="../types/constants.InternalMessage.html" class="tsd-signature-type tsd-kind-type-alias">InternalMessage</a></span></li><li><span><span class="tsd-kind-parameter">type</span>: <a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a></span></li><li><span><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{}</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:565</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_setRemoteDescription" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#set<wbr/>Remote<wbr/>Description</span><a href="#_setRemoteDescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_setRemoteDescription._setRemoteDescription-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#set<wbr/>Remote<wbr/>Description</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">remoteSdp</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#_setRemoteDescription._setRemoteDescription-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">remoteSdp</span>: <a href="../types/constants.RemoteSdpInfo.html" class="tsd-signature-type tsd-kind-type-alias">RemoteSdpInfo</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_setRemoteDescription">#setRemoteDescription</a></p><ul><li>Defined in room.ts:114</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="assignRole" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Role</span><a href="#assignRole" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="assignRole.assignRole-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Role</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">role</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#assignRole.assignRole-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Assign role</p>
|
|
87
|
+
<p>Used to transfer the role. The room owner will have the <a href="../enums/constants.ParticipantRole.html#PARTICIPANT" class="tsd-kind-enum-member">ParticipantRole.PARTICIPANT</a> role.</p>
|
|
88
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROLE_ASSIGNED" class="tsd-kind-enum-member">RoomEvent.ROLE_ASSIGNED</a> with RoleAssigned</p>
|
|
89
|
+
<p>New owner will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a> for each participant.
|
|
90
|
+
The previous owner will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a>.</p>
|
|
91
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">role</span>: <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:175</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="authorizeWaitingList" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>authorize<wbr/>Waiting<wbr/>List</span><a href="#authorizeWaitingList" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="authorizeWaitingList.authorizeWaitingList-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">authorize<wbr/>Waiting<wbr/>List</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">authorized</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#authorizeWaitingList.authorizeWaitingList-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Authorize or fail authorization for user from waiting List</p>
|
|
92
|
+
<p>Room owner will receive <a href="../enums/constants.RoomEvent.html#WAITING_LIST" class="tsd-kind-enum-member">RoomEvent.WAITING_LIST</a> with WaitingListEvent</p>
|
|
93
|
+
<p>If authorized = true - user will join to the room and other participants will receive <a href="../enums/constants.RoomEvent.html#JOINED" class="tsd-kind-enum-member">RoomEvent.JOINED</a> with JoinedRoom.
|
|
94
|
+
If authorized = false - user will receive error RoomError.AUTHORIZATION_FAILED</p>
|
|
95
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">authorized</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:108</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeQuality" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Quality</span><a href="#changeQuality" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="changeQuality.changeQuality-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">change<wbr/>Quality</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">trackId</span>, <span class="tsd-kind-parameter">quality</span>, <span class="tsd-kind-parameter">tid</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#changeQuality.changeQuality-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Change the quality of the requested track</p>
|
|
96
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">trackId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">quality</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">tid</span>: <span class="tsd-signature-type">number</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#changeQuality">changeQuality</a></p><ul><li>Defined in room.ts:651</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="conferenceType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>conference<wbr/>Type</span><a href="#conferenceType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="conferenceType.conferenceType-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">conference<wbr/>Type</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a><a href="#conferenceType.conferenceType-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:561</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="config.config-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">config</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../types/constants.RoomExtendedConfig.html" class="tsd-signature-type tsd-kind-type-alias">RoomExtendedConfig</a><a href="#config.config-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../types/constants.RoomExtendedConfig.html" class="tsd-signature-type tsd-kind-type-alias">RoomExtendedConfig</a></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:55</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="configureWaitingRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>configure<wbr/>Waiting<wbr/>Room</span><a href="#configureWaitingRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="configureWaitingRoom.configureWaitingRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">configure<wbr/>Waiting<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">enabled</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">></span><a href="#configureWaitingRoom.configureWaitingRoom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Configure waiting room</p>
|
|
97
|
+
<p>Waiting room configuration, on/off switch for now</p>
|
|
98
|
+
<p>Waiting room must be empty</p>
|
|
99
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">enabled</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>flag indicates whether it's enabled or not</p>
|
|
100
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:152</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="createRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>create<wbr/>Room</span><a href="#createRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="createRoom.createRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">create<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">></span><a href="#createRoom.createRoom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:63</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="creationTime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>creation<wbr/>Time</span><a href="#creationTime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="creationTime.creationTime-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">creation<wbr/>Time</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#creationTime.creationTime-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#creationTime">creationTime</a></p><ul><li>Defined in room.ts:749</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="destroyRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>destroy<wbr/>Room</span><a href="#destroyRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="destroyRoom.destroyRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">destroy<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#destroyRoom.destroyRoom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Destroy room</p>
|
|
101
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ENDED" class="tsd-kind-enum-member">RoomEvent.ENDED</a>.
|
|
102
|
+
<a href="room.Room.html#state" class="tsd-kind-method">state</a> will be <a href="../enums/constants.RoomState.html#DISPOSED" class="tsd-kind-enum-member">RoomState.DISPOSED</a></p>
|
|
103
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#destroyRoom">destroyRoom</a></p><ul><li>Defined in room.ts:460</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="evictParticipant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>evict<wbr/>Participant</span><a href="#evictParticipant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="evictParticipant.evictParticipant-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">evict<wbr/>Participant</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#evictParticipant.evictParticipant-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Evict participant</p>
|
|
104
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#EVICTED" class="tsd-kind-enum-member">RoomEvent.EVICTED</a> with <a href="../types/constants.EvictedFromRoom.html" class="tsd-kind-type-alias">EvictedFromRoom</a>.</p>
|
|
105
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#evictParticipant">evictParticipant</a></p><ul><li>Defined in room.ts:589</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getBitrateTest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Bitrate<wbr/>Test</span><a href="#getBitrateTest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getBitrateTest.getBitrateTest-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Bitrate<wbr/>Test</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/BitrateTest.BitrateTestController.html" class="tsd-signature-type tsd-kind-interface">BitrateTestController</a><a href="#getBitrateTest.getBitrateTest-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../interfaces/BitrateTest.BitrateTestController.html" class="tsd-signature-type tsd-kind-interface">BitrateTestController</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#getBitrateTest">getBitrateTest</a></p><ul><li>Defined in room.ts:477</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRemoteTrack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Remote<wbr/>Track</span><a href="#getRemoteTrack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getRemoteTrack.getRemoteTrack-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Remote<wbr/>Track</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">kind</span>, <span class="tsd-kind-parameter">force</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">></span><a href="#getRemoteTrack.getRemoteTrack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">kind</span>: <a href="../enums/constants.TrackType.html" class="tsd-signature-type tsd-kind-enum">TrackType</a></span></li><li><span><span class="tsd-kind-parameter">force</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#getRemoteTrack">getRemoteTrack</a></p><ul><li>Defined in room.ts:757</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getStats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Stats</span><a href="#getStats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getStats.getStats-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Stats</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">track</span>, <span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#getStats.getStats-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">track</span>: <span class="tsd-signature-type">MediaStreamTrack</span></span></li><li><span><span class="tsd-kind-parameter">type</span>: <a href="../enums/constants.StatsType.html" class="tsd-signature-type tsd-kind-enum">StatsType</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">Function</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#getStats">getStats</a></p><ul><li>Defined in room.ts:753</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="id.id-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#id.id-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#id">id</a></p><ul><li>Defined in room.ts:709</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="invite" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>invite</span><a href="#invite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="invite.invite-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">invite</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#invite.invite-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#invite">invite</a></p><ul><li>Defined in room.ts:741</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="join" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>join</span><a href="#join" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="join.join-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">join</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">pc</span>, <span class="tsd-kind-parameter">nickname</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">predefinedTracksCount</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">></span><a href="#join.join-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Join the room</p>
|
|
106
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">pc</span>: <span class="tsd-signature-type">RTCPeerConnection</span></span><div class="tsd-comment tsd-typography"><p>peer connection</p>
|
|
107
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">nickname</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>user nickname</p>
|
|
108
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></span><div class="tsd-comment tsd-typography"><p>[track.id] : track content type</p>
|
|
109
|
+
</div><div class="tsd-comment tsd-typography"></div><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">predefinedTracksCount</span>: <span class="tsd-signature-type">number</span></span><div class="tsd-comment tsd-typography"><p>Initial number of allocated transceivers.</p>
|
|
110
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#join">join</a></p><ul><li>Defined in room.ts:319</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="leaveRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>leave<wbr/>Room</span><a href="#leaveRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="leaveRoom.leaveRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">leave<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">></span><a href="#leaveRoom.leaveRoom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Leave room</p>
|
|
111
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#LEFT" class="tsd-kind-enum-member">RoomEvent.LEFT</a> with <a href="../types/constants.LeftRoom.html" class="tsd-kind-type-alias">LeftRoom</a>.
|
|
112
|
+
<a href="room.Room.html#state" class="tsd-kind-method">state</a> will be <a href="../enums/constants.RoomState.html#DISPOSED" class="tsd-kind-enum-member">RoomState.DISPOSED</a></p>
|
|
113
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#leaveRoom">leaveRoom</a></p><ul><li>Defined in room.ts:559</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="moveToWaitingRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>move<wbr/>To<wbr/>Waiting<wbr/>Room</span><a href="#moveToWaitingRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="moveToWaitingRoom.moveToWaitingRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">move<wbr/>To<wbr/>Waiting<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#moveToWaitingRoom.moveToWaitingRoom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Move user to waiting room</p>
|
|
114
|
+
<p>User will receive <a href="../enums/constants.RoomEvent.html#DETACHED" class="tsd-kind-enum-member">RoomEvent.DETACHED</a>.
|
|
115
|
+
Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT" class="tsd-kind-enum-member">RoomEvent.LEFT</a> with LeftRoom</p>
|
|
116
|
+
<p>Room owner will receive <a href="../enums/constants.RoomEvent.html#WAITING_LIST" class="tsd-kind-enum-member">RoomEvent.WAITING_LIST</a> with WaitingListEvent</p>
|
|
117
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:130</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="muteTrack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>mute<wbr/>Track</span><a href="#muteTrack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="muteTrack.muteTrack-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">mute<wbr/>Track</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">trackId</span>, <span class="tsd-kind-parameter">mute</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#muteTrack.muteTrack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Mute track</p>
|
|
118
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#MUTE_TRACKS" class="tsd-kind-enum-member">RoomEvent.MUTE_TRACKS</a> with <a href="../types/constants.AddRemoveTracks.html" class="tsd-kind-type-alias">AddRemoveTracks</a></p>
|
|
119
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">trackId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">mute</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#muteTrack">muteTrack</a></p><ul><li>Defined in room.ts:671</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="name.name-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">name</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#name.name-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#name">name</a></p><ul><li>Defined in room.ts:717</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="nickname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>nickname</span><a href="#nickname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="nickname.nickname-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">nickname</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#nickname.nickname-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#nickname">nickname</a></p><ul><li>Defined in room.ts:729</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="off" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>off</span><a href="#off" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="off.off-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">off</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><a href="#off.off-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></span><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg0</span>: <a href="../types/constants.InternalMessage.html" class="tsd-signature-type tsd-kind-type-alias">InternalMessage</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#off">off</a></p><ul><li>Defined in room.ts:704</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></span><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">arg0</span>: <a href="../types/constants.InternalMessage.html" class="tsd-signature-type tsd-kind-type-alias">InternalMessage</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#on">on</a></p><ul><li>Defined in room.ts:699</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="owner" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>owner</span><a href="#owner" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="owner.owner-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">owner</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#owner.owner-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:557</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pc" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pc</span><a href="#pc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pc.pc-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pc</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RTCPeerConnection</span><a href="#pc.pc-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">RTCPeerConnection</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#pc">pc</a></p><ul><li>Defined in room.ts:733</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pin</span><a href="#pin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pin.pin-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pin</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#pin.pin-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#pin">pin</a></p><ul><li>Defined in room.ts:725</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="processEvent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>process<wbr/>Event</span><a href="#processEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="processEvent.processEvent-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">process<wbr/>Event</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">e</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#processEvent.processEvent-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">e</span>: <a href="../types/constants.InternalMessage.html" class="tsd-signature-type tsd-kind-type-alias">InternalMessage</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><p>Overrides <a href="room.Room.html">Room</a>.<a href="room.Room.html#processEvent">processEvent</a></p><ul><li>Defined in room-extended.ts:450</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="reclaimOwnerRights" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reclaim<wbr/>Owner<wbr/>Rights</span><a href="#reclaimOwnerRights" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="reclaimOwnerRights.reclaimOwnerRights-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">reclaim<wbr/>Owner<wbr/>Rights</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#reclaimOwnerRights.reclaimOwnerRights-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Reclaim owner rights</p>
|
|
120
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROLE_ASSIGNED" class="tsd-kind-enum-member">RoomEvent.ROLE_ASSIGNED</a> with RoleAssigned</p>
|
|
121
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:194</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="renameParticipant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>rename<wbr/>Participant</span><a href="#renameParticipant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="renameParticipant.renameParticipant-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">rename<wbr/>Participant</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">newNickname</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">></span><a href="#renameParticipant.renameParticipant-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Rename participant</p>
|
|
122
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_RENAMED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_RENAMED</a> with <a href="../types/constants.ParticipantRenamed.html" class="tsd-kind-type-alias">ParticipantRenamed</a>.</p>
|
|
123
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">newNickname</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#renameParticipant">renameParticipant</a></p><ul><li>Defined in room.ts:607</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="role" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>role</span><a href="#role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="role.role-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">role</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a><a href="#role.role-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#role">role</a></p><ul><li>Defined in room.ts:737</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="sendControlMessage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>send<wbr/>Control<wbr/>Message</span><a href="#sendControlMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="sendControlMessage.sendControlMessage-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">send<wbr/>Control<wbr/>Message</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">msg</span>, <span class="tsd-kind-parameter">broadcast</span>, <span class="tsd-kind-parameter">to</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#sendControlMessage.sendControlMessage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sending control message inside the room</p>
|
|
124
|
+
<p>Recipients will receive <a href="../enums/constants.RoomEvent.html#CONTROL_MESSAGE" class="tsd-kind-enum-member">RoomEvent.CONTROL_MESSAGE</a> with ControlMessageEvent</p>
|
|
125
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">msg</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">broadcast</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>sending for all room participants, if true</p>
|
|
126
|
+
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">to</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>sending for user. Should use with broadcast = false</p>
|
|
127
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:84</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="sendMessage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>send<wbr/>Message</span><a href="#sendMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="sendMessage.sendMessage-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">send<wbr/>Message</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">msg</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#sendMessage.sendMessage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">msg</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#sendMessage">sendMessage</a></p><ul><li>Defined in room.ts:621</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Audio<wbr/>Muted</span><a href="#setAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setAudioMuted.setAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setAudioMuted.setAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room audio muted</p>
|
|
128
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_AUDIO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_AUDIO_MUTED</a> with boolean value and <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a></p>
|
|
129
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:299</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setCanChangeNickname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Can<wbr/>Change<wbr/>Nickname</span><a href="#setCanChangeNickname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setCanChangeNickname.setCanChangeNickname-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Can<wbr/>Change<wbr/>Nickname</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">canChange</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setCanChangeNickname.setCanChangeNickname-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room can change nickname</p>
|
|
130
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_CAN_CHANGE_NICKNAME" class="tsd-kind-enum-member">RoomEvent.ROOM_CAN_CHANGE_NICKNAME</a> with boolean value.</p>
|
|
131
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">canChange</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:355</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setChatMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Chat<wbr/>Muted</span><a href="#setChatMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setChatMuted.setChatMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Chat<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setChatMuted.setChatMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room chat muted</p>
|
|
132
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_CHAT_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_CHAT_MUTED</a> with boolean value and <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a></p>
|
|
133
|
+
<p>Chat receive policy will be ChatReceivePolicy.EVERYONE or ChatReceivePolicy.NOBODY.</p>
|
|
134
|
+
<p>Chat members will receive SfuEvent.CHAT_UPDATED with UpdateChatEvent</p>
|
|
135
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:343</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><a href="#setInitialAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialAudioMuted.setInitialAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setInitialAudioMuted.setInitialAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial audio muted</p>
|
|
136
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_INITIAL_AUDIO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_INITIAL_AUDIO_MUTED</a> with boolean value</p>
|
|
137
|
+
<p>Waiting participants will receive <a href="../enums/constants.RoomEvent.html#STOP_TRACK" class="tsd-kind-enum-member">RoomEvent.STOP_TRACK</a> with <a href="../types/constants.StopTrackEvent.html" class="tsd-kind-type-alias">StopTrackEvent</a></p>
|
|
138
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:263</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setInitialScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial screen sharing muted</p>
|
|
139
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:287</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><a href="#setInitialVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialVideoMuted.setInitialVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setInitialVideoMuted.setInitialVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial video muted</p>
|
|
140
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_INITIAL_VIDEO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_INITIAL_VIDEO_MUTED</a> with boolean value</p>
|
|
141
|
+
<p>Waiting participants will receive <a href="../enums/constants.RoomEvent.html#STOP_TRACK" class="tsd-kind-enum-member">RoomEvent.STOP_TRACK</a> with <a href="../types/constants.StopTrackEvent.html" class="tsd-kind-type-alias">StopTrackEvent</a></p>
|
|
142
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:277</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setLock" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Lock</span><a href="#setLock" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setLock.setLock-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Lock</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locked</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setLock.setLock-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room lock</p>
|
|
143
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_LOCKED" class="tsd-kind-enum-member">RoomEvent.ROOM_LOCKED</a> with boolean value</p>
|
|
144
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">locked</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:249</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><a href="#setParticipantAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantAudioMuted.setParticipantAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setParticipantAudioMuted.setParticipantAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant's audio muted</p>
|
|
145
|
+
<p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_AUDIO_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_AUDIO_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
|
|
146
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:407</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setParticipantScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant's screen sharing muted</p>
|
|
147
|
+
<p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_SCREEN_SHARING_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_SCREEN_SHARING_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
|
|
148
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:431</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><a href="#setParticipantVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantVideoMuted.setParticipantVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setParticipantVideoMuted.setParticipantVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant's video muted</p>
|
|
149
|
+
<p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_VIDEO_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_VIDEO_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
|
|
150
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:419</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanDoSubsequentShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><a href="#setScreenSharingEveryoneCanDoSubsequentShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">canDoSubsequentShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can do subsequent share</p>
|
|
151
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
|
|
152
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">canDoSubsequentShare</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>if false, participants with screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
|
|
153
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:395</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><a href="#setScreenSharingEveryoneCanShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">everyoneCanShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can share</p>
|
|
154
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
|
|
155
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">everyoneCanShare</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:381</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMultipleShares" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><a href="#setScreenSharingMultipleShares" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">multipleShares</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing multiple shares</p>
|
|
156
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
|
|
157
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">multipleShares</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>if false, participants with screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
|
|
158
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:369</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMuted.setScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setScreenSharingMuted.setScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing muted</p>
|
|
159
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_SCREEN_SHARING_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_SCREEN_SHARING_MUTED</a> with boolean value.</p>
|
|
160
|
+
<p>Participants that started screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
|
|
161
|
+
<p>All participants will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a> and <a href="../enums/constants.RoomEvent.html#PARTICIPANT_SCREEN_SHARING_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_SCREEN_SHARING_MUTED</a> with boolean value.</p>
|
|
162
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:327</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Video<wbr/>Muted</span><a href="#setVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setVideoMuted.setVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span><a href="#setVideoMuted.setVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room audio muted</p>
|
|
163
|
+
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_VIDEO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_VIDEO_MUTED</a> with boolean value and <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a></p>
|
|
164
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:311</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="state" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="state.state-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">state</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/constants.RoomState.html" class="tsd-signature-type tsd-kind-enum">RoomState</a><a href="#state.state-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../enums/constants.RoomState.html" class="tsd-signature-type tsd-kind-enum">RoomState</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#state">state</a></p><ul><li>Defined in room.ts:745</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="subscribeToWaitingParticipant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>subscribe<wbr/>To<wbr/>Waiting<wbr/>Participant</span><a href="#subscribeToWaitingParticipant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="subscribeToWaitingParticipant.subscribeToWaitingParticipant-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">subscribe<wbr/>To<wbr/>Waiting<wbr/>Participant</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">></span><a href="#subscribeToWaitingParticipant.subscribeToWaitingParticipant-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Subscribe to waiting participant</p>
|
|
165
|
+
<p>Used to check waiting participant's tracks.</p>
|
|
166
|
+
<p>Subscriber will receive <a href="../enums/constants.RoomEvent.html#ADD_TRACKS" class="tsd-kind-enum-member">RoomEvent.ADD_TRACKS</a> with <a href="../types/constants.AddRemoveTracks.html" class="tsd-kind-type-alias">AddRemoveTracks</a></p>
|
|
167
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:213</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="turnOffParticipantScreenSharing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>turn<wbr/>Off<wbr/>Participant<wbr/>Screen<wbr/>Sharing</span><a href="#turnOffParticipantScreenSharing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="turnOffParticipantScreenSharing.turnOffParticipantScreenSharing-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">turn<wbr/>Off<wbr/>Participant<wbr/>Screen<wbr/>Sharing</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">reason</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#turnOffParticipantScreenSharing.turnOffParticipantScreenSharing-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Turn off participant's screen sharing</p>
|
|
168
|
+
<p>Participant(s) will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
|
|
169
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">reason</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:443</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="unsubscribeFromWaitingParticipant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>unsubscribe<wbr/>From<wbr/>Waiting<wbr/>Participant</span><a href="#unsubscribeFromWaitingParticipant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="unsubscribeFromWaitingParticipant.unsubscribeFromWaitingParticipant-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">unsubscribe<wbr/>From<wbr/>Waiting<wbr/>Participant</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">></span><a href="#unsubscribeFromWaitingParticipant.unsubscribeFromWaitingParticipant-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Unsubscribe from waiting participant</p>
|
|
170
|
+
<p>Subscriber will receive <a href="../enums/constants.RoomEvent.html#REMOVE_TRACKS" class="tsd-kind-enum-member">RoomEvent.REMOVE_TRACKS</a> with <a href="../types/constants.AddRemoveTracks.html" class="tsd-kind-type-alias">AddRemoveTracks</a></p>
|
|
171
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:231</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="updateName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>update<wbr/>Name</span><a href="#updateName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="updateName.updateName-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">update<wbr/>Name</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">name</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#updateName.updateName-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#updateName">updateName</a></p><ul><li>Defined in room.ts:713</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="updateState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>update<wbr/>State</span><a href="#updateState" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="updateState.updateState-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">update<wbr/>State</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#updateState.updateState-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Used for SDP exchange</p>
|
|
172
|
+
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></span><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#updateState">updateState</a></p><ul><li>Defined in room.ts:413</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="userId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>user<wbr/>Id</span><a href="#userId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="userId.userId-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">user<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#userId.userId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#userId">userId</a></p><ul><li>Defined in room.ts:721</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="waitingRoomEnabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>waiting<wbr/>Room<wbr/>Enabled</span><a href="#waitingRoomEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="waitingRoomEnabled.waitingRoomEnabled-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">waiting<wbr/>Room<wbr/>Enabled</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#waitingRoomEnabled.waitingRoomEnabled-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:59</li></ul></aside></li></ul></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a><a href="#__conferenceType" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>conference<wbr/>Type</span></a><a href="#__creationTime" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>creation<wbr/>Time</span></a><a href="#__pc" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>pc</span></a><a href="#__role" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>role</span></a><a href="#__state" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>state</span></a><a href="#_config" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#config</span></a><a href="#_dChannel" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#d<wbr/>Channel</span></a><a href="#_incomingMessageQueue" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#incoming<wbr/>Message<wbr/>Queue</span></a><a href="#_inviteId" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#invite<wbr/>Id</span></a><a href="#_owner" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#owner</span></a><a href="#_vacantTransceivers" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#vacant<wbr/>Transceivers</span></a><a href="#_waitingRoomEnabled" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#waiting<wbr/>Room<wbr/>Enabled</span></a><a href="#_wrappedDataChannel" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#wrapped<wbr/>Data<wbr/>Channel</span></a><a href="#_crutch" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_crutch</span></a><a href="#_id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a><a href="#_name" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_name</span></a><a href="#_nickname" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_nickname</span></a><a href="#_pin" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_pin</span></a><a href="#_uid" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_uid</span></a><a href="#_userId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_user<wbr/>Id</span></a><a href="#connection" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>connection</span></a><a href="#logger" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>logger</span></a><a href="#notifier" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notifier</span></a><a href="#stats" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stats</span></a><a href="#_applyContentTypeConfig" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#apply<wbr/>Content<wbr/>Type<wbr/>Config</span></a><a href="#_dChannelSend" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#d<wbr/>Channel<wbr/>Send</span></a><a href="#_emmitAction" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#emmit<wbr/>Action</span></a><a href="#_resolveOrNotify" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#resolve<wbr/>Or<wbr/>Notify</span></a><a href="#_setRemoteDescription" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#set<wbr/>Remote<wbr/>Description</span></a><a href="#assignRole" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Role</span></a><a href="#authorizeWaitingList" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorize<wbr/>Waiting<wbr/>List</span></a><a href="#changeQuality" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>change<wbr/>Quality</span></a><a href="#conferenceType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>conference<wbr/>Type</span></a><a href="#config" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>config</span></a><a href="#configureWaitingRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>configure<wbr/>Waiting<wbr/>Room</span></a><a href="#createRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create<wbr/>Room</span></a><a href="#creationTime" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>creation<wbr/>Time</span></a><a href="#destroyRoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy<wbr/>Room</span></a><a href="#evictParticipant" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>evict<wbr/>Participant</span></a><a href="#getBitrateTest" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Bitrate<wbr/>Test</span></a><a href="#getRemoteTrack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Remote<wbr/>Track</span></a><a href="#getStats" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Stats</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>id</span></a><a href="#invite" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>invite</span></a><a href="#join" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>join</span></a><a href="#leaveRoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>leave<wbr/>Room</span></a><a href="#moveToWaitingRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>move<wbr/>To<wbr/>Waiting<wbr/>Room</span></a><a href="#muteTrack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>mute<wbr/>Track</span></a><a href="#name" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>name</span></a><a href="#nickname" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>nickname</span></a><a href="#off" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>off</span></a><a href="#on" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a><a href="#owner" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>owner</span></a><a href="#pc" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pc</span></a><a href="#pin" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pin</span></a><a href="#processEvent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>process<wbr/>Event</span></a><a href="#reclaimOwnerRights" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reclaim<wbr/>Owner<wbr/>Rights</span></a><a href="#renameParticipant" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rename<wbr/>Participant</span></a><a href="#role" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>role</span></a><a href="#sendControlMessage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Control<wbr/>Message</span></a><a href="#sendMessage" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Message</span></a><a href="#setAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Audio<wbr/>Muted</span></a><a href="#setCanChangeNickname" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Can<wbr/>Change<wbr/>Nickname</span></a><a href="#setChatMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Chat<wbr/>Muted</span></a><a href="#setInitialAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span></a><a href="#setInitialScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setInitialVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span></a><a href="#setLock" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Lock</span></a><a href="#setParticipantAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span></a><a href="#setParticipantScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setParticipantVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span></a><a href="#setScreenSharingEveryoneCanDoSubsequentShare" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span></a><a href="#setScreenSharingEveryoneCanShare" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span></a><a href="#setScreenSharingMultipleShares" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span></a><a href="#setScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Muted</span></a><a href="#state" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>state</span></a><a href="#subscribeToWaitingParticipant" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>subscribe<wbr/>To<wbr/>Waiting<wbr/>Participant</span></a><a href="#turnOffParticipantScreenSharing" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>turn<wbr/>Off<wbr/>Participant<wbr/>Screen<wbr/>Sharing</span></a><a href="#unsubscribeFromWaitingParticipant" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>unsubscribe<wbr/>From<wbr/>Waiting<wbr/>Participant</span></a><a href="#updateName" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Name</span></a><a href="#updateState" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>State</span></a><a href="#userId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>user<wbr/>Id</span></a><a href="#waitingRoomEnabled" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>waiting<wbr/>Room<wbr/>Enabled</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@flashphoner/sfusdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|