@videosdk.live/server-sdk
    Preparing search index...

    Interface RoomValidation

    interface RoomValidation {
        room?: Room;
        roomId: string;
        valid: boolean;
    }
    Index
    room?: Room

    The resolved room, present only when valid.

    roomId: string

    The room id that was validated (echoed back).

    valid: boolean

    Whether the id belongs to the caller (matches a roomId or customRoomId).