RTSP_RESPONSE

Description

Triggered after a complete response has been received from either the client or the server. You can use the RTSP::msg_source command to determine if the message originated from the client or server.

Examples

when RTSP_RESPONSE {
  # In Progress: Add Sample Code Here
}