getEffectiveCmdTarget method

String getEffectiveCmdTarget()

Implementation

String getEffectiveCmdTarget() {
  final classInfo = _classInfoObs.getClassInfo();
  if (isGroupRoom() && classInfo.roomInfo.communityTopic.isNotEmpty) {
    return classInfo.roomInfo.communityTopic;
  }
  return classInfo.roomInfo.cmdGroup;
}