public void OnVideoEncoded(object source, VideoEventArgs arg) { Console.WriteLine("Text Sent!"); arg.Video.EmailState = Video.NotificationState.Sent; }
public void SendMessage(object source, VideoEventArgs args) { Console.WriteLine("Message service sending the text message " + args.Video.Title); }
public void OnVideoEncoded(object source, VideoEventArgs args) { Console.WriteLine("Encode finish."); args.Video.TextState = Video.NotificationState.Sent; }