Changes between Version 2 and Version 3 of ReleaseNotes-2.0


Ignore:
Timestamp:
Dec 13, 2010 4:24:45 AM (13 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v2 v3  
    2424    - capture: 
    2525      - !QuickTime (MacOS X) 
    26       - iOS (iOS) 
    2726      - Video4Linux4 (Linux) 
    2827      - !DirectShow (Win32) 
     
    4140=== On Demand Media Transport === 
    4241 
    43 TBD. 
     42To create media transports on demand. Rationale is given in #539. Media transport setting is now part of account setting (instead of global setting). Idle timer is used to keep media transports alive and close them after idling for some time. The idle period and number of transports that are allowed to be idling are settable. 
     43 
     44The "on_incoming_call()" is now called before media transport is created, to allow application to reject the call cheaply. The media transport will be created as soon as the callback returns, as long as the call is not disconnected. The media transport creation may take a while to complete (for example, waiting for candidates gathering for ICE media transports). If application sends 183/Progress or 200/OK to the call while the media transport creation is in progress, the response will be queued internally. 
    4445 
    4546