Description
it worked fine 2weeks ago, but it is not working with same code
it is possible to join meeting but it fails when i create a meeting.
Which version?
v4.6.21666.0428
NSData *resultData = [NSURLConnection sendSynchronousRequest:mRequest returningResponse: **nil** error: **nil** ];
NSDictionary *dictionary = [NSJSONSerialization JSONObjectWithData:resultData options:NSJSONReadingAllowFragments error: **nil** ];
dictionary returns below message
Printing description of dictionary:
{
code = 124;
message = "The Token's Signature resulted invalid when verified using the Algorithm: HmacSHA256";
}