mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
0b5504634b
A common pattern in ECMAScript is that you can pass a value OR null, however with Go this isn't possible. This imitates the sql.NullString pattern so that we can as closely as possible mirror the browser API for WebRTC Resolves #105 Co-authored-by: backkem <mail@backkem.me>