Agora RTC Objective-C API Reference  Refactor
Data Fields
LeaveChannelOptions Struct Reference

Data Fields

bool stopMicrophoneRecording
 

Detailed Description

The options for leaving a channel.

Constructor & Destructor Documentation

◆ LeaveChannelOptions()

LeaveChannelOptions ( )
inline

Field Documentation

◆ stopMicrophoneRecording

bool stopMicrophoneRecording

Whether to stop microphone recording when a user leaves the channel.

  • true: (Default) Stop microphone recording.
  • false: Do not stop microphone recording.