Silence CS1998 warning in StartStream stub
This commit is contained in:
@@ -124,6 +124,7 @@ public class MainViewModel : ViewModelBase
|
||||
|
||||
// TODO: Initialize capture pipeline, encode, and push to RTMP
|
||||
// For now, simulate connection
|
||||
await Task.Delay(500);
|
||||
StreamStatus = StreamStatus.Streaming;
|
||||
OnPropertyChanged(nameof(StatusDisplay));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user