Skip to content

Commit

Permalink
letters are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jmulford-bw committed Mar 9, 2021
1 parent 5b66304 commit 4568d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/bandwidth/webrtc/models/Participant.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public Participant() {

/**
* Initialization constructor.
* @param id tring value for id.
* @param callbackUrl tring value for callbackUrl.
* @param id String value for id.
* @param callbackUrl String value for callbackUrl.
* @param publishPermissions List of PublishPermissionEnum value for publishPermissions.
* @param sessions List of String value for sessions.
* @param subscriptions Subscriptions value for subscriptions.
Expand Down

0 comments on commit 4568d6e

Please sign in to comment.