@serenada/core
    Preparing search index...

    Interface CreateRoomResult

    Result of creating a new room via SerenadaCore.createRoom.

    interface CreateRoomResult {
        roomId: string;
        session: SerenadaSessionHandle;
        url: string;
    }
    Index

    Properties

    Properties

    roomId: string

    Public app-facing session contract. Prefer this over the concrete class in host-app code.

    url: string