Fix bug. Resolves #1464. #675
Annotations
12 warnings
          | 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L49
                      
                       The variable 'ex' is declared but never used | 
| 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
                      
                       Non-nullable event 'OnWebSocketClosed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable. | 
| 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
                      
                       Non-nullable event 'OnPeerConnecionClosed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable. | 
| 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
                      
                       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 WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
                      
                       Non-nullable field '_ws' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. | 
| 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
                      
                       Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. | 
| 
                      
                          Build WebRTC Examples: 
                        examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegDemuxer.cs#L25
                      
                       Non-nullable field '_ffmpegProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. | 
| 
                      
                          Build WebRTC Examples
                        
                      
                       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 WebRTC Examples: 
                        examples/webrtcexamples/WebRTCReceiveAudio/Program.cs#L148
                      
                       'WindowsAudioEndPoint.GotAudioRtp(IPEndPoint, uint, uint, uint, int, bool, byte[])' is obsolete: 'Use GotEncodedMediaFrame instead.' | 
| 
                      
                          Build WebRTC Examples
                        
                      
                       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 SIP Examples: 
                        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 SIP Examples: 
                        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. | 
        
      Loading