# On_contactUnblocked
Description
Notification after your TrueConf VideoSDK unblocks a user
EventHandler<string> On_contactUnblocked
Response example
{
"event": "contactUnblocked",
"peerId": "user666@some.server",
"peedDn": "user666@some.server",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
peerId | Unique identifier TrueConf Id of a user being unblocked |
peerDn | User display name |
See also