Skip to content
On this page

Type RoomExportUserItem

Description

Export user information

Definition

ts
enum RoomExportUserItem {
    userName: string,
    userPhone?: string,
    joinRoomDate: number,
}

Released under the MIT License.