@serenada/core
    Preparing search index...

    Interface ContentSource

    interface ContentSource {
        aspectRatio: number | null;
        ownerParticipantId: string;
        type: "screenShare" | "worldCamera" | "compositeCamera";
    }
    Index

    Properties

    aspectRatio: number | null
    ownerParticipantId: string
    type: "screenShare" | "worldCamera" | "compositeCamera"