type MessageRTCIdBody = { /** * RTC ID */ rtcId: string; }; export type { MessageRTCIdBody };