I am developing an SDP packet parser and creator. If attribute a is set to recvonly like

a=recvonly 

person A sent this attribute to the server S. Then who will open the connection in receive only mode? Person A or server S?

Similarly if person A set 'a' attribute to 'sendrecv' and server only accepts the connection in sendonly mode what to do here ?

6

1 Answer

I have got the answer for the first question. If person A sends 'a=recvonly' person A will open the connection in 'sendonly' mode and server S will open the connection in 'recvonly' mode. As stated in RFC 4566 Section 6.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy