NSLog("New registration state is \(publishedValue.state) for user id \(String(describing:publishedValue.account.params?.identityAddress?.asString()))\n")
if(publishedValue.state==.Ok){
...
...
@@ -61,7 +61,7 @@ class CallKitExampleContext : ObservableObject