mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-03 19:32:42 +02:00
A huge amount more spelling corrections
This commit is contained in:
parent
addead5005
commit
b31036147d
18 changed files with 69 additions and 69 deletions
|
@ -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})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue