예제 #1
0
 public virtual JObject getStreamLiveInformation(string streamTitle)
 {
     return(API.getStreamLiveInformation(mCredentials, mHubName, streamTitle));
 }