mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 07:06:51 +08:00
api: fix typos
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user