We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b66304 commit 4568d6eCopy full SHA for 4568d6e
src/main/java/com/bandwidth/webrtc/models/Participant.java
@@ -30,8 +30,8 @@ public Participant() {
30
31
/**
32
* Initialization constructor.
33
- * @param id tring value for id.
34
- * @param callbackUrl tring value for callbackUrl.
+ * @param id String value for id.
+ * @param callbackUrl String value for callbackUrl.
35
* @param publishPermissions List of PublishPermissionEnum value for publishPermissions.
36
* @param sessions List of String value for sessions.
37
* @param subscriptions Subscriptions value for subscriptions.
0 commit comments