onPublisherLowFpsWarning property
getter/setter pair
Video encoding low frame rate warning.
Available since: 3.8.0 Description: Video encoding low frame rate warning. When to trigger: This callback triggered by low frame rate in video encoding. Caution: This callback is disabled by default, if necessary, please contact ZEGO technical support.
codecID
Video codec ID.channel
Publishing stream channel.If you only publish one audio and video stream, you can ignore this parameter.
Implementation
static void Function(ZegoVideoCodecID codecID, ZegoPublishChannel channel)?
onPublisherLowFpsWarning;