FCXSetGroupCallAction constructor
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);