export type FcrChatRoomTokenResData = {
    token: string;
    appKey: string;
    orgName: string;
    appName: string;
    chatRoomId: string;
};
