AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

setLocalRenderMode doesn't work correctly. #20

Closed canbalkaya closed 2 years ago

canbalkaya commented 2 years ago

I tried to use setLocalRenderMode method to use mirror feature, because set setLocalVideoMirrorMode method has got deprecated. Unfortunately, I got errors like "Incorrect argument label in call" from Xcode. setLocalRenderMode's parameters have a problem.

Screen Shot 2022-07-28 at 1 38 14 14PM Screen Shot 2022-07-28 at 1 38 45 45PM
plutoless commented 2 years ago

@canbalkaya which version of sdk are you using?

canbalkaya commented 2 years ago

3.7.0

plutoless commented 2 years ago

@canbalkaya try doing it like this image

canbalkaya commented 2 years ago

Yes, it works. Thank you.