@tencentcloud/tuiroom-engine-js 3.5.1-beta.1 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +2 -2
- package/index.d.ts +4 -1
- package/index.esm.js +2 -2
- package/index.js +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -254,7 +254,10 @@ declare enum TUIRequestAction {
|
|
|
254
254
|
kRequestRemoteUserOnSeat = 5,
|
|
255
255
|
kApplyToAdminToOpenLocalCamera = 6,
|
|
256
256
|
kApplyToAdminToOpenLocalMicrophone = 7,
|
|
257
|
-
kApplyToAdminToOpenLocalScreenShare = 8
|
|
257
|
+
kApplyToAdminToOpenLocalScreenShare = 8,
|
|
258
|
+
kCloseRemoteCamera = 9,
|
|
259
|
+
kCloseRemoteMicrophone = 10,
|
|
260
|
+
kCloseRemoteScreenShare = 11
|
|
258
261
|
}
|
|
259
262
|
declare enum TUIRequestCallbackType {
|
|
260
263
|
kRequestAccepted = 0,
|