110static inline bool packet_is_acip_type(
uint16_t type) {
111 return (type >= 100 && type <= 199);
121static inline bool packet_is_acip_session_type(
uint16_t type) {
132static inline bool packet_is_acip_webrtc_type(
uint16_t type) {
143static inline bool packet_is_acip_string_type(
uint16_t type) {
@ PACKET_TYPE_ACIP_WEBRTC_ICE
WebRTC ICE candidate (bidirectional)
@ PACKET_TYPE_ACIP_SESSION_RECONNECT
Reconnect to session (Client -> Discovery Server)
@ PACKET_TYPE_ACIP_STRING_RESERVE
Reserve session string (Client -> Discovery Server)
@ PACKET_TYPE_ACIP_SESSION_CREATE
Create new session (Client -> Discovery Server)
@ PACKET_TYPE_ACIP_WEBRTC_SDP
WebRTC SDP offer/answer (bidirectional)
@ PACKET_TYPE_ACIP_STRING_RELEASE
Release string reservation (Client -> Discovery Server)