iOS : How to add custom views to default UI

Description
iOS, how to add custom views to default UI. Can I add my own bottom bar and add icons on top of the default UI . Can I develop a screen with the attached UI using default UI?

Hey @vignesh

Thanks for using the dev forum! It is good to see you again :slight_smile:

The SDK does not support adding additional buttons to the bar or adding views on top of the default UI directly. However, you can access the meeting view itself through the meetingView param of the MobileRTCMeetingService. Through this you should be able to perform standard UIView actions.

Thanks!
Michael