IGPAPI
    Preparing search index...

    Interface LiveCreateInput

    interface LiveCreateInput {
        internalOnly?: number;
        message?: string;
        previewHeight?: string | number;
        previewWidth?: string | number;
        type?: string;
        userPayEnabled?: boolean;
        visibility?: number;
    }
    Index

    Properties

    internalOnly?: number

    Have no idea what does it mean. In the app it is always "0". You can play with it.

    message?: string
    previewHeight?: string | number

    In pixels

    previewWidth?: string | number
    type?: string
    RTMP
    
    RTMP_SWAP_ENABLED
    
    userPayEnabled?: boolean
    visibility?: number

    Broadcast audience

    • 0 -- Public
    • 3 -- Practice

    "Close friends" is somewhere between:)