enableObserver property
Field Meaning: Whether to receive the log information to be printed through V2TXLivePremierObserver.
Special Note: If you want to write logs by yourself, you can turn on this switch, and the log information will be called back to you through V2TXLivePremierObserverType.onLog.
Recommended value: Default value: false
Implementation
bool enableObserver;