Samples: {
    clientSamples?: ClientSample[];
    controls?: Controls;
    sfuSamples?: SfuSample[];
    turnSamples?: TurnSample[];
}

Observer created reports related to events (call started, call ended, client joined, etc...) indicated by the incoming samples.

Type declaration

  • Optional clientSamples?: ClientSample[]

    Samples taken from the client

  • Optional controls?: Controls

    Additional control flags indicate various operation has to be performed

  • Optional sfuSamples?: SfuSample[]

    Samples taken from an Sfu

  • Optional turnSamples?: TurnSample[]

    Samples taken from the TURN server

Generated using TypeDoc