public generateAccessToken(accessKey: string, roomId: string, userId: string): string
Generates a token for the given access key, room and user ID. This token can be used to join the room.
To be more consistent with other SDKs, this method is deprecated. Use generateToken instead.