rtspWebSocketUri property

  1. @JsonKey(name: '@RTSPWebSocketUri')
String? rtspWebSocketUri
final

If streaming over WebSocket is supported, this shall return the RTSP WebSocket URI as described in Streaming Specification Section 5.1.1.5.

Implementation

@JsonKey(
  name: '@RTSPWebSocketUri',
)
final String? rtspWebSocketUri;