Generates a signed JWT Room Token. This token authorizes a user to join a specific room.
| Name | Type | Description |
|---|
| Room ID | string | The room identifier. |
| User ID | string | The user identifier. |
Outputs
| Name | Type | Description |
|---|
| Return Value | string | The signed token. |