getHostName method

String getHostName()

Implementation

String getHostName() {
  return widget.roomContext.getHostMember()?.name ?? '';
}