Type alias SfuExtensionStats

SfuExtensionStats: {
    payload: string;
    type: string;
}

The Sfu provided custom stats payload

Type declaration

  • payload: string

    The payload of the extension stats the custom app provides

  • type: string

    The type of the extension stats the custom app provides

Generated using TypeDoc