import { CallEndpoint } from '../../types/Endpoint/CallEndpoint.mjs'; import '../../types/Endpoint/PhoneEndpoint.mjs'; import '../../types/Endpoint/SIPEndpoint.mjs'; import '../../types/Endpoint/VBCEndpoint.mjs'; import '../../types/Endpoint/WebsocketEndpoint.mjs'; import '../../types/Endpoint/WebsocketAuthorization.mjs'; import '../../enums/Endpoint/WebsocketBitrate.mjs'; import '../../types/Endpoint/AppEndpoint.mjs'; /** * @deprecated This interface is deprecated. Please update to use the CallEndpoint type */ type CallEndpointObject = CallEndpoint; export type { CallEndpointObject };