We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295072 commit c14c663Copy full SHA for c14c663
src/StreamCall.ts
@@ -9,7 +9,7 @@ export class StreamCall extends CallApi {
9
10
create = this.getOrCreate;
11
12
- ring = (params: { target_member_ids?: string[] }) => {
+ ring = (params: { ring_by_id?: string; target_member_ids?: string[] }) => {
13
return this.videoApi.getCall({
14
...params,
15
id: this.id,
0 commit comments