quickvo-sdk-js 0.2.1 → 0.2.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.
@@ -49,12 +49,12 @@ export declare class MediaStreams extends RoomBase {
49
49
  */
50
50
  stopStream: (stream: MediaStream) => Promise<void>;
51
51
  /**
52
- * 获取可用音频媒体设备
52
+ * 获取可用音频输出媒体设备
53
53
  */
54
- getEnumerateAudioDevices: () => Promise<MediaDeviceInfo[]>;
54
+ getEnumerateAudioOutputDevices: () => Promise<MediaDeviceInfo[]>;
55
55
  /**
56
56
  * 设置音频输出设备
57
57
  */
58
- setAudioOutput: (deviceId: string) => void;
59
- getAudioOutput: () => string;
58
+ setAudioOutputDevice: (deviceId: string) => void;
59
+ getAudioOutputDevice: () => string;
60
60
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"