Provide speakerHeight to ringrtc
This commit is contained in:
parent
618a7725fe
commit
55a5c51236
7 changed files with 29 additions and 11 deletions
|
@ -830,9 +830,10 @@ export class CallingClass {
|
|||
|
||||
public setGroupCallVideoRequest(
|
||||
conversationId: string,
|
||||
resolutions: Array<VideoRequest>
|
||||
resolutions: Array<VideoRequest>,
|
||||
speakerHeight: number
|
||||
): void {
|
||||
this.getGroupCall(conversationId)?.requestVideo(resolutions, 0);
|
||||
this.getGroupCall(conversationId)?.requestVideo(resolutions, speakerHeight);
|
||||
}
|
||||
|
||||
public groupMembersChanged(conversationId: string): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue