Skip to content

LiveAudioStream?.on callback unexpected behaviour #159

@ahaseeb001

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();

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