Skip to main content
Participant
March 6, 2008
Question

Application.onUnpublish

  • March 6, 2008
  • 1 reply
  • 398 views
I am having some difficulty with the application.onUnpublish event. I want the server to know when a client stops publishing so I decided to subscribe to the application.onUnpublish event. The problem is this works great in my test app but when I put it in my full application the event does not get to the server. Does anyone know what would stop this event from firing?
    This topic has been closed for replies.

    1 reply

    Participant
    November 6, 2008
    Hello.
    I have the same problem.
    Did you solve it?
    Could anyone give to us some help, please?

    Thanks a lot.

    #Edited:
    I founded my problem: i had put "onUnPublish" and not onUnpublish. Ridiculous error. Sorry, I was lost.