twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when opening the sample project, "Type mismatch. Required: Observer<in RoomViewEvent!> Found: (RoomViewEvent) → Unit"

FumaFuruhashi opened this issue · comments

hey, i'm a bit new to android development and just trying twilio, there is an error in RoomActivity line 233, in method setupThumbnailRecyclerView() when i try to open the project. can someone give me a hand in this error? thank you
Screenshot (3)

adding "Observer" before "{ viewEvent.." solved my issued, sorry and thank you