Skip to content

Commit 9ec2e41

Browse files
committed
Merge pull request #121 from aoberoi/issue-116
createSession documentation correction, fixes #116
2 parents 6fd7d89 + a41dd44 commit 9ec2e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenTok/OpenTok.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public function generateToken($sessionId, $options = array())
173173
*
174174
* </ul>
175175
*
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.
176+
* @return Session A new session. For example, when using the OpenTok.js library, use this
177+
* session's ID when calling the <code>OT.initSession()</code> method.
178178
*/
179179
public function createSession($options=array())
180180
{

0 commit comments

Comments
 (0)