Shouldn't I be using `hold` method? Is someone else affected by this?
Will Mitchell
unread,
Feb 16, 2016, 12:36:08 PM2/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SIP.js, pmyk...@codeminders.com, pmyk...@gmail.com
Hi,
It's safe to assume that if a method or property in SIP.js is undocumented, it is likely to break between browser versions or otherwise be subject to change. We try to only document things that are very stable, so that we can leave flexibility to change things that aren't. `hold` is one of these things. Older versions of SIP.js faked `hold` by enabling and disabling individual media tracks. You could revert to that type of behavior if you are seeing issues with the current SDP manipulation.