ZegoCallRingtoneConfig class

online call ringtone config Note that it only works for online calls. If it is offline, please configure it in the zego console

Available Extensions

Constructors

ZegoCallRingtoneConfig({String? incomingCallPath, String? outgoingCallPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
incomingCallPath String?
callee ringtone on local side, please note that the resource needs to be configured in your flutter project example: "assets/ringtone/incomingCallRingtone.mp3"
getter/setter pair
outgoingCallPath String?
caller ringtone on local side, please note that the resource needs to be configured in your flutter project example: "assets/ringtone/outgoingCallRingtone.mp3"
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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