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

    Interface GetRoomInfoFromTokenOptions

    Options for getting room info from a join token.

    interface GetRoomInfoFromTokenOptions {
        joinToken: string;
        password?: string;
        roomRegion: string;
    }
    Index

    Properties

    joinToken: string

    The join token from the invite link

    password?: string

    Password if the token is password-protected (optional for validation)

    roomRegion: string

    The region where the room is hosted