returnfmt.Sprintf("%d of %d viewers (%d%%) are experiencing errors. You're currently using a video passthrough output, often known for causing playback issues for people. It is suggested you turn it off.",clientsWithErrors,totalNumberOfClients,healthyPercentage)
returnfmt.Sprintf("%d of %d viewers (%d%%) may be experiencing some issues. You may want to increase your latency buffer level in your video configuration to see if it helps.",clientsWithErrors,totalNumberOfClients,healthyPercentage)
}
returnfmt.Sprintf("%d of %d viewers (%d%%) may be experiencing some issues.",clientsWithErrors,totalNumberOfClients,healthyPercentage)