You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that we need more data about this. Its better to not prefix rather than incorrectly prefix by 8:. I don't know if it is possible or safe to guess the type.
By the way, it seems that a "prefixed" ID is called a "MRI" by Skype (M... Resource Identifier ? M could be related to "Model"). Maybe it would be good to clearly state when the argument or result uses (non-prefixed) IDs or (prefixed) MRIs because it is currently confusing.
@mitchcapper
It's better to add the prefix everywhere. With the new contacts API (v2), Skype uses it as the only ID for the contacts.
We now only have {mri: "8:bob", ...} instead of the old {id: "bob", type: "skype", ...}.
The contacts returned by .getContacts should be prefixed by their type (as
8:
for human users).The text was updated successfully, but these errors were encountered: