onRemoteAudioStatusUpdated property

(void Function(String userId, TRTCAVStatusType status, TRTCAVStatusChangeReason reason)?) onRemoteAudioStatusUpdated
final

Change of Remote Audio Status

You can use this callback to get the status (Playing, Loading, or Stopped) of the audio of each remote user and display it on the UI.

Implementation

final void Function(String userId, TRTCAVStatusType status, TRTCAVStatusChangeReason reason)? onRemoteAudioStatusUpdated;