FCXStartCallAction constructor

FCXStartCallAction(
  1. String callUuid,
  2. FCXHandle handle
)

Initializes a new action to start a call with the specified uuid to a recipient with the specified handle.

Implementation

FCXStartCallAction(String callUuid, this.handle)
    : video = false,
      super(callUuid);