Changes between Initial Version and Version 4 of Ticket #539
- Timestamp:
- Sep 16, 2010 10:54:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #539
- Property Priority changed from normal to major
- Property Milestone changed from release-0.9.0 to release-2.0
-
Ticket #539 – Description
initial v4 9 9 Because of these drawbacks, it's better to create the media transport on demand when a call is set up. To speed up call setup, we may employ caching mechanism where a transport is kept-alive for few seconds and may be reused for subsequent calls. And for flexibility, add a new callback to enable application to create a custom transport for a particular call. 10 10 11 Other benefits of creating transports dynamically are: 12 1. allow different accounts to use different media settings (e.g. ICE, IPv6, etc.) 11 13 14