@flashphoner/sfusdk 2.0.324 → 2.0.331

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.
Files changed (284) hide show
  1. package/dist/client.version +1 -1
  2. package/dist/sdk/connection.d.ts +7 -3
  3. package/dist/sdk/connection.js +23 -0
  4. package/dist/sdk/connection.js.map +1 -1
  5. package/dist/sdk/constants.d.ts +15 -2
  6. package/dist/sdk/constants.js +3 -0
  7. package/dist/sdk/constants.js.map +1 -1
  8. package/dist/sdk/room-extended.d.ts +2 -1
  9. package/dist/sdk/room-extended.js +2 -2
  10. package/dist/sdk/room-extended.js.map +1 -1
  11. package/dist/sdk/room.d.ts +6 -3
  12. package/dist/sdk/room.js +47 -4
  13. package/dist/sdk/room.js.map +1 -1
  14. package/dist/sdk/sfu-extended.d.ts +2 -0
  15. package/dist/sdk/sfu-extended.js +5 -4
  16. package/dist/sdk/sfu-extended.js.map +1 -1
  17. package/dist/sdk/sfu.js +13 -5
  18. package/dist/sdk/sfu.js.map +1 -1
  19. package/docs/assets/navigation.js +1 -1
  20. package/docs/assets/search.js +1 -1
  21. package/docs/classes/connection.Connection.html +4 -2
  22. package/docs/classes/room.Room.html +14 -10
  23. package/docs/classes/room_extended.RoomExtended.html +38 -34
  24. package/docs/classes/sfu.Sfu.html +3 -2
  25. package/docs/classes/sfu_extended.SfuExtended.html +104 -104
  26. package/docs/enums/constants.AttachmentState.html +2 -2
  27. package/docs/enums/constants.AttachmentType.html +2 -2
  28. package/docs/enums/constants.AuthenticationStatus.html +2 -2
  29. package/docs/enums/constants.ChannelSendPolicy.html +2 -2
  30. package/docs/enums/constants.ChatError.html +2 -2
  31. package/docs/enums/constants.ChatReceivePolicy.html +2 -2
  32. package/docs/enums/constants.ChatSectionsError.html +2 -2
  33. package/docs/enums/constants.ChatType.html +2 -2
  34. package/docs/enums/constants.ConferenceType.html +2 -2
  35. package/docs/enums/constants.ConnectionError.html +2 -2
  36. package/docs/enums/constants.ConnectionType.html +2 -2
  37. package/docs/enums/constants.ContactError.html +2 -2
  38. package/docs/enums/constants.DeliveryStatus.html +2 -2
  39. package/docs/enums/constants.ExamplesError.html +2 -2
  40. package/docs/enums/constants.ExamplesEvent.html +2 -2
  41. package/docs/enums/constants.InternalApi.html +3 -2
  42. package/docs/enums/constants.MeetingSyncEvent.html +11 -11
  43. package/docs/enums/constants.MessageAttachmentMediaType.html +2 -2
  44. package/docs/enums/constants.MessageAttachmentType.html +2 -2
  45. package/docs/enums/constants.MessageState.html +2 -2
  46. package/docs/enums/constants.MessageTargetEntityType.html +2 -2
  47. package/docs/enums/constants.MessageType.html +2 -2
  48. package/docs/enums/constants.NotificationMode.html +2 -2
  49. package/docs/enums/constants.Operations.html +2 -2
  50. package/docs/enums/constants.ParticipantRole.html +2 -2
  51. package/docs/enums/constants.PresenceStatus.html +2 -2
  52. package/docs/enums/constants.RemoteSdpType.html +2 -2
  53. package/docs/enums/constants.RoomError.html +2 -2
  54. package/docs/enums/constants.RoomEvent.html +45 -43
  55. package/docs/enums/constants.RoomState.html +2 -2
  56. package/docs/enums/constants.SfuEvent.html +64 -64
  57. package/docs/enums/constants.SortOrder.html +2 -2
  58. package/docs/enums/constants.SpaceError.html +2 -2
  59. package/docs/enums/constants.SpaceEvent.html +38 -38
  60. package/docs/enums/constants.State.html +2 -2
  61. package/docs/enums/constants.StatsType.html +2 -2
  62. package/docs/enums/constants.TrackType.html +2 -2
  63. package/docs/enums/constants.TransportType.html +2 -2
  64. package/docs/enums/constants.UserInfoError.html +2 -2
  65. package/docs/enums/constants.UserManagementError.html +2 -2
  66. package/docs/interfaces/room.RemoteTrack.html +2 -2
  67. package/docs/modules/connection.html +1 -0
  68. package/docs/modules/constants.html +2 -0
  69. package/docs/types/connection.InitialUserData.html +1 -0
  70. package/docs/types/constants.AddRemoveTracks.html +1 -1
  71. package/docs/types/constants.AddRemoveTracksSync.html +1 -1
  72. package/docs/types/constants.AddedMembersToThread.html +1 -1
  73. package/docs/types/constants.AddedRemovedReactionOnMessage.html +1 -1
  74. package/docs/types/constants.AddedRoleToMember.html +1 -1
  75. package/docs/types/constants.Attachment.html +1 -1
  76. package/docs/types/constants.AttachmentInfo.html +1 -1
  77. package/docs/types/constants.AttachmentListItem.html +1 -1
  78. package/docs/types/constants.AttachmentListResult.html +1 -1
  79. package/docs/types/constants.AttachmentRequest.html +1 -1
  80. package/docs/types/constants.AttachmentRequestAck.html +1 -1
  81. package/docs/types/constants.AttachmentSizeInfo.html +1 -1
  82. package/docs/types/constants.AttachmentStatus.html +1 -1
  83. package/docs/types/constants.AttachmentStatusEvent.html +1 -1
  84. package/docs/types/constants.AuthenticationStatusEvent.html +1 -1
  85. package/docs/types/constants.BannedContact.html +1 -1
  86. package/docs/types/constants.BitrateTestStatus.html +1 -1
  87. package/docs/types/constants.BooleanEvent.html +1 -1
  88. package/docs/types/constants.Calendar.html +1 -1
  89. package/docs/types/constants.CalendarEvent.html +1 -1
  90. package/docs/types/constants.CalendarEventEvent.html +1 -1
  91. package/docs/types/constants.ChannelMuted.html +1 -1
  92. package/docs/types/constants.ChannelNotificationSettingsUpdated.html +1 -1
  93. package/docs/types/constants.ChannelUnmuted.html +1 -1
  94. package/docs/types/constants.Chat.html +1 -1
  95. package/docs/types/constants.ChatIconUpdated.html +1 -1
  96. package/docs/types/constants.ChatLoadedEvent.html +1 -1
  97. package/docs/types/constants.ChatMap.html +1 -1
  98. package/docs/types/constants.ChatMessagesCount.html +1 -1
  99. package/docs/types/constants.ChatMessagesEvent.html +1 -1
  100. package/docs/types/constants.ChatMuted.html +1 -1
  101. package/docs/types/constants.ChatNotificationSettingsUpdated.html +1 -1
  102. package/docs/types/constants.ChatSearchResultEvent.html +1 -1
  103. package/docs/types/constants.ChatUnmuted.html +1 -1
  104. package/docs/types/constants.ChatsEvent.html +1 -1
  105. package/docs/types/constants.ConnectionDetails.html +1 -1
  106. package/docs/types/constants.ConnectionFailedEvent.html +1 -1
  107. package/docs/types/constants.Contact.html +1 -1
  108. package/docs/types/constants.ContactDeleted.html +1 -1
  109. package/docs/types/constants.ContactPersonalSettings.html +1 -1
  110. package/docs/types/constants.ContactPersonalSettingsUpdated.html +1 -1
  111. package/docs/types/constants.ContactUpdated.html +1 -1
  112. package/docs/types/constants.ControlMessage.html +1 -1
  113. package/docs/types/constants.ControlMessageEvent.html +1 -1
  114. package/docs/types/constants.CreatedRoom.html +1 -1
  115. package/docs/types/constants.EvictedFromRoom.html +1 -1
  116. package/docs/types/constants.EvictedSync.html +1 -1
  117. package/docs/types/constants.ExamplesUser.html +1 -1
  118. package/docs/types/constants.ExamplesUserEvent.html +1 -1
  119. package/docs/types/constants.FirstAndLastChatMessage.html +1 -1
  120. package/docs/types/constants.ForcefullyLeftEvent.html +1 -1
  121. package/docs/types/constants.FragmentedMessage.html +1 -1
  122. package/docs/types/constants.FriendInvite.html +1 -1
  123. package/docs/types/constants.FriendInviteDeleted.html +1 -1
  124. package/docs/types/constants.InternalMessage.html +1 -1
  125. package/docs/types/constants.JoinedRoom.html +1 -1
  126. package/docs/types/constants.JoinedRoomSync.html +1 -1
  127. package/docs/types/constants.LastReadMessageUpdate.html +1 -1
  128. package/docs/types/constants.LastReadMessageUpdated.html +1 -1
  129. package/docs/types/constants.LeftMeetingSync.html +1 -1
  130. package/docs/types/constants.LeftRoom.html +1 -1
  131. package/docs/types/constants.LoadMessagesWithMentionsResult.html +1 -1
  132. package/docs/types/constants.MeetingAddedToHistory.html +1 -1
  133. package/docs/types/constants.MeetingEndedSync.html +1 -1
  134. package/docs/types/constants.MeetingHistoryItem.html +1 -1
  135. package/docs/types/constants.MeetingNameUpdatedSync.html +1 -1
  136. package/docs/types/constants.MeetingRecordDeleted.html +1 -1
  137. package/docs/types/constants.MeetingRemovedFromHistory.html +1 -1
  138. package/docs/types/constants.MeetingsHistoryEvent.html +1 -1
  139. package/docs/types/constants.MeetingsPreviewEvent.html +1 -1
  140. package/docs/types/constants.Message.html +1 -1
  141. package/docs/types/constants.MessageAttachment.html +1 -1
  142. package/docs/types/constants.MessageAttachmentData.html +1 -1
  143. package/docs/types/constants.MessageAttachmentsSearchResult.html +1 -1
  144. package/docs/types/constants.MessageDeleted.html +1 -1
  145. package/docs/types/constants.MessageDeliveryStatus.html +1 -1
  146. package/docs/types/constants.MessageEdited.html +1 -1
  147. package/docs/types/constants.MessageInfo.html +1 -1
  148. package/docs/types/constants.MessageReaction.html +1 -1
  149. package/docs/types/constants.MessageStatus.html +1 -1
  150. package/docs/types/constants.MessageStatusEvent.html +1 -1
  151. package/docs/types/constants.MessageStatusUpdate.html +1 -1
  152. package/docs/types/constants.MessageTargetEntityId.html +1 -1
  153. package/docs/types/constants.MessageWithUploadingAttachments.html +1 -1
  154. package/docs/types/constants.MuteSettings.html +1 -1
  155. package/docs/types/constants.NewChatEvent.html +1 -1
  156. package/docs/types/constants.NewContact.html +1 -1
  157. package/docs/types/constants.NewFriendInvite.html +1 -1
  158. package/docs/types/constants.NewMeeting.html +1 -1
  159. package/docs/types/constants.NewSpaceCategoryEvent.html +1 -1
  160. package/docs/types/constants.NewSpaceChannelEvent.html +1 -1
  161. package/docs/types/constants.NewSpaceEvent.html +1 -1
  162. package/docs/types/constants.NewSpaceRoleAdded.html +1 -1
  163. package/docs/types/constants.NewSpaceThreadEvent.html +1 -1
  164. package/docs/types/constants.OperationFailed.html +1 -1
  165. package/docs/types/constants.OperationFailedEvent.html +1 -1
  166. package/docs/types/constants.Participant.html +1 -1
  167. package/docs/types/constants.ParticipantAVSMutedEvent.html +1 -1
  168. package/docs/types/constants.ParticipantConfigEvent.html +1 -1
  169. package/docs/types/constants.ParticipantRenamed.html +1 -1
  170. package/docs/types/constants.ParticipantRenamedSyncEvent.html +1 -1
  171. package/docs/types/constants.ParticipantsListEvent.html +1 -1
  172. package/docs/types/constants.ParticipantsListSyncEvent.html +1 -1
  173. package/docs/types/constants.PlacedInLobbyEvent.html +1 -1
  174. package/docs/types/constants.PlacedInWaitingRoomEvent.html +1 -1
  175. package/docs/types/constants.PublicChannelsEvent.html +1 -1
  176. package/docs/types/constants.Quality.html +1 -1
  177. package/docs/types/constants.RTCMetricsDescriptionUpdate.html +1 -0
  178. package/docs/types/constants.RTCMetricsTokenRefresh.html +1 -0
  179. package/docs/types/constants.RecordInfo.html +1 -1
  180. package/docs/types/constants.RecorderConfig.html +1 -1
  181. package/docs/types/constants.RemoteSdp.html +1 -1
  182. package/docs/types/constants.RemoteSdpInfo.html +1 -1
  183. package/docs/types/constants.RemovedChatEvent.html +1 -1
  184. package/docs/types/constants.RemovedMemberFromThread.html +1 -1
  185. package/docs/types/constants.RemovedRoleFromMember.html +1 -1
  186. package/docs/types/constants.ResetPasswordRequestStatus.html +1 -1
  187. package/docs/types/constants.RoleAssigned.html +1 -1
  188. package/docs/types/constants.RolePermissionSectionsEvent.html +1 -1
  189. package/docs/types/constants.RolesListEvent.html +1 -1
  190. package/docs/types/constants.RoomAvailable.html +1 -1
  191. package/docs/types/constants.RoomConfigEvent.html +1 -1
  192. package/docs/types/constants.RoomExtendedConfig.html +1 -1
  193. package/docs/types/constants.RoomExtendedParticipantConfig.html +1 -1
  194. package/docs/types/constants.RoomExtendedParticipantsConfig.html +1 -1
  195. package/docs/types/constants.RoomExtendedScreenSharingConfig.html +1 -1
  196. package/docs/types/constants.RoomInfo.html +1 -1
  197. package/docs/types/constants.RoomMessage.html +1 -1
  198. package/docs/types/constants.RoomNameUpdated.html +1 -1
  199. package/docs/types/constants.RoomScreenSharingConfigEvent.html +1 -1
  200. package/docs/types/constants.SFUMeetingParticipantPreview.html +1 -1
  201. package/docs/types/constants.SFUMeetingPreview.html +1 -1
  202. package/docs/types/constants.SfuMessageEvent.html +1 -1
  203. package/docs/types/constants.SfuSpace.html +1 -1
  204. package/docs/types/constants.SfuSpaceCategory.html +1 -1
  205. package/docs/types/constants.SfuSpaceChannel.html +1 -1
  206. package/docs/types/constants.SfuSpaceChannelAccessRights.html +1 -1
  207. package/docs/types/constants.SfuSpaceInvite.html +1 -1
  208. package/docs/types/constants.SfuSpaceMember.html +1 -1
  209. package/docs/types/constants.SfuSpaceRole.html +1 -1
  210. package/docs/types/constants.SfuSpaceRolePermission.html +1 -1
  211. package/docs/types/constants.SfuSpaceRolePermissionSection.html +1 -1
  212. package/docs/types/constants.SfuSpaceThread.html +1 -1
  213. package/docs/types/constants.SfuSpaceUserBan.html +1 -1
  214. package/docs/types/constants.SignUpStatus.html +1 -1
  215. package/docs/types/constants.SpaceCategoryDeleted.html +1 -1
  216. package/docs/types/constants.SpaceCategoryUpdated.html +1 -1
  217. package/docs/types/constants.SpaceChannelDeleted.html +1 -1
  218. package/docs/types/constants.SpaceChannelMoved.html +1 -1
  219. package/docs/types/constants.SpaceChannelUpdated.html +1 -1
  220. package/docs/types/constants.SpaceCreatedEvent.html +1 -1
  221. package/docs/types/constants.SpaceDeletedEvent.html +1 -1
  222. package/docs/types/constants.SpaceInviteCreated.html +1 -1
  223. package/docs/types/constants.SpaceInviteRevoked.html +1 -1
  224. package/docs/types/constants.SpaceMuted.html +1 -1
  225. package/docs/types/constants.SpaceNotificationSettingsUpdated.html +1 -1
  226. package/docs/types/constants.SpaceOverviewUpdated.html +1 -1
  227. package/docs/types/constants.SpaceRoleDeleted.html +1 -1
  228. package/docs/types/constants.SpaceRoleUpdated.html +1 -1
  229. package/docs/types/constants.SpaceThreadDeleted.html +1 -1
  230. package/docs/types/constants.SpaceThreadUpdated.html +1 -1
  231. package/docs/types/constants.SpaceUnmuted.html +1 -1
  232. package/docs/types/constants.StopScreenSharingEvent.html +1 -1
  233. package/docs/types/constants.StopTrackEvent.html +1 -1
  234. package/docs/types/constants.SystemConfig.html +1 -1
  235. package/docs/types/constants.SystemConfigEvent.html +1 -1
  236. package/docs/types/constants.ThreadMuted.html +1 -1
  237. package/docs/types/constants.ThreadNotificationSettingsUpdated.html +1 -1
  238. package/docs/types/constants.ThreadUnmuted.html +1 -1
  239. package/docs/types/constants.TracksQualityState.html +1 -1
  240. package/docs/types/constants.UnreadMessagesCountEvent.html +1 -1
  241. package/docs/types/constants.UnreadMessagesCountUpdate.html +1 -1
  242. package/docs/types/constants.UpdateChatEvent.html +1 -1
  243. package/docs/types/constants.UpdateMessagesDeliveryStatusEvent.html +1 -1
  244. package/docs/types/constants.UploadIconEvent.html +1 -1
  245. package/docs/types/constants.UploadingAttachmentInfo.html +1 -1
  246. package/docs/types/constants.UserCalendarEvent.html +1 -1
  247. package/docs/types/constants.UserChatEncryptedPassword.html +1 -1
  248. package/docs/types/constants.UserContacts.html +1 -1
  249. package/docs/types/constants.UserContactsEvent.html +1 -1
  250. package/docs/types/constants.UserEmail.html +1 -1
  251. package/docs/types/constants.UserEncryptionInfo.html +1 -1
  252. package/docs/types/constants.UserEncryptionInfoEvent.html +1 -1
  253. package/docs/types/constants.UserHostKey.html +1 -1
  254. package/docs/types/constants.UserHostKeyChangedEvent.html +1 -1
  255. package/docs/types/constants.UserId.html +1 -1
  256. package/docs/types/constants.UserInfo.html +1 -1
  257. package/docs/types/constants.UserInfoChangedEvent.html +1 -1
  258. package/docs/types/constants.UserInfoEvent.html +1 -1
  259. package/docs/types/constants.UserJoinedToSpaceEvent.html +1 -1
  260. package/docs/types/constants.UserLeftSpace.html +1 -1
  261. package/docs/types/constants.UserNickname.html +1 -1
  262. package/docs/types/constants.UserNicknameChangedEvent.html +1 -1
  263. package/docs/types/constants.UserPassword.html +1 -1
  264. package/docs/types/constants.UserPhoneNumber.html +1 -1
  265. package/docs/types/constants.UserPhoneNumberChangedEvent.html +1 -1
  266. package/docs/types/constants.UserPmiSettings.html +1 -1
  267. package/docs/types/constants.UserPresenceStatusUpdated.html +1 -1
  268. package/docs/types/constants.UserRoomsEvent.html +1 -1
  269. package/docs/types/constants.UserSpaceNicknameUpdated.html +1 -1
  270. package/docs/types/constants.UserSpacesEvent.html +1 -1
  271. package/docs/types/constants.UserSpecificChatInfo.html +1 -1
  272. package/docs/types/constants.UserTimezone.html +1 -1
  273. package/docs/types/constants.UserTimezoneChangedEvent.html +1 -1
  274. package/docs/types/constants.WaitingListEvent.html +1 -1
  275. package/docs/types/constants.WaitingParticipant.html +1 -1
  276. package/docs/types/constants.WaitingRoomUpdate.html +1 -1
  277. package/docs/types/sfu_extended.EventUnion.html +1 -1
  278. package/docs/types/sfu_extended.NotifyUnion.html +1 -1
  279. package/docs/variables/constants.ATTACHMENT_CHUNK_SIZE.html +1 -1
  280. package/docs/variables/constants.ATTACHMENT_ID_LENGTH.html +1 -1
  281. package/docs/variables/constants.WS_CONNECTION_TIMEOUT.html +1 -1
  282. package/docs/variables/constants.WS_PINGS_MISSING_THRESHOLD.html +1 -1
  283. package/docs/variables/constants.WS_PING_INTERVAL_MS.html +1 -1
  284. package/package.json +8 -4
@@ -1,8 +1,10 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RoomExtended | @flashphoner/sfusdk</title><meta name="description" content="Documentation for @flashphoner/sfusdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@flashphoner/sfusdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@flashphoner/sfusdk</a></li><li><a href="../modules/room_extended.html">room-extended</a></li><li><a href="room_extended.RoomExtended.html">RoomExtended</a></li></ul><h1>Class RoomExtended</h1></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#room-extended.RoomExtended">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><ul class="tsd-hierarchy"><li><span class="target">RoomExtended</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:28</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RoomExtended | @flashphoner/sfusdk</title><meta name="description" content="Documentation for @flashphoner/sfusdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@flashphoner/sfusdk</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@flashphoner/sfusdk</a></li><li><a href="../modules/room_extended.html">room-extended</a></li><li><a href="room_extended.RoomExtended.html">RoomExtended</a></li></ul><h1>Class RoomExtended</h1></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#room-extended.RoomExtended">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><ul class="tsd-hierarchy"><li><span class="target">RoomExtended</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:29</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
2
2
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="room_extended.RoomExtended.html#__conferenceType" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>conference<wbr/>Type</span></a>
3
3
  <a href="room_extended.RoomExtended.html#__creationTime" class="tsd-index-link tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>creation<wbr/>Time</span></a>
4
+ <a href="room_extended.RoomExtended.html#__httpStatSender" 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/>http<wbr/>Stat<wbr/>Sender</span></a>
4
5
  <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
6
  <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>
7
+ <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
8
  <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
9
  <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
10
  <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 +16,13 @@
14
16
  <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
17
  <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
18
  <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>
19
+ <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
20
  <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
21
  <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
22
  <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
23
  <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
24
  <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>
25
+ <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
26
  <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
27
  <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
28
  <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,91 +89,91 @@
85
89
  <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
90
  <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
91
  <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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</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">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
92
+ </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-kind-parameter">webRTCMetricsServerDescription</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><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">webRTCMetricsServerDescription</span>: <span class="tsd-signature-type">RTCMetricsServerDescription</span></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:35</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:34</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:79</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__httpStatSender" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>http<wbr/>Stat<wbr/>Sender</span><a href="#__httpStatSender" 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/>http<wbr/>Stat<wbr/>Sender</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCMetricsHttpSender</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__httpStatSender">#_httpStatSender</a></p><ul><li>Defined in room.ts:62</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__pc" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>pc</span><a href="#__pc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>pc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCPeerConnection</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__pc">#_pc</a></p><ul><li>Defined in room.ts:68</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:64</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:61</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:63</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:31</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:77</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:74</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:65</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:32</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">RTCRtpTransceiver</span><span class="tsd-signature-symbol">&gt;</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:87</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:33</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:78</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:82</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:69</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:60</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:70</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:73</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:72</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:81</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:71</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:59</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:67</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:80</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">&lt;</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">&gt;</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:66</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:86</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:114</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:109</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:596</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:590</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:132</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
93
  <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
94
  <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
95
  <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.
92
96
  The previous owner will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a>.</p>
93
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">role</span>: <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:175</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="authorizeWaitingList" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>authorize<wbr/>Waiting<wbr/>List</span><a href="#authorizeWaitingList" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="authorizeWaitingList.authorizeWaitingList-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">authorize<wbr/>Waiting<wbr/>List</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">authorized</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorizeWaitingList.authorizeWaitingList-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Authorize or fail authorization for user from waiting List</p>
97
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">role</span>: <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:176</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="authorizeWaitingList" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>authorize<wbr/>Waiting<wbr/>List</span><a href="#authorizeWaitingList" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="authorizeWaitingList.authorizeWaitingList-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">authorize<wbr/>Waiting<wbr/>List</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">authorized</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#authorizeWaitingList.authorizeWaitingList-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Authorize or fail authorization for user from waiting List</p>
94
98
  <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>
95
99
  <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
100
  If authorized = false - user will receive error RoomError.AUTHORIZATION_FAILED</p>
97
- </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:658</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">&lt;</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">&gt;</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>
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">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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:109</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
102
+ </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:714</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:586</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:56</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">&lt;</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">&gt;</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
103
  <p>Waiting room configuration, on/off switch for now</p>
100
104
  <p>Waiting room must be empty</p>
101
105
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">enabled</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>flag indicates whether it&#39;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">&lt;</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">&gt;</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:756</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
106
+ </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">&lt;</span><a href="../types/constants.WaitingRoomUpdate.html" class="tsd-signature-type tsd-kind-type-alias">WaitingRoomUpdate</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:153</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">&lt;</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.CreatedRoom.html" class="tsd-signature-type tsd-kind-type-alias">CreatedRoom</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:64</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:812</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
107
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ENDED" class="tsd-kind-enum-member">RoomEvent.ENDED</a>.
104
108
  <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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:467</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
109
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:523</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
110
  <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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:596</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:484</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">&lt;</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">&gt;</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:764</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:760</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:716</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:748</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">&lt;</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">&gt;</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>
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">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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:652</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:540</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">&lt;</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../interfaces/room.RemoteTrack.html" class="tsd-signature-type tsd-kind-interface">RemoteTrack</a><span class="tsd-signature-symbol">&gt;</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:820</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:816</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:772</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:804</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">&lt;</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">&gt;</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
112
  </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
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">nickname</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>user nickname</p>
110
114
  </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
115
  </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
116
  </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. &quot;UDP&quot;/&quot;TCP&quot;.</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">&lt;</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">&gt;</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:325</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">&lt;</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">&gt;</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>
117
+ </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">&lt;</span><a href="../types/constants.JoinedRoom.html" class="tsd-signature-type tsd-kind-type-alias">JoinedRoom</a><span class="tsd-signature-symbol">&gt;</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:381</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">&lt;</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">&gt;</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
118
  <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
119
  <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">&lt;</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">&gt;</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:566</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
120
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/constants.LeftRoom.html" class="tsd-signature-type tsd-kind-type-alias">LeftRoom</a><span class="tsd-signature-symbol">&gt;</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:622</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
121
  <p>User will receive <a href="../enums/constants.RoomEvent.html#DETACHED" class="tsd-kind-enum-member">RoomEvent.DETACHED</a>.
118
122
  Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT" class="tsd-kind-enum-member">RoomEvent.LEFT</a> with LeftRoom</p>
119
123
  <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
- </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
124
+ </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:131</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
125
  <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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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"> =&gt; </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"> =&gt; </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
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">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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:734</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:780</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:792</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"> =&gt; </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:767</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"> =&gt; </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:762</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:582</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:796</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:788</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:475</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
127
  <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
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">&gt;</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>
128
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:195</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">&lt;</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">&gt;</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
129
  <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">&lt;</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">&gt;</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:614</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:744</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
130
+ </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">&lt;</span><a href="../types/constants.ParticipantRenamed.html" class="tsd-signature-type tsd-kind-type-alias">ParticipantRenamed</a><span class="tsd-signature-symbol">&gt;</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:670</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:800</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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
131
  <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
132
  </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
133
  </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:628</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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>
134
+ </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:85</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:684</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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
135
  <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
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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>
136
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:300</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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
137
  <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>
134
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">canChange</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:355</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setChatMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Chat<wbr/>Muted</span><a href="#setChatMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setChatMuted.setChatMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Chat<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setChatMuted.setChatMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room chat muted</p>
138
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">canChange</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:356</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setChatMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Chat<wbr/>Muted</span><a href="#setChatMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setChatMuted.setChatMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Chat<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setChatMuted.setChatMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room chat muted</p>
135
139
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_CHAT_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_CHAT_MUTED</a> with boolean value and <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a></p>
136
140
  <p>Chat receive policy will be ChatReceivePolicy.EVERYONE or ChatReceivePolicy.NOBODY.</p>
137
141
  <p>Chat members will receive SfuEvent.CHAT_UPDATED with UpdateChatEvent</p>
138
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:343</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><a href="#setInitialAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialAudioMuted.setInitialAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialAudioMuted.setInitialAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial audio muted</p>
142
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:344</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><a href="#setInitialAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialAudioMuted.setInitialAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialAudioMuted.setInitialAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial audio muted</p>
139
143
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_INITIAL_AUDIO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_INITIAL_AUDIO_MUTED</a> with boolean value</p>
140
144
  <p>Waiting participants will receive <a href="../enums/constants.RoomEvent.html#STOP_TRACK" class="tsd-kind-enum-member">RoomEvent.STOP_TRACK</a> with <a href="../types/constants.StopTrackEvent.html" class="tsd-kind-type-alias">StopTrackEvent</a></p>
141
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:263</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setInitialScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial screen sharing muted</p>
142
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:287</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><a href="#setInitialVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialVideoMuted.setInitialVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialVideoMuted.setInitialVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial video muted</p>
145
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:264</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setInitialScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialScreenSharingMuted.setInitialScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial screen sharing muted</p>
146
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:288</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setInitialVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><a href="#setInitialVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setInitialVideoMuted.setInitialVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Initial<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setInitialVideoMuted.setInitialVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room initial video muted</p>
143
147
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_INITIAL_VIDEO_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_INITIAL_VIDEO_MUTED</a> with boolean value</p>
144
148
  <p>Waiting participants will receive <a href="../enums/constants.RoomEvent.html#STOP_TRACK" class="tsd-kind-enum-member">RoomEvent.STOP_TRACK</a> with <a href="../types/constants.StopTrackEvent.html" class="tsd-kind-type-alias">StopTrackEvent</a></p>
145
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:277</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setLock" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Lock</span><a href="#setLock" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setLock.setLock-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Lock</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locked</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setLock.setLock-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room lock</p>
149
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:278</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setLock" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Lock</span><a href="#setLock" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setLock.setLock-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Lock</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">locked</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setLock.setLock-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room lock</p>
146
150
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_LOCKED" class="tsd-kind-enum-member">RoomEvent.ROOM_LOCKED</a> with boolean value</p>
147
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">locked</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:249</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><a href="#setParticipantAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantAudioMuted.setParticipantAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantAudioMuted.setParticipantAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s audio muted</p>
151
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">locked</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:250</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><a href="#setParticipantAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantAudioMuted.setParticipantAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantAudioMuted.setParticipantAudioMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s audio muted</p>
148
152
  <p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_AUDIO_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_AUDIO_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
149
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:407</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setParticipantScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s screen sharing muted</p>
153
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:408</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setParticipantScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantScreenSharingMuted.setParticipantScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s screen sharing muted</p>
150
154
  <p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_SCREEN_SHARING_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_SCREEN_SHARING_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
151
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:431</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><a href="#setParticipantVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantVideoMuted.setParticipantVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantVideoMuted.setParticipantVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s video muted</p>
155
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:432</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setParticipantVideoMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><a href="#setParticipantVideoMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setParticipantVideoMuted.setParticipantVideoMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Participant<wbr/>Video<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setParticipantVideoMuted.setParticipantVideoMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set participant&#39;s video muted</p>
152
156
  <p>Participant will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_VIDEO_MUTED" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_VIDEO_MUTED</a> with <a href="../types/constants.ParticipantAVSMutedEvent.html" class="tsd-kind-type-alias">ParticipantAVSMutedEvent</a></p>
153
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:419</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanDoSubsequentShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><a href="#setScreenSharingEveryoneCanDoSubsequentShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">canDoSubsequentShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can do subsequent share</p>
157
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:420</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanDoSubsequentShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><a href="#setScreenSharingEveryoneCanDoSubsequentShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">canDoSubsequentShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingEveryoneCanDoSubsequentShare.setScreenSharingEveryoneCanDoSubsequentShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can do subsequent share</p>
154
158
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
155
159
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">canDoSubsequentShare</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>if false, participants with screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
156
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:395</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><a href="#setScreenSharingEveryoneCanShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">everyoneCanShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can share</p>
160
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:396</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingEveryoneCanShare" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><a href="#setScreenSharingEveryoneCanShare" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">everyoneCanShare</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingEveryoneCanShare.setScreenSharingEveryoneCanShare-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing everyone can share</p>
157
161
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
158
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">everyoneCanShare</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:381</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMultipleShares" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><a href="#setScreenSharingMultipleShares" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">multipleShares</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing multiple shares</p>
162
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">everyoneCanShare</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:382</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMultipleShares" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><a href="#setScreenSharingMultipleShares" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">multipleShares</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingMultipleShares.setScreenSharingMultipleShares-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing multiple shares</p>
159
163
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#SCREEN_SHARING_CONFIG" class="tsd-kind-enum-member">RoomEvent.SCREEN_SHARING_CONFIG</a> with <a href="../types/constants.RoomScreenSharingConfigEvent.html" class="tsd-kind-type-alias">RoomScreenSharingConfigEvent</a></p>
160
164
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">multipleShares</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>if false, participants with screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
161
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:369</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMuted.setScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingMuted.setScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing muted</p>
165
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:370</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setScreenSharingMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><a href="#setScreenSharingMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setScreenSharingMuted.setScreenSharingMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span><a href="#setScreenSharingMuted.setScreenSharingMuted-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Set room screen sharing muted</p>
162
166
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROOM_SCREEN_SHARING_MUTED" class="tsd-kind-enum-member">RoomEvent.ROOM_SCREEN_SHARING_MUTED</a> with boolean value.</p>
163
167
  <p>Participants that started screen sharing will receive <a href="../enums/constants.RoomEvent.html#STOP_SCREEN_SHARING" class="tsd-kind-enum-member">RoomEvent.STOP_SCREEN_SHARING</a> with <a href="../types/constants.StopScreenSharingEvent.html" class="tsd-kind-type-alias">StopScreenSharingEvent</a></p>
164
168
  <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
- </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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>
169
+ </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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:328</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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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
170
  <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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:752</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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>
171
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:312</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:451</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:808</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:463</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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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
172
  <p>Used to check waiting participant&#39;s tracks.</p>
169
173
  <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
- </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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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&#39;s screen sharing</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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:214</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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&#39;s screen sharing</p>
171
175
  <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
- </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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>
176
+ </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:444</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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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
177
  <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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</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:720</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
178
+ </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">&lt;</span><a href="../types/constants.AddRemoveTracks.html" class="tsd-signature-type tsd-kind-type-alias">AddRemoveTracks</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:232</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:776</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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>
179
+ </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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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:476</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:784</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:60</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="#__httpStatSender" 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/>http<wbr/>Stat<wbr/>Sender</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>