PSTNDialIn class
The information for public switched telephone network (PSTN) conferencing.
Constructors
- PSTNDialIn({required String countryCode, required String oneClickIdDelay, required String oneClickPinDelay, required String phoneNumber})
-
PSTNDialIn.fromJson(Map<
String, dynamic> json) -
factory
Properties
- countryCode → String
-
The zip code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- oneClickIdDelay → String
-
The delay duration before Alexa enters the conference ID with dual-tone
multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF
tone, which is how we send data over the telephone network.
final
- oneClickPinDelay → String
-
The delay duration before Alexa enters the conference pin with dual-tone
multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF
tone, which is how we send data over the telephone network.
final
- phoneNumber → String
-
The phone number to call to join the conference.
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited