Brownie Session

constructor()

Constructor to instantiate the object


constructor(id: String, joinCode: String, password: String)

Constructor to instantiate the object

Parameters

id

The identifier of the session

joinCode

The join code to connect to the session

password

The password used to protect the session accesses


constructor(id: String, joinCode: String, password: String, hosts: List<BrownieHost>)

Constructor to instantiate the object

Parameters

id

The identifier of the session

joinCode

The join code to connect to the session

password

The password used to protect the session accesses

hosts

The hosts attached to the session