Vapi class

Constructors

Vapi(String publicKey, [String? apiBaseUrl])

Properties

apiBaseUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
onEvent Stream<VapiEvent>
no setter
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
emit(VapiEvent event) → void
isMuted() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(dynamic message) Future<void>
setAudioDevice({required DeviceId deviceId}) → void
setMuted(bool muted) → void
start({String? assistantId, dynamic assistant, dynamic assistantOverrides = const {}}) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited