Skip to main content
November 30, 2010
Question

FMS Admin APIs help

  • November 30, 2010
  • 1 reply
  • 1381 views

Hi,

        I am building an FMS admin application. I have one application at FMS server "ChatManager". Clients (swf) connect to this ChatManager application (FMS) and Chat, video Audio conference.  All applications are fine and working perfect.

Now I need to build a admin application, to overview and maintain the chat sessions. In this application, one will view the chats and particular video streams, disconnect the users, send a message to a particular user.

ChatManager : A custom FMS server side application developed by us.

I don't want to write any code in FMS server side application  "ChatManager". Just want to implement every functionality by using FMS Admin APIs.

So, can anyone tell me the FMS admin apis for

>> Disconnect a particular user,

>> Call a function at FMS server side application (as defined in "chatManager")

>> Call a function defined at user end (in connected users swf).

>> Send message to a particular user.

>> Access the server side sharedObjects.

Looking forward for your help.

Thanks,

Amit

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 30, 2010

    Admin API's are not meant for something which you have stated down - only thing it can do from things which you have stated down is disconnect client. It can send message but not to particular user but to whole connected lot using broadcast message.

    December 2, 2010

    Thanks, Can admin (connected at 1111 port) access the sharedObjects and their values?

    Anyone else... who like to share some thing..

    Participating Frequently
    December 2, 2010

    You can check out Admin API's getSharedObjects and getSharedObjectStats - but i doubt it would give list of properties and their values.