Skip to content

Commit

Permalink
Merge pull request #54 from Bandwidth/task/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ajrice6713 authored Aug 15, 2022
2 parents bc23b09 + ff82011 commit 9ae6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ peer = SipPeer.create(client, getFirstSite().getId(), peer);
```
### Get SIP Peer
```Java
SipPeer peer = SipPeer.get(client, "peerId");
SipPeer peer = SipPeer.get(client, "siteId", "peerId");
```
### List SIP Peers
```Java
Expand Down

0 comments on commit 9ae6e2c

Please sign in to comment.