@vonage/video
Version:
Package to interact with the Vonage Video API (Not OpenTok Compatible)
14 lines • 368 B
TypeScript
/**
* Represents the response for a WebSocket connection.
*/
export type WebSocketConnectResponse = {
/**
* The unique identifier of the WebSocket connection.
*/
id: string;
/**
* The connection identifier associated with the WebSocket connection.
*/
connectionId: string;
};
//# sourceMappingURL=WebSocketConnectResponse.d.ts.map