Skip to content

Commit

Permalink
update openapi types
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Nov 7, 2024
1 parent 9e9bbbe commit e2e3828
Show file tree
Hide file tree
Showing 2 changed files with 688 additions and 518 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/Call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import type {
UpdateCallResponse,
UpdateUserPermissionsRequest,
UpdateUserPermissionsResponse,
VideoResolution,
VideoDimension,
} from './gen/coordinator';
import { OwnCapability } from './gen/coordinator';
import {
Expand Down Expand Up @@ -2317,7 +2317,7 @@ export class Call {
* preference has effect on. Affects all participants by default.
*/
setPreferredIncomingVideoResolution = (
resolution: VideoResolution | undefined,
resolution: VideoDimension | undefined,
sessionIds?: string[],
) => {
this.dynascaleManager.setVideoTrackSubscriptionOverrides(
Expand Down
Loading

0 comments on commit e2e3828

Please sign in to comment.