@flashphoner/sfusdk 2.0.323 → 2.0.330
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/connection.d.ts +4 -2
- package/dist/sdk/connection.js.map +1 -1
- package/dist/sdk/constants.d.ts +3 -1
- package/dist/sdk/constants.js +1 -0
- package/dist/sdk/constants.js.map +1 -1
- package/dist/sdk/metrics/batch.d.ts +44 -0
- package/dist/sdk/metrics/batch.js +81 -0
- package/dist/sdk/metrics/batch.js.map +1 -0
- package/dist/sdk/metrics/collector.d.ts +121 -0
- package/dist/sdk/metrics/collector.js +332 -0
- package/dist/sdk/metrics/collector.js.map +1 -0
- package/dist/sdk/metrics/compressor.d.ts +36 -0
- package/dist/sdk/metrics/compressor.js +40 -0
- package/dist/sdk/metrics/compressor.js.map +1 -0
- package/dist/sdk/metrics/constants.d.ts +97 -0
- package/dist/sdk/metrics/constants.js +54 -0
- package/dist/sdk/metrics/constants.js.map +1 -0
- package/dist/sdk/metrics/filter.d.ts +46 -0
- package/dist/sdk/metrics/filter.js +51 -0
- package/dist/sdk/metrics/filter.js.map +1 -0
- package/dist/sdk/metrics/message.d.ts +23 -0
- package/dist/sdk/metrics/message.js +12 -0
- package/dist/sdk/metrics/message.js.map +1 -0
- package/dist/sdk/metrics/sender.d.ts +37 -0
- package/dist/sdk/metrics/sender.js +82 -0
- package/dist/sdk/metrics/sender.js.map +1 -0
- package/dist/sdk/room.d.ts +5 -2
- package/dist/sdk/room.js +27 -3
- package/dist/sdk/room.js.map +1 -1
- package/dist/sdk/sfu.js +7 -5
- package/dist/sdk/sfu.js.map +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/connection.Connection.html +2 -2
- package/docs/classes/room.Room.html +13 -10
- package/docs/classes/room_extended.RoomExtended.html +16 -13
- package/docs/classes/sfu.Sfu.html +3 -2
- package/docs/enums/constants.AttachmentState.html +2 -2
- package/docs/enums/constants.AttachmentType.html +2 -2
- package/docs/enums/constants.AuthenticationStatus.html +2 -2
- package/docs/enums/constants.ChannelSendPolicy.html +2 -2
- package/docs/enums/constants.ChatError.html +2 -2
- package/docs/enums/constants.ChatReceivePolicy.html +2 -2
- package/docs/enums/constants.ChatSectionsError.html +2 -2
- package/docs/enums/constants.ChatType.html +2 -2
- package/docs/enums/constants.ConferenceType.html +2 -2
- package/docs/enums/constants.ConnectionError.html +2 -2
- package/docs/enums/constants.ConnectionType.html +2 -2
- package/docs/enums/constants.ContactError.html +2 -2
- package/docs/enums/constants.DeliveryStatus.html +2 -2
- package/docs/enums/constants.ExamplesError.html +2 -2
- package/docs/enums/constants.ExamplesEvent.html +2 -2
- package/docs/enums/constants.InternalApi.html +2 -2
- package/docs/enums/constants.MeetingSyncEvent.html +11 -11
- package/docs/enums/constants.MessageAttachmentMediaType.html +2 -2
- package/docs/enums/constants.MessageAttachmentType.html +2 -2
- package/docs/enums/constants.MessageState.html +2 -2
- package/docs/enums/constants.MessageTargetEntityType.html +2 -2
- package/docs/enums/constants.MessageType.html +2 -2
- package/docs/enums/constants.NotificationMode.html +2 -2
- package/docs/enums/constants.Operations.html +2 -2
- package/docs/enums/constants.ParticipantRole.html +2 -2
- package/docs/enums/constants.PresenceStatus.html +2 -2
- package/docs/enums/constants.RemoteSdpType.html +2 -2
- package/docs/enums/constants.RoomError.html +2 -2
- package/docs/enums/constants.RoomEvent.html +2 -1
- package/docs/enums/constants.RoomState.html +2 -2
- package/docs/enums/constants.SortOrder.html +2 -2
- package/docs/enums/constants.SpaceError.html +2 -2
- package/docs/enums/constants.SpaceEvent.html +38 -38
- package/docs/enums/constants.State.html +2 -2
- package/docs/enums/constants.StatsType.html +2 -2
- package/docs/enums/constants.TrackType.html +2 -2
- package/docs/enums/constants.TransportType.html +2 -2
- package/docs/enums/constants.UserInfoError.html +2 -2
- package/docs/enums/constants.UserManagementError.html +2 -2
- package/docs/interfaces/room.RemoteTrack.html +2 -2
- package/docs/modules/connection.html +1 -0
- package/docs/types/connection.InitialUserData.html +1 -0
- package/docs/types/constants.AddRemoveTracks.html +1 -1
- package/docs/types/constants.AddRemoveTracksSync.html +1 -1
- package/docs/types/constants.AddedMembersToThread.html +1 -1
- package/docs/types/constants.AddedRemovedReactionOnMessage.html +1 -1
- package/docs/types/constants.AddedRoleToMember.html +1 -1
- package/docs/types/constants.Attachment.html +1 -1
- package/docs/types/constants.AttachmentInfo.html +1 -1
- package/docs/types/constants.AttachmentListItem.html +1 -1
- package/docs/types/constants.AttachmentListResult.html +1 -1
- package/docs/types/constants.AttachmentRequest.html +1 -1
- package/docs/types/constants.AttachmentRequestAck.html +1 -1
- package/docs/types/constants.AttachmentSizeInfo.html +1 -1
- package/docs/types/constants.AttachmentStatus.html +1 -1
- package/docs/types/constants.AttachmentStatusEvent.html +1 -1
- package/docs/types/constants.AuthenticationStatusEvent.html +1 -1
- package/docs/types/constants.BannedContact.html +1 -1
- package/docs/types/constants.BitrateTestStatus.html +1 -1
- package/docs/types/constants.BooleanEvent.html +1 -1
- package/docs/types/constants.Calendar.html +1 -1
- package/docs/types/constants.CalendarEvent.html +1 -1
- package/docs/types/constants.CalendarEventEvent.html +1 -1
- package/docs/types/constants.ChannelMuted.html +1 -1
- package/docs/types/constants.ChannelNotificationSettingsUpdated.html +1 -1
- package/docs/types/constants.ChannelUnmuted.html +1 -1
- package/docs/types/constants.Chat.html +1 -1
- package/docs/types/constants.ChatIconUpdated.html +1 -1
- package/docs/types/constants.ChatLoadedEvent.html +1 -1
- package/docs/types/constants.ChatMap.html +1 -1
- package/docs/types/constants.ChatMessagesCount.html +1 -1
- package/docs/types/constants.ChatMessagesEvent.html +1 -1
- package/docs/types/constants.ChatMuted.html +1 -1
- package/docs/types/constants.ChatNotificationSettingsUpdated.html +1 -1
- package/docs/types/constants.ChatSearchResultEvent.html +1 -1
- package/docs/types/constants.ChatUnmuted.html +1 -1
- package/docs/types/constants.ChatsEvent.html +1 -1
- package/docs/types/constants.ConnectionDetails.html +1 -1
- package/docs/types/constants.ConnectionFailedEvent.html +1 -1
- package/docs/types/constants.Contact.html +1 -1
- package/docs/types/constants.ContactDeleted.html +1 -1
- package/docs/types/constants.ContactPersonalSettings.html +1 -1
- package/docs/types/constants.ContactPersonalSettingsUpdated.html +1 -1
- package/docs/types/constants.ContactUpdated.html +1 -1
- package/docs/types/constants.ControlMessage.html +1 -1
- package/docs/types/constants.ControlMessageEvent.html +1 -1
- package/docs/types/constants.CreatedRoom.html +1 -1
- package/docs/types/constants.EvictedFromRoom.html +1 -1
- package/docs/types/constants.EvictedSync.html +1 -1
- package/docs/types/constants.ExamplesUser.html +1 -1
- package/docs/types/constants.ExamplesUserEvent.html +1 -1
- package/docs/types/constants.FirstAndLastChatMessage.html +1 -1
- package/docs/types/constants.ForcefullyLeftEvent.html +1 -1
- package/docs/types/constants.FragmentedMessage.html +1 -1
- package/docs/types/constants.FriendInvite.html +1 -1
- package/docs/types/constants.FriendInviteDeleted.html +1 -1
- package/docs/types/constants.InternalMessage.html +1 -1
- package/docs/types/constants.JoinedRoom.html +1 -1
- package/docs/types/constants.JoinedRoomSync.html +1 -1
- package/docs/types/constants.LastReadMessageUpdate.html +1 -1
- package/docs/types/constants.LastReadMessageUpdated.html +1 -1
- package/docs/types/constants.LeftMeetingSync.html +1 -1
- package/docs/types/constants.LeftRoom.html +1 -1
- package/docs/types/constants.LoadMessagesWithMentionsResult.html +1 -1
- package/docs/types/constants.MeetingAddedToHistory.html +1 -1
- package/docs/types/constants.MeetingEndedSync.html +1 -1
- package/docs/types/constants.MeetingHistoryItem.html +1 -1
- package/docs/types/constants.MeetingNameUpdatedSync.html +1 -1
- package/docs/types/constants.MeetingRecordDeleted.html +1 -1
- package/docs/types/constants.MeetingRemovedFromHistory.html +1 -1
- package/docs/types/constants.MeetingsHistoryEvent.html +1 -1
- package/docs/types/constants.MeetingsPreviewEvent.html +1 -1
- package/docs/types/constants.Message.html +1 -1
- package/docs/types/constants.MessageAttachment.html +1 -1
- package/docs/types/constants.MessageAttachmentData.html +1 -1
- package/docs/types/constants.MessageAttachmentsSearchResult.html +1 -1
- package/docs/types/constants.MessageDeleted.html +1 -1
- package/docs/types/constants.MessageDeliveryStatus.html +1 -1
- package/docs/types/constants.MessageEdited.html +1 -1
- package/docs/types/constants.MessageInfo.html +1 -1
- package/docs/types/constants.MessageReaction.html +1 -1
- package/docs/types/constants.MessageStatus.html +1 -1
- package/docs/types/constants.MessageStatusEvent.html +1 -1
- package/docs/types/constants.MessageStatusUpdate.html +1 -1
- package/docs/types/constants.MessageTargetEntityId.html +1 -1
- package/docs/types/constants.MessageWithUploadingAttachments.html +1 -1
- package/docs/types/constants.MuteSettings.html +1 -1
- package/docs/types/constants.NewChatEvent.html +1 -1
- package/docs/types/constants.NewContact.html +1 -1
- package/docs/types/constants.NewFriendInvite.html +1 -1
- package/docs/types/constants.NewMeeting.html +1 -1
- package/docs/types/constants.NewSpaceCategoryEvent.html +1 -1
- package/docs/types/constants.NewSpaceChannelEvent.html +1 -1
- package/docs/types/constants.NewSpaceEvent.html +1 -1
- package/docs/types/constants.NewSpaceRoleAdded.html +1 -1
- package/docs/types/constants.NewSpaceThreadEvent.html +1 -1
- package/docs/types/constants.OperationFailed.html +1 -1
- package/docs/types/constants.OperationFailedEvent.html +1 -1
- package/docs/types/constants.Participant.html +1 -1
- package/docs/types/constants.ParticipantAVSMutedEvent.html +1 -1
- package/docs/types/constants.ParticipantConfigEvent.html +1 -1
- package/docs/types/constants.ParticipantRenamed.html +1 -1
- package/docs/types/constants.ParticipantRenamedSyncEvent.html +1 -1
- package/docs/types/constants.ParticipantsListEvent.html +1 -1
- package/docs/types/constants.ParticipantsListSyncEvent.html +1 -1
- package/docs/types/constants.PlacedInLobbyEvent.html +1 -1
- package/docs/types/constants.PlacedInWaitingRoomEvent.html +1 -1
- package/docs/types/constants.PublicChannelsEvent.html +1 -1
- package/docs/types/constants.Quality.html +1 -1
- package/docs/types/constants.RecordInfo.html +1 -1
- package/docs/types/constants.RecorderConfig.html +1 -1
- package/docs/types/constants.RemoteSdp.html +1 -1
- package/docs/types/constants.RemoteSdpInfo.html +1 -1
- package/docs/types/constants.RemovedChatEvent.html +1 -1
- package/docs/types/constants.RemovedMemberFromThread.html +1 -1
- package/docs/types/constants.RemovedRoleFromMember.html +1 -1
- package/docs/types/constants.ResetPasswordRequestStatus.html +1 -1
- package/docs/types/constants.RoleAssigned.html +1 -1
- package/docs/types/constants.RolePermissionSectionsEvent.html +1 -1
- package/docs/types/constants.RolesListEvent.html +1 -1
- package/docs/types/constants.RoomAvailable.html +1 -1
- package/docs/types/constants.RoomConfigEvent.html +1 -1
- package/docs/types/constants.RoomExtendedConfig.html +1 -1
- package/docs/types/constants.RoomExtendedParticipantConfig.html +1 -1
- package/docs/types/constants.RoomExtendedParticipantsConfig.html +1 -1
- package/docs/types/constants.RoomExtendedScreenSharingConfig.html +1 -1
- package/docs/types/constants.RoomInfo.html +1 -1
- package/docs/types/constants.RoomMessage.html +1 -1
- package/docs/types/constants.RoomNameUpdated.html +1 -1
- package/docs/types/constants.RoomScreenSharingConfigEvent.html +1 -1
- package/docs/types/constants.SFUMeetingParticipantPreview.html +1 -1
- package/docs/types/constants.SFUMeetingPreview.html +1 -1
- package/docs/types/constants.SfuMessageEvent.html +1 -1
- package/docs/types/constants.SfuSpace.html +1 -1
- package/docs/types/constants.SfuSpaceCategory.html +1 -1
- package/docs/types/constants.SfuSpaceChannel.html +1 -1
- package/docs/types/constants.SfuSpaceChannelAccessRights.html +1 -1
- package/docs/types/constants.SfuSpaceInvite.html +1 -1
- package/docs/types/constants.SfuSpaceMember.html +1 -1
- package/docs/types/constants.SfuSpaceRole.html +1 -1
- package/docs/types/constants.SfuSpaceRolePermission.html +1 -1
- package/docs/types/constants.SfuSpaceRolePermissionSection.html +1 -1
- package/docs/types/constants.SfuSpaceThread.html +1 -1
- package/docs/types/constants.SfuSpaceUserBan.html +1 -1
- package/docs/types/constants.SignUpStatus.html +1 -1
- package/docs/types/constants.SpaceCategoryDeleted.html +1 -1
- package/docs/types/constants.SpaceCategoryUpdated.html +1 -1
- package/docs/types/constants.SpaceChannelDeleted.html +1 -1
- package/docs/types/constants.SpaceChannelMoved.html +1 -1
- package/docs/types/constants.SpaceChannelUpdated.html +1 -1
- package/docs/types/constants.SpaceCreatedEvent.html +1 -1
- package/docs/types/constants.SpaceDeletedEvent.html +1 -1
- package/docs/types/constants.SpaceInviteCreated.html +1 -1
- package/docs/types/constants.SpaceInviteRevoked.html +1 -1
- package/docs/types/constants.SpaceMuted.html +1 -1
- package/docs/types/constants.SpaceNotificationSettingsUpdated.html +1 -1
- package/docs/types/constants.SpaceOverviewUpdated.html +1 -1
- package/docs/types/constants.SpaceRoleDeleted.html +1 -1
- package/docs/types/constants.SpaceRoleUpdated.html +1 -1
- package/docs/types/constants.SpaceThreadDeleted.html +1 -1
- package/docs/types/constants.SpaceThreadUpdated.html +1 -1
- package/docs/types/constants.SpaceUnmuted.html +1 -1
- package/docs/types/constants.StopScreenSharingEvent.html +1 -1
- package/docs/types/constants.StopTrackEvent.html +1 -1
- package/docs/types/constants.SystemConfig.html +1 -1
- package/docs/types/constants.SystemConfigEvent.html +1 -1
- package/docs/types/constants.ThreadMuted.html +1 -1
- package/docs/types/constants.ThreadNotificationSettingsUpdated.html +1 -1
- package/docs/types/constants.ThreadUnmuted.html +1 -1
- package/docs/types/constants.TracksQualityState.html +1 -1
- package/docs/types/constants.UnreadMessagesCountEvent.html +1 -1
- package/docs/types/constants.UnreadMessagesCountUpdate.html +1 -1
- package/docs/types/constants.UpdateChatEvent.html +1 -1
- package/docs/types/constants.UpdateMessagesDeliveryStatusEvent.html +1 -1
- package/docs/types/constants.UploadIconEvent.html +1 -1
- package/docs/types/constants.UploadingAttachmentInfo.html +1 -1
- package/docs/types/constants.UserCalendarEvent.html +1 -1
- package/docs/types/constants.UserChatEncryptedPassword.html +1 -1
- package/docs/types/constants.UserContacts.html +1 -1
- package/docs/types/constants.UserContactsEvent.html +1 -1
- package/docs/types/constants.UserEmail.html +1 -1
- package/docs/types/constants.UserEncryptionInfo.html +1 -1
- package/docs/types/constants.UserEncryptionInfoEvent.html +1 -1
- package/docs/types/constants.UserHostKey.html +1 -1
- package/docs/types/constants.UserHostKeyChangedEvent.html +1 -1
- package/docs/types/constants.UserId.html +1 -1
- package/docs/types/constants.UserInfo.html +1 -1
- package/docs/types/constants.UserInfoChangedEvent.html +1 -1
- package/docs/types/constants.UserInfoEvent.html +1 -1
- package/docs/types/constants.UserJoinedToSpaceEvent.html +1 -1
- package/docs/types/constants.UserLeftSpace.html +1 -1
- package/docs/types/constants.UserNickname.html +1 -1
- package/docs/types/constants.UserNicknameChangedEvent.html +1 -1
- package/docs/types/constants.UserPassword.html +1 -1
- package/docs/types/constants.UserPhoneNumber.html +1 -1
- package/docs/types/constants.UserPhoneNumberChangedEvent.html +1 -1
- package/docs/types/constants.UserPmiSettings.html +1 -1
- package/docs/types/constants.UserPresenceStatusUpdated.html +1 -1
- package/docs/types/constants.UserRoomsEvent.html +1 -1
- package/docs/types/constants.UserSpaceNicknameUpdated.html +1 -1
- package/docs/types/constants.UserSpacesEvent.html +1 -1
- package/docs/types/constants.UserSpecificChatInfo.html +1 -1
- package/docs/types/constants.UserTimezone.html +1 -1
- package/docs/types/constants.UserTimezoneChangedEvent.html +1 -1
- package/docs/types/constants.WaitingListEvent.html +1 -1
- package/docs/types/constants.WaitingParticipant.html +1 -1
- package/docs/types/constants.WaitingRoomUpdate.html +1 -1
- package/docs/variables/constants.ATTACHMENT_CHUNK_SIZE.html +1 -1
- package/docs/variables/constants.ATTACHMENT_ID_LENGTH.html +1 -1
- package/docs/variables/constants.WS_CONNECTION_TIMEOUT.html +1 -1
- package/docs/variables/constants.WS_PINGS_MISSING_THRESHOLD.html +1 -1
- package/docs/variables/constants.WS_PING_INTERVAL_MS.html +1 -1
- package/package.json +7 -4
|
@@ -3,6 +3,7 @@
|
|
|
3
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
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
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#__statCollector" 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/>stat<wbr/>Collector</span></a>
|
|
6
7
|
<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
8
|
<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
9
|
<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>
|
|
@@ -14,11 +15,13 @@
|
|
|
14
15
|
<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
16
|
<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
17
|
<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>
|
|
18
|
+
<a href="room_extended.RoomExtended.html#_mediaSessionId" 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>_media<wbr/>Session<wbr/>Id</span></a>
|
|
17
19
|
<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
20
|
<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
21
|
<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
22
|
<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
23
|
<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>
|
|
24
|
+
<a href="room_extended.RoomExtended.html#_webRTCMetricsServerDescription" 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>_webRTCMetrics<wbr/>Server<wbr/>Description</span></a>
|
|
22
25
|
<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
26
|
<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
27
|
<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>
|
|
@@ -85,7 +88,7 @@
|
|
|
85
88
|
<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>
|
|
86
89
|
<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>
|
|
87
90
|
<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>
|
|
88
|
-
</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:64</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:53</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:49</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:48</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:62</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:59</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:50</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:72</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:63</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:67</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:54</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:55</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:58</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:57</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:66</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:56</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:52</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:65</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:51</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:71</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:98</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:93</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:595</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:589</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:116</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>
|
|
91
|
+
</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:70</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:59</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:55</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__statCollector" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>stat<wbr/>Collector</span><a href="#__statCollector" 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/>stat<wbr/>Collector</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCMetricsCollector</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__statCollector">#_statCollector</a></p><ul><li>Defined in room.ts:53</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:54</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:68</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:65</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:56</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:78</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:69</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:73</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:60</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_mediaSessionId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_media<wbr/>Session<wbr/>Id</span><a href="#_mediaSessionId" 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">_media<wbr/>Session<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#_mediaSessionId">_mediaSessionId</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:61</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:64</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:63</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:72</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:62</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_webRTCMetricsServerDescription" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_webRTCMetrics<wbr/>Server<wbr/>Description</span><a href="#_webRTCMetricsServerDescription" 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">_webRTCMetrics<wbr/>Server<wbr/>Description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCMetricsServerDescription</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_webRTCMetricsServerDescription">_webRTCMetricsServerDescription</a></p><ul><li>Defined in room.ts:51</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:58</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:71</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:57</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:77</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:105</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:100</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:595</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:589</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:123</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>
|
|
89
92
|
<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>
|
|
90
93
|
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROLE_ASSIGNED" class="tsd-kind-enum-member">RoomEvent.ROLE_ASSIGNED</a> with RoleAssigned</p>
|
|
91
94
|
<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.
|
|
@@ -95,39 +98,39 @@ The previous owner will receive <a href="../enums/constants.RoomEvent.html#PARTI
|
|
|
95
98
|
<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.
|
|
96
99
|
If authorized = false - user will receive error RoomError.AUTHORIZATION_FAILED</p>
|
|
97
100
|
</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>
|
|
98
|
-
</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:
|
|
101
|
+
</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:682</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:585</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>
|
|
99
102
|
<p>Waiting room configuration, on/off switch for now</p>
|
|
100
103
|
<p>Waiting room must be empty</p>
|
|
101
104
|
</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>
|
|
102
|
-
</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:
|
|
105
|
+
</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:780</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>
|
|
103
106
|
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ENDED" class="tsd-kind-enum-member">RoomEvent.ENDED</a>.
|
|
104
107
|
<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>
|
|
105
|
-
</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:
|
|
108
|
+
</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:491</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>
|
|
106
109
|
<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>
|
|
107
|
-
</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:
|
|
110
|
+
</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:620</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:508</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:788</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:784</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:740</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:772</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-kind-parameter">transportType</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>
|
|
108
111
|
</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>
|
|
109
112
|
</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>
|
|
110
113
|
</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>
|
|
111
114
|
</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>
|
|
112
115
|
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">transportType</span>: <a href="../enums/constants.TransportType.html" class="tsd-signature-type tsd-kind-enum">TransportType</a></span><div class="tsd-comment tsd-typography"><p>Ice transport protocol. "UDP"/"TCP".</p>
|
|
113
|
-
</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:
|
|
116
|
+
</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:349</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>
|
|
114
117
|
<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>.
|
|
115
118
|
<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>
|
|
116
|
-
</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:
|
|
119
|
+
</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:590</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>
|
|
117
120
|
<p>User will receive <a href="../enums/constants.RoomEvent.html#DETACHED" class="tsd-kind-enum-member">RoomEvent.DETACHED</a>.
|
|
118
121
|
Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT" class="tsd-kind-enum-member">RoomEvent.LEFT</a> with LeftRoom</p>
|
|
119
122
|
<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>
|
|
120
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></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>
|
|
121
124
|
<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>
|
|
122
|
-
</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:678</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:724</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:736</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:711</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:706</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:581</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:740</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:732</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:474</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>
|
|
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">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:702</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:748</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:760</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:735</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:730</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:581</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:764</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:756</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:474</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>
|
|
123
126
|
<p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROLE_ASSIGNED" class="tsd-kind-enum-member">RoomEvent.ROLE_ASSIGNED</a> with RoleAssigned</p>
|
|
124
127
|
</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>
|
|
125
128
|
<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>
|
|
126
|
-
</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:
|
|
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">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:638</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:768</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>
|
|
127
130
|
<p>Recipients will receive <a href="../enums/constants.RoomEvent.html#CONTROL_MESSAGE" class="tsd-kind-enum-member">RoomEvent.CONTROL_MESSAGE</a> with ControlMessageEvent</p>
|
|
128
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">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>
|
|
129
132
|
</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>
|
|
130
|
-
</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:
|
|
133
|
+
</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:652</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>
|
|
131
134
|
<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>
|
|
132
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: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>
|
|
133
136
|
<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>
|
|
@@ -164,12 +167,12 @@ Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT"
|
|
|
164
167
|
<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>
|
|
165
168
|
</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>
|
|
166
169
|
<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>
|
|
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">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"><a id="startRecord" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Record</span><a href="#startRecord" 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="startRecord.startRecord-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">start<wbr/>Record</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="#startRecord.startRecord-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><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:450</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:
|
|
170
|
+
</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"><a id="startRecord" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Record</span><a href="#startRecord" 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="startRecord.startRecord-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">start<wbr/>Record</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="#startRecord.startRecord-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><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:450</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:776</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="stopRecord" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stop<wbr/>Record</span><a href="#stopRecord" 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="stopRecord.stopRecord-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">stop<wbr/>Record</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="#stopRecord.stopRecord-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><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:462</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>
|
|
168
171
|
<p>Used to check waiting participant's tracks.</p>
|
|
169
172
|
<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>
|
|
170
173
|
</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>
|
|
171
174
|
<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>
|
|
172
175
|
</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>
|
|
173
176
|
<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>
|
|
174
|
-
</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:
|
|
175
|
-
</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:420</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:728</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="#startRecord" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>start<wbr/>Record</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="#stopRecord" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>stop<wbr/>Record</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>
|
|
177
|
+
</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:744</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>
|
|
178
|
+
</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:444</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:752</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="#__statCollector" 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/>stat<wbr/>Collector</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="#_mediaSessionId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_media<wbr/>Session<wbr/>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="#_webRTCMetricsServerDescription" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_webRTCMetrics<wbr/>Server<wbr/>Description</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="#startRecord" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>start<wbr/>Record</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="#stopRecord" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>stop<wbr/>Record</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>
|