Type alias AvatarSessionCallbacks

AvatarSessionCallbacks: {
    metrics_collected: ((metrics) => void);
}

Type declaration

  • metrics_collected: ((metrics) => void)