plugNmeet JS SDK - v2.2.0
    Preparing search index...

    Type Alias ExternalMediaPlayerFeatures

    ExternalMediaPlayerFeatures: Message<"plugnmeet.ExternalMediaPlayerFeatures"> & {
        isAllow: boolean;
        isActive: boolean;
        sharedBy?: string;
        url?: string;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isActive: boolean

      from field: bool is_active = 2;

    • OptionalsharedBy?: string

      from field: optional string shared_by = 3;

    • Optionalurl?: string

      from field: optional string url = 4;

    from message plugnmeet.ExternalMediaPlayerFeatures