quickvo-sdk-js 0.6.1 → 0.6.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/dist/index.js +277 -258
- package/dist/index.umd.cjs +2 -2
- package/dist/room/RoomMedias.d.ts +4 -0
- package/package.json +1 -1
|
@@ -49,6 +49,10 @@ export declare class RoomMedias extends RoomBase {
|
|
|
49
49
|
* 设置轨道媒体参数
|
|
50
50
|
*/
|
|
51
51
|
setMediaTrackConstraints: (mediaType: K_mediaType, constraints: MediaTrackConstraints) => Promise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* 清理所有本地流
|
|
54
|
+
*/
|
|
55
|
+
clearLocalStream: () => void;
|
|
52
56
|
/**
|
|
53
57
|
* 初始化本地流
|
|
54
58
|
*/
|