Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

this.generateOffer is not a function #52

Open
zulfahmidev opened this issue Aug 20, 2023 · 0 comments
Open

this.generateOffer is not a function #52

zulfahmidev opened this issue Aug 20, 2023 · 0 comments

Comments

@zulfahmidev
Copy link

zulfahmidev commented Aug 20, 2023

user.rtcPeer = kurentoUtils.WebRtcPeerRecvonly(options, function(err) {
    if (err) {
      return console.log(err)
    }
    
    this.generateOffer(onOffer)
  })

output error:

Uncaught (in promise) TypeError: this.generateOffer is not a function
@zulfahmidev zulfahmidev changed the title this.generateOffer is not a function at client.js:86:10 this.generateOffer is not a function Aug 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant