mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
A huge amount more spelling corrections
This commit is contained in:
@ -13,7 +13,7 @@ type Peer struct {
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
||||
func (peer *Peer) SignalAnwser(sdp string) error {
|
||||
func (peer *Peer) SignalAnswer(sdp string) error {
|
||||
return peer.connection.SetRemoteDescription(webrtc.SessionDescription{SDP: sdp, Type: webrtc.SDPTypeAnswer})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user