CallAppSettingBuilder class

CallAppSettingBuilder is a builder class for CallAppSettings.

Use this class to create an instance of CallAppSettings.

Constructors

CallAppSettingBuilder()
Default constructor for CallAppSettingBuilder.

Properties

adminHost String?
Override the admin API host for staging/custom environments. Format should include version: "appid.api-region.cometchat-staging.com/v3.0"
getter/setter pair
appId String?
The appId of the call.
getter/setter pair
callsHost String?
Override the calls API host for staging/custom environments. Format should include version: "appid.call-region.cometchat-staging.com/v3.0"
getter/setter pair
clientHost String?
Override the client API host for staging/custom environments. Format should include version: "appid.apiclient-region.cometchat-staging.com/v3.0"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
The host of the call.
getter/setter pair
region String?
The region of the call.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() CallAppSettings
Builds an instance of CallAppSettings with the parameters set in this builder.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideAdminHost(String adminHost) CallAppSettingBuilder
Override the admin API host.
overrideCallsHost(String callsHost) CallAppSettingBuilder
Override the calls API host.
overrideClientHost(String clientHost) CallAppSettingBuilder
Override the client API host.
toString() String
A string representation of this object.
inherited

Operators

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