We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0f5fd commit f37c06cCopy full SHA for f37c06c
1 file changed
src/main/java/io/getstream/services/VideoClient.java
@@ -8,6 +8,7 @@ public class VideoClient extends VideoImpl implements Video {
8
9
public VideoClient(StreamSDKClient client) {
10
super(client.getHttpClient());
11
+ this.client = client;
12
}
13
14
@Override
0 commit comments