autoRegisterAgoraExtensions property
Whether to automatically register the Agora extensions when initializing RtcEngine : true : (Default) Automatically register the Agora extensions when initializing RtcEngine. false : Do not register the Agora extensions when initializing RtcEngine. You need to call enableExtension to register the Agora extensions.
Implementation
@JsonKey(name: 'autoRegisterAgoraExtensions')
final bool? autoRegisterAgoraExtensions;