Skip to content

Commit c14c663

Browse files
committed
feat: expose ring_by_id
1 parent a295072 commit c14c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StreamCall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class StreamCall extends CallApi {
99

1010
create = this.getOrCreate;
1111

12-
ring = (params: { target_member_ids?: string[] }) => {
12+
ring = (params: { ring_by_id?: string; target_member_ids?: string[] }) => {
1313
return this.videoApi.getCall({
1414
...params,
1515
id: this.id,

0 commit comments

Comments
 (0)