exsample failed!
ERROR /home/shiyang/workspace/github/libpeer/src/ice.c 106 Only UDP transport is supported ERROR /home/shiyang/workspace/github/libpeer/src/ice.c 106 Only UDP transport is supported
Hi, This is not a failure.
WebRTC prefers UDP by default (with encrypted media streams via SRTP) because UDP's low latency and real-time performance are better suited for audio and video communications. TCP support (such as TURN over TCP or ICE-TCP) is generally optional.
WebRTC applications can choose to use UDP only. Even if tcp is not supported, it will not have any impact unless the network is strictly restricted.
By the way, it will be more perfect if libpeer supports TCP in the future.