testing/janus-gateway: upgrade to 1.1.1
- Added timing info on ICE starting and gathering done to Admin API
- Fixed rare crash when generating SDP to send
- Fixed rare crash when checking payload types
- Fixed double a=ssrc attribute in SDP for inactive m-line
- Replaced non-portable strcasestr() with strncasecmp()
- Fixed parameters not being URL-encoded when using TURN REST API
- Fixed renegotiation sent to VideoRoom subscribers when a room is destroyed
- Added option to prevent automatic SDP offer updates to VideoRoom subscribers when a publisher leaves
- Fixed "send" property not being automatically reset to "true" in the VideoRoom for new subscriptions
- Fixed small memory leak in AudioBridge
- Minor fixes to the Streaming plugin
- Enforced media direction policies when SIP call is on hold
- Added code to send PLI to SIP peer when recording
- Fixed renegotiations in VideoCall not updating session properties
- Other smaller fixes and improvements