Ejemplo n.º 1
0
 /// <summary>
 /// Closes channel with this id on RTMP connection.
 /// </summary>
 public void Close()
 {
     _connection.CloseChannel(_channelId);
 }