@tencentcloud/tuiroom-engine-electron 1.7.7 → 1.7.9

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 CHANGED
@@ -1126,7 +1126,7 @@ declare class TUIRoomEngine {
1126
1126
  * console.info("mic deviceName: " + mic.deviceName + " deviceId:" + mic.deviceId);
1127
1127
  * }
1128
1128
  */
1129
- getMicDevicesList(): Promise<any>;
1129
+ getMicDevicesList(): Promise<TRTCDeviceInfo[]>;
1130
1130
  /**
1131
1131
  * 获取扬声器设备列表<br>
1132
1132
  * @returns {Promise<TRTCDeviceInfo[]>} 扬声器列表
@@ -1138,7 +1138,7 @@ declare class TUIRoomEngine {
1138
1138
  * console.info("speaker deviceName: " + speaker.deviceName + " deviceId:" + speaker.deviceId);
1139
1139
  * }
1140
1140
  */
1141
- getSpeakerDevicesList(): Promise<any>;
1141
+ getSpeakerDevicesList(): Promise<TRTCDeviceInfo[]>;
1142
1142
  /**
1143
1143
  * 设置要使用的摄像头设备<br>
1144
1144
  * @param {Object} options