Skip to content

[Bug]: plugin version 1.2.0  #77

@CMEMobile

Description

@CMEMobile

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

vv

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions