How to get local video view layer iOS? #5253
Replies: 3 comments 1 reply
-
I can simply pass the view layer from |
Beta Was this translation helpful? Give feedback.
-
Hi @tiwariammit, Thank you for the question. What exactly do you want to achieve? Because it does not make too much sense for me to give the As an answer to your question, I think the best way is to use Just let me know what you want to achieve and how to proceed. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi Mekya, |
Beta Was this translation helpful? Give feedback.
-
Hi there,
How to show a published video view to another view in iOS Swift? Currently, my application flow is that lets
Screen A
will publish the user local video for video conferencing, and after connecting I have to move to another view controller lets sayScreen B
, So is there any proper way to get that video layer fromAntMediaClient
?Currently, What I am doing is that
I am joining room on
Screen A
asand after successfully connected, I am passing conferenceClient object to
Screen B
and I want to show thatself.videoView
on screen B. Is there any possible way throughAntMediaClient
Beta Was this translation helpful? Give feedback.
All reactions