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.
2 parents 6fd7d89 + a41dd44 commit 9ec2e41Copy full SHA for 9ec2e41
src/OpenTok/OpenTok.php
@@ -173,8 +173,8 @@ public function generateToken($sessionId, $options = array())
173
*
174
* </ul>
175
176
- * @return string A session ID for the new session. For example, when using the OpenTok.js
177
- * library, use this session ID when calling the <code>OT.initSession()</code> method.
+ * @return Session A new session. For example, when using the OpenTok.js library, use this
+ * session's ID when calling the <code>OT.initSession()</code> method.
178
*/
179
public function createSession($options=array())
180
{
0 commit comments