viewIDNotifier property
View ID for the stream's video view.
This is used internally to manage the video rendering view.
Implementation
ValueNotifier<int?> viewIDNotifier = ValueNotifier<int?>(-1);
View ID for the stream's video view.
This is used internally to manage the video rendering view.
ValueNotifier<int?> viewIDNotifier = ValueNotifier<int?>(-1);