We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2.0
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); } }
No
null
install 1.2.0 plugin and try to import
should available
not showing class
cc
vv
The text was updated successfully, but these errors were encountered:
Indeed, I made some changes in the main branch. ApiVideoLiveStreamEventsListener will be a mixin, see https://github.com/apivideo/api.video-flutter-live-stream/blob/main/lib/src/listeners.dart
main
ApiVideoLiveStreamEventsListener
Sorry, something went wrong.
No branches or pull requests
Version
v1.2.0
Which operating systems have you used?
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
The text was updated successfully, but these errors were encountered: