api: fix typos

This commit is contained in:
backkem
2018-07-16 18:47:55 +02:00
committed by Sean DuBois
parent 1bdd1af406
commit f7c5ecd57f
8 changed files with 30 additions and 30 deletions

View File

@@ -61,8 +61,8 @@ func main() {
// Set the remote SessionDescription
offer := webrtc.RTCSessionDescription{
Typ: webrtc.RTCSdpTypeOffer,
Sdp: string(sd),
Type: webrtc.RTCSdpTypeOffer,
Sdp: string(sd),
}
if err := peerConnection.SetRemoteDescription(offer); err != nil {
panic(err)