@tencentcloud/tuiroom-engine-electron 1.7.9 → 1.7.10
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 +1 -1
- package/index.d.ts +19 -0
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -418,7 +418,7 @@ export declare enum TUIRoomEvents {
|
|
|
418
418
|
onRemoteUserLeaveRoom = "onRemoteUserLeaveRoom",
|
|
419
419
|
/**
|
|
420
420
|
* @description 用户角色改变事件
|
|
421
|
-
* @default '
|
|
421
|
+
* @default 'onUserRoleChanged'
|
|
422
422
|
* @event TUIRoomEvents#onUserRoleChanged
|
|
423
423
|
* @param {object} options
|
|
424
424
|
* @param {string} options.userId 用户Id
|