startRtcEventLog

open fun startRtcEventLog(file_descriptor: Int, max_size_bytes: Int): Boolean

Starts recording an RTC event log. Ownership of the file is transfered to the native code. If an RTC event log is already being recorded, it will be stopped and a new one will start using the provided file. Logging will continue until the stopRtcEventLog function is called. The max_size_bytes argument is ignored, it is added for future use.