How get Latency Broadcaster Value from App

twitch.ext.onContext(function(context) {
    
    var latency = context.hlsLatencyBroadcaster;

    if (latency > 15) {
       // restart    
    }
});