Skip to content

LiveAudioStream?.on callback unexpected behaviour#159

Description

@ahaseeb001

some time i keep getting data but sometimes auto stop getting data

const subscription = LiveAudioStream?.on('data', data => {

          const bytes = toByteArray(data);
          console.log('馃殌 ~ bytes:', bytes);
        });

        LiveAudioStream.start();
        return () => subscription.remove();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions