Skip to content
New issue

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

Issues while sending key viewer_device_model to MUX #129

Open
andread95 opened this issue Nov 29, 2023 · 0 comments
Open

Issues while sending key viewer_device_model to MUX #129

andread95 opened this issue Nov 29, 2023 · 0 comments

Comments

@andread95
Copy link

Hi there, we're experiencing some issue while sending viewer_device_model key. It seems MUX can't detect the key is set and it's autoassigning UUID automatically.

const muxOptions = {
        debug: true,
        data: {
          env_key: analyticsKey,
          viewer_user_id: params.user_id.toString(),
          viewer_device_model: params.device.toString(),
          player_init_time: Date.now(),
          video_id: params.show.id.toString(),
        }
    };

 const [muxConnector, initMux] = useMux(muxOptions);

We've already integrated it on web using @mux/mux-data-theoplayer and "viewer_device_model" is available but not for RN? Are we setting a wrong key?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant