UNPKG

agora-meeting-sdk

Version:

For publishing npm package agora-metting-sdk (Web). Get more information from https://docs.agora.io

10 lines (9 loc) 175 B
export interface Message { id: string; uid: string | number; username: string; role: string; timestamp: number; content: string; isOwn: boolean; }