UNPKG

@videosdk.live/react-native-sdk

Version:

<h1 align="center"> <img src="https://static.videosdk.live/videosdk_logo_website_black.png"/><br/> <p align="center"> Video SDK React Native App <br/> <a href="https://videosdk.live/">videosdk.live</a> </p> </h1>

20 lines (19 loc) 313 B
export class Connection { /** * @deprecated */ id: string; /** * @deprecated */ payload: string; /** * @deprecated */ meeting: ConnectionMeeting; /** * @deprecated */ close(): void; } import { ConnectionMeeting } from './connectionMeeting';