onFrame$audioFrame method
@detail callback @brief The callback for the audio frames during local audio file mixing. @param playerId Player's ID @param audioFrame See ByteRTCAudioFrame{@link #ByteRTCAudioFrame}.
Implementation
FutureOr<void> onFrame$audioFrame(
int playerId, ByteRTCAudioFrame audioFrame) async {}