question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IFrame API 'largeVideoChanged' Event not receiving object as stated in docs

See original GitHub issue

Description:

I want to handle the “largeVideoChanged” event, but it seems like the listener doesn’t receive the described object, as mentioned in here: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe#largevideochanged

where it says:

The listener receives an object with the following structure:

{
    id: string // id of the participant that is now on large video in the stage view.
}

Steps to reproduce:

I add my event listener (note: several others are working this way):

api.on("largeVideoChanged", e => {
            console.log(e);
        });

Whenever the large video changes, the event fires, but e is undefined.

Additional information:

When i look at the jitsi code, it seems like no additional object is emitted when this event fires:

https://github.com/jitsi/jitsi-meet/blob/1a789130a3b0d3ab99628405c13792ea58bda09e/modules/API/external/external_api.js#L521

Am i missing something, or is the documentation misleading?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
stale[bot]commented, Jan 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

YouTube Player API Reference for iframe Embeds
The IFrame player API lets you embed a YouTube video player on your website ... The constructor for the player object, which is...
Read more >
Events | Jitsi Meet - GitHub Pages
The JitsiMeetExternalAPI object implements the [EventEmitter] API for ... apiLogLevels property (if not specified the event does not fire).
Read more >
GCP Sheets/Docs API not displaying files in iframe
I have a project that every time a new object is saved it also creates blank Google Doc and Google Sheet as additional...
Read more >
Player API not functional when explicit iframe tag (without ...
At that point, I found that if I removed the origin: sample.com code from the playerVars section of the new YT.Player, the onReady...
Read more >
Get notified if a file is shared with you - Google Support
On Android devices, notifications also appear in your Google Docs, ... To receive updates by email, check the Get all updates about Google...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found