Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. *Uncaught TypeError: window.conf.conta.unregister is not a function
  2. at desregistrar (script.js:145)
  3. at HTMLButtonElement.onclick (index.html:39)*
  4.  
  5. window.conf.conta = new SIP.Web.Simple({
  6. media: {
  7. remote: {
  8. video: document.getElementById('remoteVideo'),
  9. audio: document.getElementById('remoteAudio')
  10. }
  11. },
  12. ua: {
  13. uri: window.conf.usuario+'@'+window.conf.servidor,
  14. authorizationUser: window.conf.usuario,
  15. wsServers: ['wss://'+window.conf.servidor+':8089/ws'],
  16. password: window.conf.senha,
  17. displayName: window.conf.nome,
  18. register : false,
  19. }
  20. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement