UNPKG

zego-express-engine-webrtc

Version:

zego webrtc express sdk

5 lines (4 loc) 232 B
export declare function base64encode(str: string): string; export declare function base64decode(str: string): string; export declare function utf16to8(str: string): string; export declare function utf8to16(str: string): string;