Skip to main content
Participant
March 16, 2010
Question

how to end a connection

  • March 16, 2010
  • 2 replies
  • 403 views

Hi there, we have a two way webcam + mic connection set up using FMIS. Any idea what code we use to add a function that kills the connection?

Thanks!

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    March 19, 2010

    Do you want stop NetStream or you want end NetConnection, if its former calmchessplayer has already replied for it , if its latter you need to do

    nc.close();

    nc= null;

    calmchessplayer
    Inspiring
    March 16, 2010

    netStream.attachCamera(null);

    netStream = null;