menu
openai_core package
documentation
realtime.dart
CreateRealtimeCallResponse
CreateRealtimeCallResponse.new constructor
CreateRealtimeCallResponse.new constructor
dark_mode
light_mode
CreateRealtimeCallResponse
constructor
CreateRealtimeCallResponse
(
{
required
String
sdpAnswer
,
String
?
callId
,
Uri
?
location
,
})
Implementation
CreateRealtimeCallResponse({ required this.sdpAnswer, this.callId, this.location, });
openai_core package
documentation
realtime
CreateRealtimeCallResponse
CreateRealtimeCallResponse.new constructor
CreateRealtimeCallResponse class