Explorar el Código

Update RCTAgora.m

yoonzm hace 6 años
padre
commit
3eeed541f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      ios/RCTAgora/RCTAgora.m

+ 1
- 0
ios/RCTAgora/RCTAgora.m Ver fichero

@@ -329,6 +329,7 @@ RCT_EXPORT_METHOD(getSdkVersion:(RCTResponseSenderBlock)callback){
329 329
     NSMutableDictionary *params = @{}.mutableCopy;
330 330
     params[@"type"] = @"onUserOffline";
331 331
     params[@"uid"] = [NSNumber numberWithInteger:uid];
332
+    params[@"reason"] = [NSNumber numberWithInteger:reason];
332 333
 
333 334
     [self sendEvent:params];
334 335
 }