startRealtimeSession method
Create and start a real-time audio session
Returns a session object for managing the real-time interaction. Throws UnsupportedError if not supported. Check supportedFeatures first.
Implementation
Future<RealtimeAudioSession> startRealtimeSession(
RealtimeAudioConfig config) {
throw UnsupportedError('Real-time audio not supported by this provider');
}