buildCallOptions method

Map<String, dynamic> buildCallOptions([
  1. bool voiceonly = false
])

Build the call options. You may override this method in a custom SIPUAHelper class in order to modify the options to your needs.

Implementation

Map<String, dynamic> buildCallOptions([bool voiceonly = false]) =>
    _options(voiceonly);