quickvo-sdk-js 1.5.1 → 1.5.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.
@@ -113,6 +113,10 @@ export declare class RoomUsers extends RoomMedias {
113
113
  userId: string;
114
114
  mediaTypes: ("microphoneCamera_audio" | "microphoneCamera_video" | "screenSharing_video" | "screenSharing_audio")[];
115
115
  }[]>;
116
+ /**
117
+ * checkSubscribed
118
+ */
119
+ checkSubscribed: (remoteUserId: string, mediaType: K_mediaType) => Promise<boolean>;
116
120
  /**
117
121
  * createUserTrackByUserMediaTypes
118
122
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"