Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Several publisher and subscriber events don't fire #140

@msach22

Description

@msach22

Bug Report

Current behavior
The audiolevel and network stats event listeners for the subscriber don't fire. This is because the native code is not registering the proper delegates and event listeners on iOS/Android.

Steps to reproduce
For example, the following would not result in any console log statements even when the event fires.

subscriber.on({
  audioLevelUpdated: event => {
    console.log('event', event);
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions