FirstMediaIM null

Hello, i have some doubt to share with you ;D

The class IAgent have:

FirstMediaVoice
FirstMediaEmail
FirstMediaIM

The first and the second one are correct.

But the last one is null. If i´m not wrong this is the Chat channel (First Media Instant Messaging), and the agent have propertly working the three channels (Voice, Email anc chat).

Why the FirstMediaIM is null?

Thank you and regards!

No, instant messaging is a internal chat feature via sip server. Not customers chat.

Thank you for your response Cavagnaro.

How can i Know the state of the channel chat?

I was retrieving the state of email with “agent.FirstMediaEmail.MediaState.State”

Regards

Ok I got it.

Finally i´m working with “agent.Place.ListOfMedia[indexChat]” indexChat like an integer.

thank you!

Nice! Thanks for sharing the solution