export interface RsRtcOptions { attendence: { attendee_id: string | null; external_user_id: string; join_token: string; }; config: { app_id: string; bypass: string | null; passport: string; vendor: string; }; expire_time: number; identifier: string; user_id: string; user_sig: string; vendor_wrapper: string; }