activeSpeakerId property

String? activeSpeakerId

Implementation

String? get activeSpeakerId {
  return context.read<RoomBloc>().state.activeSpeakerId;
}