getRoom() public method

Get the room the message will be sent to.
public getRoom ( ) : string | integer
return string | integer
Example #1
0
 /**
  * Get the room the message will be sent to.
  *
  * @return string|int
  */
 public function getRoom()
 {
     return $this->transport->getRoom();
 }