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

    Interface RoomInfoFromToken

    Result from getting room info from a join token.

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

    Properties

    Properties

    isActive: boolean

    Whether the room is currently active (owner has joined)

    roomName: string

    The room name