Package ai.nexconn.call.api
Class INCCallStartCallOptions.Builder
java.lang.Object
ai.nexconn.call.api.INCCallStartCallOptions.Builder
- Enclosing interface:
- INCCallStartCallOptions
Builder for optional call-start configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INCCallStartCallOptionsbuild()Provided by the implementation.abstract INCCallStartCallOptions.BuilderSets the extra data carried when starting a call.abstract INCCallStartCallOptions.BuildersetPushConfig(INCCallPushConfig pushConfig) Sets the push configuration used when starting a call.abstract INCCallStartCallOptions.BuildersetTargetId(String targetId) Sets the target group ID for a multi-party call.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Provided by the implementation. -
setPushConfig
Sets the push configuration used when starting a call. -
setExtra
Sets the extra data carried when starting a call. The receiver gets it from the `extra` parameter ofINCCallEventsListener.onCallReceived(INCCallSession, String). -
setTargetId
Sets the target group ID for a multi-party call.
-