Changes between Version 2 and Version 3 of Python_SIP/Media
- Timestamp:
- Jul 23, 2008 3:50:12 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP/Media
v2 v3 37 37 [[Image(conference-bridge-wav-playback.jpg)]] 38 38 39 The diagram above shows the media flow from the WAV playback object to the sound device (see the red arrow). 40 39 41 Here's the code to connect the WAV playback object to the speaker: 40 42 … … 55 57 }}} 56 58 59 === Sample: Normal Call === 60 61 For a normal call, we'd want to establish bidirectional audio with the remote person, as the diagram below shows. 62 63 [[Image(conference-bridge-call.jpg)]]