in sdk/communication/AzureCommunicationChat/Source/NotificationUtils/IdentityUtil.swift [62:66]
func isDod(id: String) -> Bool {
let gcchTeamsUserPrefix = "dod:"
let gcchAcsUserPrefix = "dod-acs:"
return (id.starts(with: gcchTeamsUserPrefix) || id.starts(with: gcchAcsUserPrefix))
}