onMeetingEventReceived property
Stream<MeetingEvent>
get
onMeetingEventReceived
Stream emitting structured SDK analytics events. See MeetingEvent for the event name and attribute map.
Implementation
Stream<MeetingEvent> get onMeetingEventReceived => _coordinator.meetingEventReceivedStream;