Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Riordan committed Jun 11, 2020
1 parent cc73aef commit 51823e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## SessionDescriptionHandler.\_peerConnection property

The peer conneciton. Undefined after SessionDesriptionHandler.close().
The peer connection. Undefined after SessionDescriptionHandler.close().

<b>Signature:</b>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## SessionDescriptionHandler.\_peerConnectionDelegate property

The peer conneciton delegate.
The peer connection delegate.

<b>Signature:</b>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ It is expected/intended to be extended by specific WebRTC based applications.
| --- | --- | --- | --- |
| [\_dataChannel](./sip.js.sessiondescriptionhandler._datachannel.md) | | <code>RTCDataChannel &#124; undefined</code> | The data channel. Undefined before created. |
| [\_localMediaStream](./sip.js.sessiondescriptionhandler._localmediastream.md) | | <code>MediaStream</code> | The local media stream. |
| [\_peerConnection](./sip.js.sessiondescriptionhandler._peerconnection.md) | | <code>RTCPeerConnection &#124; undefined</code> | The peer conneciton. Undefined after SessionDesriptionHandler.close(). |
| [\_peerConnectionDelegate](./sip.js.sessiondescriptionhandler._peerconnectiondelegate.md) | | <code>PeerConnectionDelegate &#124; undefined</code> | The peer conneciton delegate. |
| [\_peerConnection](./sip.js.sessiondescriptionhandler._peerconnection.md) | | <code>RTCPeerConnection &#124; undefined</code> | The peer connection. Undefined after SessionDescriptionHandler.close(). |
| [\_peerConnectionDelegate](./sip.js.sessiondescriptionhandler._peerconnectiondelegate.md) | | <code>PeerConnectionDelegate &#124; undefined</code> | The peer connection delegate. |
| [\_remoteMediaStream](./sip.js.sessiondescriptionhandler._remotemediastream.md) | | <code>MediaStream</code> | The remote media stream. |
| [dataChannel](./sip.js.sessiondescriptionhandler.datachannel.md) | | <code>RTCDataChannel &#124; undefined</code> | The data channel. Undefined before it is created. |
| [localMediaStream](./sip.js.sessiondescriptionhandler.localmediastream.md) | | <code>MediaStream</code> | The local media stream currently being sent. |
Expand Down

0 comments on commit 51823e9

Please sign in to comment.