interface Webrtc { type?: string;//'0'友聊 '1'群聊 msgtype?: string;//calling offer answer candidate payload?: string; //聊天室id chatId: string; //消息发送人 fromId: string; //消息类型,0通话。1视频 conetType:boolean; timestamp:number; } export default Webrtc;