Is it possible to develop a simple app which just show meeting host video stream nothing else on screen???
no control no self view no participant just host’s video stream.
Hi @7carfac3, thanks for using the dev forum.
Yes, this is absolutely possible to do with a custom UI! You would need to obtain the userId of the host, and then add them to the MobileRTCVideoViewManager
associated with the MobileRTCVideoView
you would like their video to be displayed in via addAttendeeVideoUnit
.
Thanks!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.