Alex X 2311d5eabe Change go version to 1.20 for Windows 7 support 1 月之前
..
README.md c2cdf60ffc Code refactoring 1 年之前
api.go 2311d5eabe Change go version to 1.20 for Windows 7 support 1 月之前
client.go 96504e2fb0 BIG rewrite stream info 4 月之前
client_test.go 0f1dc73d55 Update WebRTC candidates logic 11 月之前
conn.go 96504e2fb0 BIG rewrite stream info 4 月之前
consumer.go 57d48f53e0 Fix PCM audio quality for WebRTC 2 月之前
helpers.go 205018c96a Improve WebRTC candidates handling 5 月之前
producer.go 96504e2fb0 BIG rewrite stream info 4 月之前
server.go 96504e2fb0 BIG rewrite stream info 4 月之前
track.go bec792797d Fix WebRTC WriteRTP panic #994 5 月之前
webrtc_test.go 0d2292c311 Add test for issue #825 9 月之前

README.md

StateChange

  1. offer = pc.CreateOffer()
  2. pc.SetLocalDescription(offer)
  3. OnICEGatheringStateChange: gathering
  4. OnSignalingStateChange: have-local-offer *. OnICEGatheringStateChange: complete
  5. pc.SetRemoteDescription(answer)
  6. OnSignalingStateChange: stable
  7. OnICEConnectionStateChange: checking
  8. OnICEConnectionStateChange: connected