trtc-sdk-v5 5.11.1-ktv.2 → 5.11.1-ktv.3
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.d.ts +1 -0
- package/package.json +1 -1
- package/plugins/cdn-streaming/package.json +1 -1
- package/plugins/chorus/package.json +1 -1
- package/plugins/cross-room/package.json +1 -1
- package/plugins/custom-encryption/package.json +1 -1
- package/plugins/device-detector/package.json +1 -1
- package/plugins/small-stream-auto-switcher/package.json +1 -1
- package/plugins/video-decoder/package.json +1 -1
- package/plugins/video-effect/basic-beauty/package.json +1 -1
- package/plugins/video-effect/beauty/package.json +1 -1
- package/plugins/video-effect/video-mixer/package.json +1 -1
- package/plugins/video-effect/virtual-background/package.json +1 -1
- package/plugins/video-effect/watermark/package.json +1 -1
- package/plugins/voice-changer/package.json +1 -1
- package/trtc.esm.js +27 -27
- package/trtc.js +1 -1
package/index.d.ts
CHANGED
|
@@ -392,6 +392,7 @@ export declare interface SwitchRoomConfig {
|
|
|
392
392
|
export declare interface ScreenShareConfig {
|
|
393
393
|
view?: string | HTMLElement | HTMLElement[] | null;
|
|
394
394
|
publish?: boolean;
|
|
395
|
+
muteAudio?: boolean;
|
|
395
396
|
option?: {
|
|
396
397
|
profile?: keyof typeof screenProfileMap | VideoProfile;
|
|
397
398
|
fillMode?: 'contain' | 'cover' | 'fill';
|
package/package.json
CHANGED