Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit c1d2167

Browse files
jianjunztaste1981
authored andcommitted
Add detailed type info for SubscribeOptions. (#232)
1 parent 78633a3 commit c1d2167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdk/conference/subscription.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ export class SubscribeOptions {
176176
// eslint-disable-next-line require-jsdoc
177177
constructor(audio, video) {
178178
/**
179-
* @member {?AudioSubscriptionConstraints} audio
179+
* @member {?Owt.Conference.AudioSubscriptionConstraints} audio
180180
* @instance
181181
* @memberof Owt.Conference.SubscribeOptions
182182
*/
183183
this.audio = audio;
184184
/**
185-
* @member {?VideoSubscriptionConstraints} video
185+
* @member {?Owt.Conference.VideoSubscriptionConstraints} video
186186
* @instance
187187
* @memberof Owt.Conference.SubscribeOptions
188188
*/

0 commit comments

Comments
 (0)