interface RootRoomResponse {
    viewerCount: number;
}

Properties

Properties

viewerCount: number