Skip to content

Fix bug. Resolves #1464. #677

Fix bug. Resolves #1464.

Fix bug. Resolves #1464. #677

Triggered via push October 19, 2025 12:00
Status Success
Total duration 4m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoRTP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_audioThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'OnWsClose' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'MessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable event 'SocketOpened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
Non-nullable field '_pc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: examples/webrtcexamples/WebRTCReceiveAudio/Program.cs#L148
'WindowsAudioEndPoint.GotAudioRtp(IPEndPoint, uint, uint, uint, int, bool, byte[])' is obsolete: 'Use GotEncodedMediaFrame instead.'
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: examples/sipexamples/CallHoldAndTransfer/Program.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: examples/sipexamples/CallHoldAndTransfer/Program.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.