-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
v1.2.0
Which operating systems have you used?
- Android
- iOS
Environment that reproduces the issue
if i try to clone exmple code it show difreent class and if i try to get this class in my code it not available in 1.2.0 version
like this is not showing in 1.2.0 ApiVideoLiveStreamEventsListener , getAvailableCameraInfos(),
void onConnectionSuccess() {
print('Connection succeeded');
}
void onConnectionFailed(String reason) {
print('Connection failed: $reason');
_showDialog(context, 'Connection failed', '$reason');
if (mounted) {
setIsStreaming(false);
}
}
void onDisconnection() {
showInSnackBar('Disconnected');
if (mounted) {
setIsStreaming(false);
}
}
Is it reproducible in the example application?
No
RTMP Server
null
Reproduction steps
install 1.2.0 plugin and try to import
Expected result
should available
Actual result
not showing class
Additional context
cc
Relevant logs output
vvMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working