getAudioRoute method
@hidden(macOS) @detail api @author dixing @brief Gets the information of currently-using playback route. @return See ByteRTCAudioRoute{@link #ByteRTCAudioRoute}. @note To set the audio playback route, see setAudioRoute:{@link #ByteRTCEngine#setAudioRoute}. For mobile only.
Implementation
FutureOr<ByteRTCAudioRoute> getAudioRoute() async {
return await nativeCall('getAudioRoute', []);
}