foregroundBuilder property

ZegoAudioVideoViewForegroundBuilder? foregroundBuilder
getter/setter pair

Use this to customize the foreground view of the seat, and the ZegoUIKitPrebuiltLiveAudioRoom will returns the current user on the seat and the corresponding seat index.

Please note that this will overwrite the original foreground. If you want to keep the original foreground, set keepOriginalForeground to true.

Implementation

ZegoAudioVideoViewForegroundBuilder? foregroundBuilder;