CallSettings
class allows you to customise the overall calling experience. The properties for the call/conference can be set using the CallSettingsBuilder
class. This will eventually give you and object of the CallSettings
class which you can pass to the startCall()
method to start the call.
The options available for recording of calls are:
Setting | Description |
---|---|
showCallRecordButton(boolean showCallRecordButton) | If set to true it displays the Recording button in the button Layout. if set to false it hides the Recording button in the button Layout. Default value = false |
startRecordingOnCallStart(boolean startRecordingOnCallStart) | If set to true call recording will start as soon as the call is started. if set to false call recording will not start as soon as the call is started. Default value = false |