@flashphoner/sfusdk 2.0.294 → 2.0.302

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 (238) hide show
  1. package/dist/client.version +1 -1
  2. package/dist/sdk/connection.d.ts +1 -0
  3. package/dist/sdk/connection.js +12 -3
  4. package/dist/sdk/connection.js.map +1 -1
  5. package/dist/sdk/constants.d.ts +39 -2
  6. package/dist/sdk/constants.js +12 -1
  7. package/dist/sdk/constants.js.map +1 -1
  8. package/dist/sdk/room.js +4 -0
  9. package/dist/sdk/room.js.map +1 -1
  10. package/dist/sdk/sfu-extended.d.ts +23 -1
  11. package/dist/sdk/sfu-extended.js +60 -1
  12. package/dist/sdk/sfu-extended.js.map +1 -1
  13. package/docs/assets/navigation.js +1 -1
  14. package/docs/assets/search.js +1 -1
  15. package/docs/classes/connection.Connection.html +2 -1
  16. package/docs/classes/room.Room.html +10 -10
  17. package/docs/classes/room_extended.RoomExtended.html +13 -13
  18. package/docs/classes/sfu_extended.SfuExtended.html +90 -81
  19. package/docs/enums/constants.AttachmentState.html +2 -2
  20. package/docs/enums/constants.AuthenticationStatus.html +2 -2
  21. package/docs/enums/constants.ChannelSendPolicy.html +2 -2
  22. package/docs/enums/constants.ChatError.html +2 -2
  23. package/docs/enums/constants.ChatReceivePolicy.html +2 -2
  24. package/docs/enums/constants.ChatSectionsError.html +2 -2
  25. package/docs/enums/constants.ChatType.html +2 -2
  26. package/docs/enums/constants.ConferenceType.html +2 -2
  27. package/docs/enums/constants.ConnectionError.html +3 -0
  28. package/docs/enums/constants.ConnectionType.html +2 -2
  29. package/docs/enums/constants.ContactError.html +2 -2
  30. package/docs/enums/constants.DeliveryStatus.html +2 -2
  31. package/docs/enums/constants.ExamplesError.html +2 -2
  32. package/docs/enums/constants.ExamplesEvent.html +2 -2
  33. package/docs/enums/constants.InternalApi.html +4 -2
  34. package/docs/enums/constants.MeetingSyncEvent.html +10 -10
  35. package/docs/enums/constants.MessageAttachmentMediaType.html +2 -2
  36. package/docs/enums/constants.MessageAttachmentType.html +2 -2
  37. package/docs/enums/constants.MessageState.html +2 -2
  38. package/docs/enums/constants.MessageTargetEntityType.html +2 -2
  39. package/docs/enums/constants.Operations.html +2 -2
  40. package/docs/enums/constants.ParticipantRole.html +2 -2
  41. package/docs/enums/constants.PresenceStatus.html +2 -2
  42. package/docs/enums/constants.RemoteSdpType.html +2 -2
  43. package/docs/enums/constants.RoomError.html +2 -2
  44. package/docs/enums/constants.RoomEvent.html +38 -36
  45. package/docs/enums/constants.RoomState.html +2 -2
  46. package/docs/enums/constants.SortOrder.html +2 -2
  47. package/docs/enums/constants.SpaceError.html +2 -2
  48. package/docs/enums/constants.SpaceEvent.html +30 -28
  49. package/docs/enums/constants.State.html +2 -2
  50. package/docs/enums/constants.StatsType.html +2 -2
  51. package/docs/enums/constants.TrackType.html +2 -2
  52. package/docs/enums/constants.UserInfoError.html +2 -2
  53. package/docs/enums/constants.UserManagementError.html +2 -2
  54. package/docs/interfaces/room.RemoteTrack.html +2 -2
  55. package/docs/modules/constants.html +3 -0
  56. package/docs/types/constants.AddRemoveTracks.html +1 -1
  57. package/docs/types/constants.AddRemoveTracksSync.html +1 -1
  58. package/docs/types/constants.AddedMembersToThread.html +1 -1
  59. package/docs/types/constants.AddedRemovedReactionOnMessage.html +1 -1
  60. package/docs/types/constants.AddedRoleToMember.html +1 -1
  61. package/docs/types/constants.Attachment.html +1 -1
  62. package/docs/types/constants.AttachmentInfo.html +1 -1
  63. package/docs/types/constants.AttachmentRequest.html +1 -1
  64. package/docs/types/constants.AttachmentRequestAck.html +1 -1
  65. package/docs/types/constants.AttachmentStatus.html +1 -1
  66. package/docs/types/constants.AttachmentStatusEvent.html +1 -1
  67. package/docs/types/constants.AuthenticationStatusEvent.html +1 -1
  68. package/docs/types/constants.BannedContact.html +1 -1
  69. package/docs/types/constants.BitrateTestStatus.html +1 -1
  70. package/docs/types/constants.BooleanEvent.html +1 -1
  71. package/docs/types/constants.Calendar.html +1 -1
  72. package/docs/types/constants.CalendarEvent.html +1 -1
  73. package/docs/types/constants.CalendarEventEvent.html +1 -1
  74. package/docs/types/constants.Chat.html +1 -1
  75. package/docs/types/constants.ChatLoadedEvent.html +1 -1
  76. package/docs/types/constants.ChatMap.html +1 -1
  77. package/docs/types/constants.ChatMessagesCount.html +1 -1
  78. package/docs/types/constants.ChatMessagesEvent.html +1 -1
  79. package/docs/types/constants.ChatSearchResultEvent.html +1 -1
  80. package/docs/types/constants.ChatsEvent.html +1 -1
  81. package/docs/types/constants.ConnectionDetails.html +1 -1
  82. package/docs/types/constants.ConnectionFailedEvent.html +1 -1
  83. package/docs/types/constants.Contact.html +1 -1
  84. package/docs/types/constants.ContactDeleted.html +1 -1
  85. package/docs/types/constants.ContactUpdated.html +1 -1
  86. package/docs/types/constants.ControlMessage.html +1 -1
  87. package/docs/types/constants.ControlMessageEvent.html +1 -1
  88. package/docs/types/constants.CreatedRoom.html +1 -1
  89. package/docs/types/constants.EvictedFromRoom.html +1 -1
  90. package/docs/types/constants.EvictedSync.html +1 -1
  91. package/docs/types/constants.ExamplesUser.html +1 -1
  92. package/docs/types/constants.ExamplesUserEvent.html +1 -1
  93. package/docs/types/constants.FirstAndLastChatMessage.html +1 -1
  94. package/docs/types/constants.ForcefullyLeftEvent.html +1 -0
  95. package/docs/types/constants.FragmentedMessage.html +1 -1
  96. package/docs/types/constants.FriendInvite.html +1 -1
  97. package/docs/types/constants.FriendInviteDeleted.html +1 -1
  98. package/docs/types/constants.InternalMessage.html +1 -1
  99. package/docs/types/constants.JoinedRoom.html +1 -1
  100. package/docs/types/constants.JoinedRoomSync.html +1 -1
  101. package/docs/types/constants.LastReadMessageUpdate.html +1 -1
  102. package/docs/types/constants.LastReadMessageUpdated.html +1 -1
  103. package/docs/types/constants.LeftMeetingSync.html +1 -1
  104. package/docs/types/constants.LeftRoom.html +1 -1
  105. package/docs/types/constants.LoadMessagesWithMentionsResult.html +1 -1
  106. package/docs/types/constants.MeetingEndedSync.html +1 -1
  107. package/docs/types/constants.MeetingNameUpdatedSync.html +1 -1
  108. package/docs/types/constants.MeetingsPreviewEvent.html +1 -1
  109. package/docs/types/constants.Message.html +1 -1
  110. package/docs/types/constants.MessageAttachment.html +1 -1
  111. package/docs/types/constants.MessageAttachmentData.html +1 -1
  112. package/docs/types/constants.MessageAttachmentsSearchResult.html +1 -1
  113. package/docs/types/constants.MessageDeleted.html +1 -1
  114. package/docs/types/constants.MessageDeliveryStatus.html +1 -1
  115. package/docs/types/constants.MessageEdited.html +1 -1
  116. package/docs/types/constants.MessageInfo.html +1 -1
  117. package/docs/types/constants.MessageReaction.html +1 -1
  118. package/docs/types/constants.MessageStatus.html +1 -1
  119. package/docs/types/constants.MessageStatusEvent.html +1 -1
  120. package/docs/types/constants.MessageStatusUpdate.html +1 -1
  121. package/docs/types/constants.MessageTargetEntityId.html +1 -1
  122. package/docs/types/constants.MessageWithUploadingAttachments.html +1 -1
  123. package/docs/types/constants.NewChatEvent.html +1 -1
  124. package/docs/types/constants.NewContact.html +1 -1
  125. package/docs/types/constants.NewFriendInvite.html +1 -1
  126. package/docs/types/constants.NewMeeting.html +1 -1
  127. package/docs/types/constants.NewSpaceCategoryEvent.html +1 -1
  128. package/docs/types/constants.NewSpaceChannelEvent.html +1 -1
  129. package/docs/types/constants.NewSpaceEvent.html +1 -1
  130. package/docs/types/constants.NewSpaceRoleAdded.html +1 -1
  131. package/docs/types/constants.NewSpaceThreadEvent.html +1 -1
  132. package/docs/types/constants.OperationFailed.html +1 -1
  133. package/docs/types/constants.OperationFailedEvent.html +1 -1
  134. package/docs/types/constants.Participant.html +1 -1
  135. package/docs/types/constants.ParticipantAVSMutedEvent.html +1 -1
  136. package/docs/types/constants.ParticipantConfigEvent.html +1 -1
  137. package/docs/types/constants.ParticipantRenamed.html +1 -1
  138. package/docs/types/constants.ParticipantsListEvent.html +1 -1
  139. package/docs/types/constants.ParticipantsListSyncEvent.html +1 -1
  140. package/docs/types/constants.PlacedInLobbyEvent.html +1 -1
  141. package/docs/types/constants.PlacedInWaitingRoomEvent.html +1 -1
  142. package/docs/types/constants.PublicChannelsEvent.html +1 -1
  143. package/docs/types/constants.Quality.html +1 -1
  144. package/docs/types/constants.RemoteSdp.html +1 -1
  145. package/docs/types/constants.RemoteSdpInfo.html +1 -1
  146. package/docs/types/constants.RemovedChatEvent.html +1 -1
  147. package/docs/types/constants.RemovedMemberFromThread.html +1 -1
  148. package/docs/types/constants.RemovedRoleFromMember.html +1 -1
  149. package/docs/types/constants.ResetPasswordRequestStatus.html +1 -1
  150. package/docs/types/constants.RoleAssigned.html +1 -1
  151. package/docs/types/constants.RolePermissionSectionsEvent.html +1 -1
  152. package/docs/types/constants.RolesListEvent.html +1 -1
  153. package/docs/types/constants.RoomAvailable.html +1 -1
  154. package/docs/types/constants.RoomConfigEvent.html +1 -1
  155. package/docs/types/constants.RoomExtendedConfig.html +1 -1
  156. package/docs/types/constants.RoomExtendedParticipantConfig.html +1 -1
  157. package/docs/types/constants.RoomExtendedParticipantsConfig.html +1 -1
  158. package/docs/types/constants.RoomExtendedScreenSharingConfig.html +1 -1
  159. package/docs/types/constants.RoomInfo.html +1 -1
  160. package/docs/types/constants.RoomMessage.html +1 -1
  161. package/docs/types/constants.RoomNameUpdated.html +1 -1
  162. package/docs/types/constants.RoomScreenSharingConfigEvent.html +1 -1
  163. package/docs/types/constants.SFUMeetingParticipantPreview.html +1 -1
  164. package/docs/types/constants.SFUMeetingPreview.html +1 -1
  165. package/docs/types/constants.SfuMessageEvent.html +1 -1
  166. package/docs/types/constants.SfuSpace.html +1 -1
  167. package/docs/types/constants.SfuSpaceCategory.html +1 -1
  168. package/docs/types/constants.SfuSpaceChannel.html +1 -1
  169. package/docs/types/constants.SfuSpaceChannelAccessRights.html +1 -1
  170. package/docs/types/constants.SfuSpaceInvite.html +1 -1
  171. package/docs/types/constants.SfuSpaceMember.html +1 -1
  172. package/docs/types/constants.SfuSpaceRole.html +1 -1
  173. package/docs/types/constants.SfuSpaceRolePermission.html +1 -1
  174. package/docs/types/constants.SfuSpaceRolePermissionSection.html +1 -1
  175. package/docs/types/constants.SfuSpaceThread.html +1 -1
  176. package/docs/types/constants.SfuSpaceUserBan.html +1 -1
  177. package/docs/types/constants.SignUpStatus.html +1 -1
  178. package/docs/types/constants.SpaceCategoryDeleted.html +1 -1
  179. package/docs/types/constants.SpaceCategoryUpdated.html +1 -1
  180. package/docs/types/constants.SpaceChannelDeleted.html +1 -1
  181. package/docs/types/constants.SpaceChannelMoved.html +1 -1
  182. package/docs/types/constants.SpaceChannelUpdated.html +1 -1
  183. package/docs/types/constants.SpaceCreatedEvent.html +1 -1
  184. package/docs/types/constants.SpaceDeletedEvent.html +1 -1
  185. package/docs/types/constants.SpaceInviteCreated.html +1 -1
  186. package/docs/types/constants.SpaceInviteRevoked.html +1 -1
  187. package/docs/types/constants.SpaceOverviewUpdated.html +1 -1
  188. package/docs/types/constants.SpaceRoleDeleted.html +1 -1
  189. package/docs/types/constants.SpaceRoleUpdated.html +1 -1
  190. package/docs/types/constants.SpaceThreadDeleted.html +1 -1
  191. package/docs/types/constants.SpaceThreadUpdated.html +1 -1
  192. package/docs/types/constants.StopScreenSharingEvent.html +1 -1
  193. package/docs/types/constants.StopTrackEvent.html +1 -1
  194. package/docs/types/constants.TracksQualityState.html +1 -1
  195. package/docs/types/constants.UnreadMessagesCountEvent.html +1 -1
  196. package/docs/types/constants.UnreadMessagesCountUpdate.html +1 -1
  197. package/docs/types/constants.UpdateChatEvent.html +1 -1
  198. package/docs/types/constants.UpdateMessagesDeliveryStatusEvent.html +1 -1
  199. package/docs/types/constants.UploadingAttachmentInfo.html +1 -1
  200. package/docs/types/constants.UserCalendarEvent.html +1 -1
  201. package/docs/types/constants.UserChatEncryptedPassword.html +1 -1
  202. package/docs/types/constants.UserContacts.html +1 -1
  203. package/docs/types/constants.UserContactsEvent.html +1 -1
  204. package/docs/types/constants.UserEmail.html +1 -1
  205. package/docs/types/constants.UserEncryptionInfo.html +1 -1
  206. package/docs/types/constants.UserEncryptionInfoEvent.html +1 -1
  207. package/docs/types/constants.UserHostKey.html +1 -1
  208. package/docs/types/constants.UserHostKeyChangedEvent.html +1 -1
  209. package/docs/types/constants.UserId.html +1 -1
  210. package/docs/types/constants.UserInfo.html +1 -1
  211. package/docs/types/constants.UserInfoChangedEvent.html +1 -1
  212. package/docs/types/constants.UserInfoEvent.html +1 -1
  213. package/docs/types/constants.UserJoinedToSpaceEvent.html +1 -1
  214. package/docs/types/constants.UserLeftSpace.html +1 -1
  215. package/docs/types/constants.UserNickname.html +1 -1
  216. package/docs/types/constants.UserNicknameChangedEvent.html +1 -1
  217. package/docs/types/constants.UserPassword.html +1 -1
  218. package/docs/types/constants.UserPhoneNumber.html +1 -1
  219. package/docs/types/constants.UserPhoneNumberChangedEvent.html +1 -1
  220. package/docs/types/constants.UserPmiSettings.html +1 -1
  221. package/docs/types/constants.UserPresenceStatusUpdated.html +1 -1
  222. package/docs/types/constants.UserRoomsEvent.html +1 -1
  223. package/docs/types/constants.UserSpaceNicknameUpdated.html +1 -0
  224. package/docs/types/constants.UserSpacesEvent.html +1 -1
  225. package/docs/types/constants.UserSpecificChatInfo.html +1 -1
  226. package/docs/types/constants.UserTimezone.html +1 -1
  227. package/docs/types/constants.UserTimezoneChangedEvent.html +1 -1
  228. package/docs/types/constants.WaitingListEvent.html +1 -1
  229. package/docs/types/constants.WaitingParticipant.html +1 -1
  230. package/docs/types/constants.WaitingRoomUpdate.html +1 -1
  231. package/docs/types/sfu_extended.EventUnion.html +1 -1
  232. package/docs/types/sfu_extended.NotifyUnion.html +1 -1
  233. package/docs/variables/constants.ATTACHMENT_CHUNK_SIZE.html +1 -1
  234. package/docs/variables/constants.ATTACHMENT_ID_LENGTH.html +1 -1
  235. package/docs/variables/constants.WS_CONNECTION_TIMEOUT.html +1 -1
  236. package/docs/variables/constants.WS_PINGS_MISSING_THRESHOLD.html +1 -1
  237. package/docs/variables/constants.WS_PING_INTERVAL_MS.html +1 -1
  238. package/package.json +1 -1
@@ -85,7 +85,7 @@
85
85
  <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
86
  <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
87
  <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:62</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__pc" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>pc</span><a href="#__pc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>pc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCPeerConnection</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__pc">#_pc</a></p><ul><li>Defined in room.ts:51</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__role" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>role</span><a href="#__role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>role</span><span class="tsd-signature-symbol">:</span> <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a><span class="tsd-signature-symbol"> = ParticipantRole.PARTICIPANT</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__role">#_role</a></p><ul><li>Defined in room.ts:47</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="__state" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#_<wbr/>state</span><a href="#__state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#_<wbr/>state</span><span class="tsd-signature-symbol">:</span> <a href="../enums/constants.RoomState.html" class="tsd-signature-type tsd-kind-enum">RoomState</a><span class="tsd-signature-symbol"> = RoomState.NEW</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#__state">#_state</a></p><ul><li>Defined in room.ts:46</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#config</span><a href="#_config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#config</span><span class="tsd-signature-symbol">:</span> <a href="../types/constants.RoomExtendedConfig.html" class="tsd-signature-type tsd-kind-type-alias">RoomExtendedConfig</a></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:30</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_dChannel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#d<wbr/>Channel</span><a href="#_dChannel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#d<wbr/>Channel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RTCDataChannel</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_dChannel">#dChannel</a></p><ul><li>Defined in room.ts:60</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_incomingMessageQueue" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#incoming<wbr/>Message<wbr/>Queue</span><a href="#_incomingMessageQueue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#incoming<wbr/>Message<wbr/>Queue</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="../types/constants.FragmentedMessage.html" class="tsd-signature-type tsd-kind-type-alias">FragmentedMessage</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="../types/constants.FragmentedMessage.html" class="tsd-signature-type tsd-kind-type-alias">FragmentedMessage</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_incomingMessageQueue">#incomingMessageQueue</a></p><ul><li>Defined in room.ts:57</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_inviteId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#invite<wbr/>Id</span><a href="#_inviteId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#invite<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_inviteId">#inviteId</a></p><ul><li>Defined in room.ts:48</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_owner" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#owner</span><a href="#_owner" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#owner</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:31</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_vacantTransceivers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#vacant<wbr/>Transceivers</span><a href="#_vacantTransceivers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#vacant<wbr/>Transceivers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">audio</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Queue</span><span class="tsd-signature-symbol">&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:70</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_waitingRoomEnabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#waiting<wbr/>Room<wbr/>Enabled</span><a href="#_waitingRoomEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#waiting<wbr/>Room<wbr/>Enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:32</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_wrappedDataChannel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#wrapped<wbr/>Data<wbr/>Channel</span><a href="#_wrappedDataChannel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">#wrapped<wbr/>Data<wbr/>Channel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">WrappedDatachannel</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_wrappedDataChannel">#wrappedDataChannel</a></p><ul><li>Defined in room.ts:61</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_crutch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_crutch</span><a href="#_crutch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_crutch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">mutex</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Mutex</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">tid</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">mutex</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Mutex</span></h5></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">tid</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_crutch">_crutch</a></p><ul><li>Defined in room.ts:65</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_id</span><a href="#_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_id">_id</a></p><ul><li>Defined in room.ts:52</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_name</span><a href="#_name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_name">_name</a></p><ul><li>Defined in room.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_nickname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_nickname</span><a href="#_nickname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_nickname</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_nickname">_nickname</a></p><ul><li>Defined in room.ts:56</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_pin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_pin</span><a href="#_pin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_pin</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_pin">_pin</a></p><ul><li>Defined in room.ts:55</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_uid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_uid</span><a href="#_uid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_uid</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_uid">_uid</a></p><ul><li>Defined in room.ts:64</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_userId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_user<wbr/>Id</span><a href="#_userId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_user<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_userId">_userId</a></p><ul><li>Defined in room.ts:54</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="connection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>connection</span><a href="#connection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">connection</span><span class="tsd-signature-symbol">:</span> <a href="connection.Connection.html" class="tsd-signature-type tsd-kind-class">Connection</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#connection">connection</a></p><ul><li>Defined in room.ts:50</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="logger" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>logger</span><a href="#logger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">logger</span><span class="tsd-signature-symbol">:</span> <a href="logger.default.html" class="tsd-signature-type tsd-kind-class">default</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#logger">logger</a></p><ul><li>Defined in room.ts:63</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="notifier" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>notifier</span><a href="#notifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">notifier</span><span class="tsd-signature-symbol">:</span> <a href="notifier.Notifier.html" class="tsd-signature-type tsd-kind-class">Notifier</a><span class="tsd-signature-symbol">&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:49</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="stats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>stats</span><a href="#stats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stats</span><span class="tsd-signature-symbol">:</span> <a href="webrtc_stats.WebRTCStats.html" class="tsd-signature-type tsd-kind-class">WebRTCStats</a></div><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#stats">stats</a></p><ul><li>Defined in room.ts:69</li></ul></aside></section></section><section class="tsd-panel-group tsd-member-group"><h2>Methods</h2><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_applyContentTypeConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#apply<wbr/>Content<wbr/>Type<wbr/>Config</span><a href="#_applyContentTypeConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_applyContentTypeConfig._applyContentTypeConfig-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#apply<wbr/>Content<wbr/>Type<wbr/>Config</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">sdp</span>, <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#_applyContentTypeConfig._applyContentTypeConfig-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">sdp</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></span><ul class="tsd-parameters"><li class="tsd-parameter-index-signature"><h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">key</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_applyContentTypeConfig">#applyContentTypeConfig</a></p><ul><li>Defined in room.ts:96</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private tsd-is-inherited"><a id="_dChannelSend" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#d<wbr/>Channel<wbr/>Send</span><a href="#_dChannelSend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_dChannelSend._dChannelSend-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#d<wbr/>Channel<wbr/>Send</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">msg</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_dChannelSend._dChannelSend-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">msg</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#_dChannelSend">#dChannelSend</a></p><ul><li>Defined in room.ts:91</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-private"><a id="_emmitAction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>#emmit<wbr/>Action</span><a href="#_emmitAction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-private"><li class="tsd-signature tsd-anchor-link"><a id="_emmitAction._emmitAction-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">#emmit<wbr/>Action</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">action</span>, <span class="tsd-kind-parameter">data</span>, <span class="tsd-kind-parameter">resolve</span>, <span class="tsd-kind-parameter">reject</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_emmitAction._emmitAction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">action</span>: <a href="../enums/constants.InternalApi.html" class="tsd-signature-type tsd-kind-enum">InternalApi</a></span></li><li><span><span class="tsd-kind-parameter">data</span>: <span class="tsd-signature-type">object</span></span></li><li><span><span class="tsd-kind-parameter">resolve</span>: <span class="tsd-signature-type">Function</span></span></li><li><span><span class="tsd-kind-parameter">reject</span>: <span class="tsd-signature-type">Function</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts: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:114</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="assignRole" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Role</span><a href="#assignRole" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="assignRole.assignRole-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Role</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span>, <span class="tsd-kind-parameter">role</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
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:63</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:52</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:48</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:47</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:61</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:58</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:49</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:71</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:62</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:66</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:53</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:54</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:57</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:56</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:65</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:55</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:51</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:64</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:50</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:70</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:97</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:92</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:115</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
89
  <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
90
  <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
91
  <p>New owner will receive <a href="../enums/constants.RoomEvent.html#PARTICIPANT_CONFIG" class="tsd-kind-enum-member">RoomEvent.PARTICIPANT_CONFIG</a> with <a href="../types/constants.ParticipantConfigEvent.html" class="tsd-kind-type-alias">ParticipantConfigEvent</a> for each participant.
@@ -95,38 +95,38 @@ The previous owner will receive <a href="../enums/constants.RoomEvent.html#PARTI
95
95
  <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
96
  If authorized = false - user will receive error RoomError.AUTHORIZATION_FAILED</p>
97
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:651</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="conferenceType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>conference<wbr/>Type</span><a href="#conferenceType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="conferenceType.conferenceType-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">conference<wbr/>Type</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a><a href="#conferenceType.conferenceType-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../enums/constants.ConferenceType.html" class="tsd-signature-type tsd-kind-enum">ConferenceType</a></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts: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>
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:655</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>
99
99
  <p>Waiting room configuration, on/off switch for now</p>
100
100
  <p>Waiting room must be empty</p>
101
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">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:749</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="destroyRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>destroy<wbr/>Room</span><a href="#destroyRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="destroyRoom.destroyRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">destroy<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
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:753</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
103
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ENDED" class="tsd-kind-enum-member">RoomEvent.ENDED</a>.
104
104
  <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:460</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="evictParticipant" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>evict<wbr/>Participant</span><a href="#evictParticipant" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="evictParticipant.evictParticipant-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">evict<wbr/>Participant</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
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:464</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
106
  <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:589</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getBitrateTest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Bitrate<wbr/>Test</span><a href="#getBitrateTest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getBitrateTest.getBitrateTest-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Bitrate<wbr/>Test</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/BitrateTest.BitrateTestController.html" class="tsd-signature-type tsd-kind-interface">BitrateTestController</a><a href="#getBitrateTest.getBitrateTest-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../interfaces/BitrateTest.BitrateTestController.html" class="tsd-signature-type tsd-kind-interface">BitrateTestController</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#getBitrateTest">getBitrateTest</a></p><ul><li>Defined in room.ts:477</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getRemoteTrack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Remote<wbr/>Track</span><a href="#getRemoteTrack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getRemoteTrack.getRemoteTrack-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Remote<wbr/>Track</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">kind</span>, <span class="tsd-kind-parameter">force</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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:757</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getStats" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Stats</span><a href="#getStats" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getStats.getStats-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Stats</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">track</span>, <span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#getStats.getStats-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">track</span>: <span class="tsd-signature-type">MediaStreamTrack</span></span></li><li><span><span class="tsd-kind-parameter">type</span>: <a href="../enums/constants.StatsType.html" class="tsd-signature-type tsd-kind-enum">StatsType</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">Function</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#getStats">getStats</a></p><ul><li>Defined in room.ts:753</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="id.id-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#id.id-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#id">id</a></p><ul><li>Defined in room.ts:709</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="invite" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>invite</span><a href="#invite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="invite.invite-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">invite</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#invite.invite-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#invite">invite</a></p><ul><li>Defined in room.ts:741</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="join" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>join</span><a href="#join" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="join.join-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">join</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">pc</span>, <span class="tsd-kind-parameter">nickname</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">predefinedTracksCount</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
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:593</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:481</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:761</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:757</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:713</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:745</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="join" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>join</span><a href="#join" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="join.join-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">join</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">pc</span>, <span class="tsd-kind-parameter">nickname</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">predefinedTracksCount</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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
108
  </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
109
  </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
110
  </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
111
  </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
- </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:319</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="leaveRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>leave<wbr/>Room</span><a href="#leaveRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="leaveRoom.leaveRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">leave<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
112
+ </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:323</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>
113
113
  <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>.
114
114
  <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>
115
- </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:559</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="moveToWaitingRoom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>move<wbr/>To<wbr/>Waiting<wbr/>Room</span><a href="#moveToWaitingRoom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="moveToWaitingRoom.moveToWaitingRoom-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">move<wbr/>To<wbr/>Waiting<wbr/>Room</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">userId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
115
+ </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:563</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>
116
116
  <p>User will receive <a href="../enums/constants.RoomEvent.html#DETACHED" class="tsd-kind-enum-member">RoomEvent.DETACHED</a>.
117
117
  Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT" class="tsd-kind-enum-member">RoomEvent.LEFT</a> with LeftRoom</p>
118
118
  <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>
119
119
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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>
120
120
  <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>
121
- </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:671</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="name.name-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">name</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#name.name-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#name">name</a></p><ul><li>Defined in room.ts:717</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="nickname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>nickname</span><a href="#nickname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="nickname.nickname-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">nickname</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#nickname.nickname-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#nickname">nickname</a></p><ul><li>Defined in room.ts:729</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="off" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>off</span><a href="#off" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="off.off-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">off</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><a href="#off.off-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&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:704</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="room.Room.html" class="tsd-signature-type tsd-kind-class">Room</a><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../enums/constants.RoomEvent.html" class="tsd-signature-type tsd-kind-enum">RoomEvent</a></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">arg0</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&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:699</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="owner" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>owner</span><a href="#owner" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="owner.owner-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">owner</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#owner.owner-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts: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:733</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pin</span><a href="#pin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pin.pin-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pin</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#pin.pin-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#pin">pin</a></p><ul><li>Defined in room.ts:725</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="processEvent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>process<wbr/>Event</span><a href="#processEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="processEvent.processEvent-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">process<wbr/>Event</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">e</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
121
+ </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:675</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:721</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:733</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:708</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:703</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:737</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:729</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>
122
122
  <p>Participants will receive <a href="../enums/constants.RoomEvent.html#ROLE_ASSIGNED" class="tsd-kind-enum-member">RoomEvent.ROLE_ASSIGNED</a> with RoleAssigned</p>
123
123
  </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>
124
124
  <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>
125
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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:607</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="role" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>role</span><a href="#role" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="role.role-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">role</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a><a href="#role.role-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="../enums/constants.ParticipantRole.html" class="tsd-signature-type tsd-kind-enum">ParticipantRole</a></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#role">role</a></p><ul><li>Defined in room.ts:737</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="sendControlMessage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>send<wbr/>Control<wbr/>Message</span><a href="#sendControlMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="sendControlMessage.sendControlMessage-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">send<wbr/>Control<wbr/>Message</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">msg</span>, <span class="tsd-kind-parameter">broadcast</span>, <span class="tsd-kind-parameter">to</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
125
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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:611</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:741</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>
126
126
  <p>Recipients will receive <a href="../enums/constants.RoomEvent.html#CONTROL_MESSAGE" class="tsd-kind-enum-member">RoomEvent.CONTROL_MESSAGE</a> with ControlMessageEvent</p>
127
127
  </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>
128
128
  </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>
129
- </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:621</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="setAudioMuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Audio<wbr/>Muted</span><a href="#setAudioMuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="setAudioMuted.setAudioMuted-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set<wbr/>Audio<wbr/>Muted</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">muted</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
129
+ </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:625</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>
130
130
  <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>
131
131
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">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>
132
132
  <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>
@@ -163,12 +163,12 @@ Other participants will receive <a href="../enums/constants.RoomEvent.html#LEFT"
163
163
  <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>
164
164
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">muted</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
165
165
  <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>
166
- </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:745</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>
166
+ </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:749</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>
167
167
  <p>Used to check waiting participant&#39;s tracks.</p>
168
168
  <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>
169
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">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>
170
170
  <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>
171
171
  </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>
172
172
  <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>
173
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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:713</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="updateState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>update<wbr/>State</span><a href="#updateState" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="updateState.updateState-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">update<wbr/>State</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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>
174
- </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:413</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="userId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>user<wbr/>Id</span><a href="#userId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="userId.userId-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">user<wbr/>Id</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#userId.userId-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources"><p>Inherited from <a href="room.Room.html">Room</a>.<a href="room.Room.html#userId">userId</a></p><ul><li>Defined in room.ts:721</li></ul></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="waitingRoomEnabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>waiting<wbr/>Room<wbr/>Enabled</span><a href="#waitingRoomEnabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="waitingRoomEnabled.waitingRoomEnabled-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">waiting<wbr/>Room<wbr/>Enabled</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#waitingRoomEnabled.waitingRoomEnabled-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><ul><li>Defined in room-extended.ts:59</li></ul></aside></li></ul></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a><a href="#__conferenceType" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>conference<wbr/>Type</span></a><a href="#__creationTime" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>creation<wbr/>Time</span></a><a href="#__pc" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>pc</span></a><a href="#__role" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>role</span></a><a href="#__state" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#_<wbr/>state</span></a><a href="#_config" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#config</span></a><a href="#_dChannel" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#d<wbr/>Channel</span></a><a href="#_incomingMessageQueue" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#incoming<wbr/>Message<wbr/>Queue</span></a><a href="#_inviteId" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#invite<wbr/>Id</span></a><a href="#_owner" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#owner</span></a><a href="#_vacantTransceivers" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#vacant<wbr/>Transceivers</span></a><a href="#_waitingRoomEnabled" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#waiting<wbr/>Room<wbr/>Enabled</span></a><a href="#_wrappedDataChannel" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>#wrapped<wbr/>Data<wbr/>Channel</span></a><a href="#_crutch" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_crutch</span></a><a href="#_id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a><a href="#_name" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_name</span></a><a href="#_nickname" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_nickname</span></a><a href="#_pin" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_pin</span></a><a href="#_uid" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_uid</span></a><a href="#_userId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_user<wbr/>Id</span></a><a href="#connection" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>connection</span></a><a href="#logger" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>logger</span></a><a href="#notifier" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notifier</span></a><a href="#stats" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stats</span></a><a href="#_applyContentTypeConfig" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#apply<wbr/>Content<wbr/>Type<wbr/>Config</span></a><a href="#_dChannelSend" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#d<wbr/>Channel<wbr/>Send</span></a><a href="#_emmitAction" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#emmit<wbr/>Action</span></a><a href="#_resolveOrNotify" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#resolve<wbr/>Or<wbr/>Notify</span></a><a href="#_setRemoteDescription" class="tsd-is-private tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>#set<wbr/>Remote<wbr/>Description</span></a><a href="#assignRole" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Role</span></a><a href="#authorizeWaitingList" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>authorize<wbr/>Waiting<wbr/>List</span></a><a href="#changeQuality" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>change<wbr/>Quality</span></a><a href="#conferenceType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>conference<wbr/>Type</span></a><a href="#config" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>config</span></a><a href="#configureWaitingRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>configure<wbr/>Waiting<wbr/>Room</span></a><a href="#createRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create<wbr/>Room</span></a><a href="#creationTime" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>creation<wbr/>Time</span></a><a href="#destroyRoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy<wbr/>Room</span></a><a href="#evictParticipant" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>evict<wbr/>Participant</span></a><a href="#getBitrateTest" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Bitrate<wbr/>Test</span></a><a href="#getRemoteTrack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Remote<wbr/>Track</span></a><a href="#getStats" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Stats</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>id</span></a><a href="#invite" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>invite</span></a><a href="#join" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>join</span></a><a href="#leaveRoom" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>leave<wbr/>Room</span></a><a href="#moveToWaitingRoom" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>move<wbr/>To<wbr/>Waiting<wbr/>Room</span></a><a href="#muteTrack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>mute<wbr/>Track</span></a><a href="#name" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>name</span></a><a href="#nickname" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>nickname</span></a><a href="#off" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>off</span></a><a href="#on" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a><a href="#owner" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>owner</span></a><a href="#pc" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pc</span></a><a href="#pin" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pin</span></a><a href="#processEvent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>process<wbr/>Event</span></a><a href="#reclaimOwnerRights" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reclaim<wbr/>Owner<wbr/>Rights</span></a><a href="#renameParticipant" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rename<wbr/>Participant</span></a><a href="#role" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>role</span></a><a href="#sendControlMessage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Control<wbr/>Message</span></a><a href="#sendMessage" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>send<wbr/>Message</span></a><a href="#setAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Audio<wbr/>Muted</span></a><a href="#setCanChangeNickname" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Can<wbr/>Change<wbr/>Nickname</span></a><a href="#setChatMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Chat<wbr/>Muted</span></a><a href="#setInitialAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Audio<wbr/>Muted</span></a><a href="#setInitialScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setInitialVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Initial<wbr/>Video<wbr/>Muted</span></a><a href="#setLock" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Lock</span></a><a href="#setParticipantAudioMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Audio<wbr/>Muted</span></a><a href="#setParticipantScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setParticipantVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Participant<wbr/>Video<wbr/>Muted</span></a><a href="#setScreenSharingEveryoneCanDoSubsequentShare" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Do<wbr/>Subsequent<wbr/>Share</span></a><a href="#setScreenSharingEveryoneCanShare" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Everyone<wbr/>Can<wbr/>Share</span></a><a href="#setScreenSharingMultipleShares" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Multiple<wbr/>Shares</span></a><a href="#setScreenSharingMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Screen<wbr/>Sharing<wbr/>Muted</span></a><a href="#setVideoMuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Video<wbr/>Muted</span></a><a href="#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>
173
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">userId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&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:717</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>
174
+ </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:417</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:725</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>