We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea24c7 commit 00bda9aCopy full SHA for 00bda9a
ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
@@ -55,6 +55,9 @@ - (void)clickObserveNotification:(NSNotification *)noti{
55
NIMTeam *team = [[[NIMSDK sharedSDK] teamManager]teamById:strSessionId];
56
strSessionName = team.teamName;
57
}
58
+ if (!strSessionName) {
59
+ strSessionName = @"";
60
+ }
61
[mutaDict setObject:strSessionName forKey:@"sessionName"];
62
[param setObject:mutaDict forKey:@"sessionBody"];
63
if ([[dict objectForKey:@"type"] isEqualToString:@"launch"]) {
0 commit comments