Meyanbe Olorunfemi

Results 1 comments of Meyanbe Olorunfemi

I found the issue, in the RtmTokoenBuilder.php class, update buildToken() method with the code snippet below ``` public static function buildToken($appID, $appCertificate,$channelName, $userAccount, $role, $privilegeExpireTs){ $token = AccessToken::init($appID, $appCertificate, $channelName,$userAccount);...