AudioSessionErrorEvent class

Event emitted when iOS audio session configuration fails (iOS only).

This event is sent during controller initialization if the AVAudioSession cannot be configured for voice chat mode.

Inheritance

Constructors

AudioSessionErrorEvent(String error, int errorCode, String errorDomain)

Properties

data Map<String, dynamic>?
Optional data associated with the event
finalinherited
error String
The error message describing what failed
final
errorCode int
The NSError code from iOS
final
errorDomain String
The NSError domain from iOS (e.g., "NSOSStatusErrorDomain")
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the event (e.g., "onRegisterSuccess", "onInviteConnected")
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Timestamp when the event was created
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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