FCXSetMutedCallAction constructor

FCXSetMutedCallAction(
  1. String callUuid,
  2. bool muted
)

Initializes a new action for a call identified by a given uuid, as well as whether the call is muted.

Implementation

FCXSetMutedCallAction(String callUuid, this.muted) : super(callUuid);