$SettingsClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$botAdminListBots_Request({BotAdminListBotsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
List admin bots.
-
$botAdminListBots_Serializer()
→ DynamiteSerializer<BotAdminListBotsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $botAdminListBots_Request.
-
$certificateGetCertificateExpiration_Request({required String host, CertificateGetCertificateExpirationApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get the certificate expiration for a host.
-
$certificateGetCertificateExpiration_Serializer()
→ DynamiteSerializer<CertificateGetCertificateExpirationResponseApplicationJson, void>
-
Builds a serializer to parse the response of $certificateGetCertificateExpiration_Request.
-
$recordingGetWelcomeMessage_Request({required int serverId, RecordingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get the welcome message of a recording server.
-
$recordingGetWelcomeMessage_Serializer()
→ DynamiteSerializer<RecordingGetWelcomeMessageResponseApplicationJson, void>
-
Builds a serializer to parse the response of $recordingGetWelcomeMessage_Request.
-
$setsipSettings_Request({BuiltList<String>? sipGroups, String? dialInInfo, String? sharedSecret, SettingsSetsipSettingsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Update SIP bridge settings.
-
$setsipSettings_Serializer()
→ DynamiteSerializer<SettingsSetsipSettingsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $setsipSettings_Request.
-
$setUserSetting_Request({required SettingsSetUserSettingKey key, SettingsSetUserSettingValue? value, SettingsSetUserSettingApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Update user setting.
-
$setUserSetting_Serializer()
→ DynamiteSerializer<SettingsSetUserSettingResponseApplicationJson, void>
-
Builds a serializer to parse the response of $setUserSetting_Request.
-
$signalingGetWelcomeMessage_Request({required int serverId, SignalingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get the welcome message from a signaling server.
-
$signalingGetWelcomeMessage_Serializer()
→ DynamiteSerializer<SignalingGetWelcomeMessageResponseApplicationJson, void>
-
Builds a serializer to parse the response of $signalingGetWelcomeMessage_Request.
-
botAdminListBots({BotAdminListBotsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<BotAdminListBotsResponseApplicationJson, void>>
-
List admin bots.
-
certificateGetCertificateExpiration({required String host, CertificateGetCertificateExpirationApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<CertificateGetCertificateExpirationResponseApplicationJson, void>>
-
Get the certificate expiration for a host.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
recordingGetWelcomeMessage({required int serverId, RecordingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingGetWelcomeMessageResponseApplicationJson, void>>
-
Get the welcome message of a recording server.
-
setsipSettings({BuiltList<String>? sipGroups, String? dialInInfo, String? sharedSecret, SettingsSetsipSettingsApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SettingsSetsipSettingsResponseApplicationJson, void>>
-
Update SIP bridge settings.
-
setUserSetting({required SettingsSetUserSettingKey key, SettingsSetUserSettingValue? value, SettingsSetUserSettingApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SettingsSetUserSettingResponseApplicationJson, void>>
-
Update user setting.
-
signalingGetWelcomeMessage({required int serverId, SignalingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<SignalingGetWelcomeMessageResponseApplicationJson, void>>
-
Get the welcome message from a signaling server.
-
toString()
→ String
-
A string representation of this object.
inherited