FCXSetGroupCallAction constructor

FCXSetGroupCallAction(
  1. String callUuid,
  2. String? callUUIDToGroupWith
)

Initializes a new action for a call identified by a given uuid, as well as a call to group with identified by another uuid.

Implementation

FCXSetGroupCallAction(String callUuid, this.callUUIDToGroupWith)
    : super(callUuid);