UNPKG

zego-express-engine-webrtc

Version:

zego webrtc express sdk

6 lines (5 loc) 281 B
export declare const encodeString: (str: string) => Uint8Array; export declare const decodeString: (u8arr: Uint8Array) => string; export declare const DISCONNECTED = "DISCONNECTED"; export declare const CONNECTED = "CONNECTED"; export declare const CONNECTING = "CONNECTING";