rtcEngine$log method

FutureOr<void> rtcEngine$log(
  1. ByteRTCEngine engine,
  2. NSDictionary dict
)

@deprecated since 3.45 and will be deleted in 3.51. @detail callback @author chenweiming.push @brief SDK Internal log callbacks.
SDK internal runtime will call back the log to the business side to facilitate troubleshooting. @param engine ByteRTCEngine object. @param dict Log content.

Implementation

FutureOr<void> rtcEngine$log(ByteRTCEngine engine, NSDictionary dict) async {}