SetMirrorMode
Sets the video mirror mode.
void SetMirrorMode(VideoMirrorMode mode, Error *err = nullptr)
- Since
- Added in version v4.4.0.
Timing
Call this method before SetConfigs.
Parameters
- mode
- Mirror mode. See RteVideoMirrorMode.
- The default value is
kRteVideoMirrorModeAuto, where the SDK automatically determines the mirror mode. - By default, the mirror mode for remote users is off.
- The default value is
- err
- An output parameter. Status or error information. See Error.