Widgets
Widgets
VideoCallWidget
<com.meetingdoctors.videocall.views.widgets.VideoCallWidget
android:id="@+id/videocallWidget"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
VideoCallWidget is a view and its lifecycle are attached to the Activity´s lifecycle. To keep the widget updated you should call to videocallWidget.refreshVideoCallWidget() in your onResume()