trtc-sdk-v5 5.7.1-beta.1 → 5.7.1-beta.2
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 -1
- package/package.json +1 -1
- package/plugins/cdn-streaming/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/virtual-background/package.json +1 -1
- package/plugins/video-effect/watermark/package.json +1 -1
- package/trtc.esm.js +4 -4
- package/trtc.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1759,7 +1759,7 @@ declare interface TRTCEventTypes {
|
|
|
1759
1759
|
* | checkResult.detail.isVp8EncodeSupported | boolean | Whether the current browser supports VP8 encoding for uplink |
|
|
1760
1760
|
* | checkResult.detail.isVp8DecodeSupported | boolean | Whether the current browser supports VP8 decoding for downlink |
|
|
1761
1761
|
*/
|
|
1762
|
-
static isSupported(): Promise<any
|
|
1762
|
+
static isSupported(): Promise<any>;
|
|
1763
1763
|
/**
|
|
1764
1764
|
* Returns the list of camera devices
|
|
1765
1765
|
* <br>
|
package/package.json
CHANGED