Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomInfoFromToken

    Result from querying room info via a join token.

    GetRoomInfoFromTokenOptions for the query options

    interface RoomInfoFromToken {
        isActive: boolean;
        roomName: string;
    }
    Index

    Properties

    Properties

    isActive: boolean

    Whether the room is currently active (host has joined)

    roomName: string

    The room name