menu
daakia_vc_flutter_sdk package
documentation
viewmodel/rtc_viewmodel.dart
RtcViewmodel
isVisibleForHost method
isVisibleForHost method
dark_mode
light_mode
isVisibleForHost
method
bool
isVisibleForHost
(
String
role
,
String
targetRole
)
Implementation
bool isVisibleForHost(String role, String targetRole) { return role == "moderator"; }
daakia_vc_flutter_sdk package
documentation
viewmodel/rtc_viewmodel
RtcViewmodel
isVisibleForHost method
RtcViewmodel class