Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: How to add Tracks to already started FilteredStream ?

$
0
0
Hi,

You need to stop the stream before adding a track.
filteredStream.StopStream();
filteredStream.AddTrack("#newtag");
filteredStream.ResumeStream();
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles