export interface TRTCOptions { sdkAppID: number; userID: string; userSig: string; roomID: number; }