onNetworkTimeSynchronized property
After calling RTCVideo.getNetworkTimeInfo for the first time, the SDK starts network time synchronization internally. This callback will be triggered when the synchronization is completed.
Implementation
EmptyCallbackType? onNetworkTimeSynchronized;