Update to RingRTC v2.21.0

This commit is contained in:
Jim Gustafson 2022-08-31 09:12:28 -07:00 committed by GitHub
parent 39143015c5
commit 9e02a57d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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 {