foregroundBuilder property

ZegoAudioVideoViewForegroundBuilder? foregroundBuilder
getter/setter pair

You can customize the foreground of the audio/video view, which refers to the widget positioned on top of the view.

You can return any widget, and we will place it at the top of the audio/video view.

Implementation

ZegoAudioVideoViewForegroundBuilder? foregroundBuilder;