Type alias SessionConnectionParams

SessionConnectionParams: {
    host: string;
    path: string;
    port: number;
    roomId: string;
    tls: boolean;
    closeCallback?(event) => void;
    errorCallback?(event) => void;
    openCallback?(event) => void;
}

Type declaration

Generated using TypeDoc