GetOrCreateCallRequest constructor
GetOrCreateCallRequest({
- CallRequest? data,
- int? membersLimit,
- bool? notify,
- bool? ring,
- bool? video,
Returns a new GetOrCreateCallRequest instance.
Implementation
GetOrCreateCallRequest({
this.data,
this.membersLimit,
this.notify,
this.ring,
this.video,
});