/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for IBL Call Pro authentication request. */ export type CallAuthenticationRequest = { /** * The ID of the session for the call */ session_id: string; /** * The pathway identifier for the call context */ pathway: string; /** * Whether to enable video during the call. Required for screensharing and video calls to work. */ enable_video?: boolean; };