Functions

The following functions are available globally.

  • Creates a CommunicationIdentifierKind from a given rawId. When storing rawIds use this function to restore the identifier that was encoded in the rawId.

    Declaration

    Swift

    public func createCommunicationIdentifier(fromRawId rawId: String) -> CommunicationIdentifier

    Parameters

    fromRawId

    Id of the Microsoft Teams user. If the user isn’t anonymous,The rawId to be translated to its identifier representation.