SIPCallConfigsResponse constructor

SIPCallConfigsResponse({
  1. Map<String, Object> customData = const {},
})

Returns a new SIPCallConfigsResponse instance.

Implementation

SIPCallConfigsResponse({
  this.customData = const {},
});