Agora.io Live Streaming for iOS Agora.io Live Streaming for iOS | Página 5
Enable the Video Mode (enableVideo)
(int)enableVideo;
Disable the Video (disableVideo)
(int)disableVideo;
Enable the Local Video (enableLocalVideo)
(int)enableLocalVideo:(BOOL)enabled;
Set the Local Video View (setupLocalVideo)
(int)setupLocalVideo:(AgoraRtcVideoCanvas * _Nullable)local;
This method configures the video display settings on local machine. The application calls this method to
bind with the video window (view) of local video streams and configure the video display settings.
Call this method after initialization to configure the local video display settings before entering a
channel.
After leaving the channel, the bind is still valid, which means the window still displays. To unbind the
view, set the view value to NIL when calling setupLocalVideo.
Contact us
Send your queries, comments & suggestion