create Session

open fun createSession(sessionId: String, joinCode: String, password: String): BrownieSession

Method used to create a new session

Return

the instance of the new created session as BrownieSession

Parameters

sessionId

The identifier of the new created session

joinCode

The join code to connect to the session

password

The password used to protect the session accesses