import { PusherAttributes } from "trtc-wx-sdk"; export interface RsRtcInitOptions { roomID: number; userID: string; rtcConfig?: PusherAttributes; }