100mslive/100ms-android

Events are using different MutableSharedFlows.

AniketSK opened this issue · 0 comments

In the MeetingViewModel, there are two events. One for rtmpErrors and another for changeTrackMuteRequest.
They should be moved into a single Flow with a shared sealed data class structure.

For an explanation of what this is, look here.