Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
Optional< bool > | publishCameraTrack |
Optional< bool > | publishMicrophoneTrack |
Optional< bool > | publishCustomAudioTrack |
Optional< bool > | publishCustomVideoTrack |
Optional< bool > | publishMediaPlayerAudioTrack |
Optional< int > | publishMediaPlayerId |
The channel media options.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Optional<bool> publishCameraTrack |
Determines whether to publish the video of the camera track.
Optional<bool> publishMicrophoneTrack |
Determines whether to publish the recorded audio.
Optional<bool> publishCustomAudioTrack |
Determines whether to publish the audio of the custom audio track.
Optional<bool> publishCustomVideoTrack |
Determines whether to publish the video of the custom video track.
Optional<bool> publishMediaPlayerAudioTrack |
Determines whether to publish the audio track of media player source.
Optional<int> publishMediaPlayerId |
Determines which media player source should be published.