@tencentcloud/tuiroom-engine-electron 1.5.1 → 1.6.0
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 -10
- package/index.d.ts +2 -2
- package/index.esm.js +1 -10
- package/index.js +1 -10
- package/package.json +3 -4
- package/types.d.ts +5 -2
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import TIM from '
|
|
1
|
+
import TIM from '@tencentcloud/chat';
|
|
2
2
|
import TRTCCloud, { TRTCDeviceInfo, TRTCScreenCaptureSourceInfo } from 'trtc-electron-sdk';
|
|
3
3
|
import { TUIRoomInfo, TUIVideoStreamType, TUIVideoQuality, TUIAudioQuality, TUIRole, TUIRoomEvents, TUIRoomType, TUISeatInfo, TUIRequestCallback, TUISpeechMode, TUIMediaDevice, TUISeatLockParams, TUILoginUserInfo, TUIUserInfo, TUIRequest, TUIVideoEncoderParams, TUIResolutionMode } from './types';
|
|
4
4
|
export * from './types';
|
|
@@ -382,7 +382,7 @@ declare class TUIRoomEngine {
|
|
|
382
382
|
* await roomEngine.updateVideoQualityEx({
|
|
383
383
|
* streamType: TUIVideoStreamType.kCameraStream,
|
|
384
384
|
* encoderParams: {
|
|
385
|
-
*
|
|
385
|
+
* videoResolution: TUIVideoQuality.kVideoQuality_720p,
|
|
386
386
|
* fps: 15,
|
|
387
387
|
* bitrate: 2000,
|
|
388
388
|
* resMode: TUIResolutionMode.kResolutionMode_Landscape,
|