Update to RingRTC v2.21.0
This commit is contained in:
parent
39143015c5
commit
9e02a57d77
3 changed files with 5 additions and 5 deletions
|
@ -798,7 +798,7 @@ export class CallingClass {
|
|||
conversationId: string,
|
||||
resolutions: Array<VideoRequest>
|
||||
): void {
|
||||
this.getGroupCall(conversationId)?.requestVideo(resolutions);
|
||||
this.getGroupCall(conversationId)?.requestVideo(resolutions, 0);
|
||||
}
|
||||
|
||||
public groupMembersChanged(conversationId: string): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue