callState method

  1. @override
CallState callState()
override

Implementation

@override
CallState callState() {
  return CallState(
    mParticipant: _mParticipant,
    participants: _subscribers,
  );
}