getVideoSizeNotifier method
get video size notifier
Implementation
ValueNotifier<Size> getVideoSizeNotifier(String userID) {
return ZegoUIKitCore.shared.coreData
.getUser(userID)
.mainChannel
.viewSizeNotifier;
}
get video size notifier
ValueNotifier<Size> getVideoSizeNotifier(String userID) {
return ZegoUIKitCore.shared.coreData
.getUser(userID)
.mainChannel
.viewSizeNotifier;
}