diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-7D1E2DBD-004B-5047-BDA5-21CD55D0A95C.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-7D1E2DBD-004B-5047-BDA5-21CD55D0A95C.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,33 @@ + + + + + +Securing +RTP with SRTPThis topic explains how to use callbacks to secure RTP communications. +

If you have registered preprocessing and postprocessing callbacks, the +RTP stack calls them when sending or receiving RTP data. Therefore, your application +can implement Secure RTP by adding encryption and authentication steps after +reception and before sending.

+

Your callback class must derive from MPrePostProcessingCallback and implement +its four methods. Call the SetPrePostProcessingRegisterCallback( method +to register your callbacks. After registration, the callback behaviour is +as follows:

+ +
+RTP Overview + +
\ No newline at end of file