onFirstAudioFrame property
final
The SDK Started Playing the First Audio Frame of a Remote User
The SDK returns this callback when it plays the first audio frame of a remote user. The callback is not returned for the playing of the first audio frame of the local user.
- Parameters:
- userId(String):
- User ID of the remote user.
- userId(String):
Implementation
final void Function(String userId)? onFirstAudioFrame;