3 | | Spec: |
4 | | - Create media transports on demand |
5 | | - Media transport setting is now part of account setting (instead of global setting) |
6 | | - Use idle timer to destroy media transport |
7 | | - Specify how many transports to be reserved in idle |
8 | | - "on_incoming_call()" callback may be called before media is ready |
9 | | - alternatively, add new callback e.g. "on_incoming_invite()" to signal incoming invite before media is created. This is to allow application to reject the call cheaply |
10 | | |
| 3 | See the spec in [wiki:ReleaseNotes-2.0#OnDemandMediaTransport] |