@tencentcloud/tuiroom-engine-js 1.5.1 → 1.6.1-beta.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 { TRTCDeviceInfo, TRTCScreenCaptureSourceInfo } from 'trtc-cloud-js-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';
|
|
@@ -391,7 +391,7 @@ declare class TUIRoomEngine {
|
|
|
391
391
|
* await roomEngine.updateVideoQualityEx({
|
|
392
392
|
* streamType: TUIVideoStreamType.kCameraStream,
|
|
393
393
|
* encoderParams: {
|
|
394
|
-
*
|
|
394
|
+
* videoResolution: TUIVideoQuality.kVideoQuality_720p,
|
|
395
395
|
* fps: 15,
|
|
396
396
|
* bitrate: 2000,
|
|
397
397
|
* resMode: TUIResolutionMode.kResolutionMode_Landscape,
|