NirmalSubedi17 / Xamarin.Forms.WebRTC

WebRTC for Xamarin Forms
6 stars 6 forks source link

Getting Errors with Binding Project #1

Open Raj123456788 opened 4 years ago

Raj123456788 commented 4 years ago

Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(36,36): Error CS0246: The type or namespace name 'IRTCVideoFrameBuffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(31,31): Error CS0246: The type or namespace name 'IRTCYUVPlanarBuffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(38,38): Error CS0246: The type or namespace name 'IRTCI420Buffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(54,54): Error CS0246: The type or namespace name 'IRTCMutableYUVPlanarBuffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(47,47): Error CS0246: The type or namespace name 'IRTCVideoDecoderFactory' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(44,44): Error CS0246: The type or namespace name 'IRTCVideoDecoderFactory' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(37,37): Error CS0246: The type or namespace name 'IRTCVideoDecoder' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(37,37): Error CS0246: The type or namespace name 'IRTCVideoEncoder' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(34,34): Error CS0246: The type or namespace name 'IRTCVideoFrameBuffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(44,44): Error CS0246: The type or namespace name 'IRTCVideoEncoderFactory' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(43,43): Error CS0246: The type or namespace name 'IRTCYUVPlanarBuffer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(32,32): Error CS0246: The type or namespace name 'IRTCVideoCapturerDelegate' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(16,16): Error CS0102: The type 'RTCDtmfSender' already contains a definition for 'Duration' (CS0102) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(33,33): Error CS0246: The type or namespace name 'IRTCVideoRenderer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(34,34): Error CS0246: The type or namespace name 'IRTCVideoRenderer' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(14,14): Error CS0111: Type 'RTCAudioSessionDelegate' already defines a member called 'AudioSession' with the same parameter types (CS0111) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(42,42): Error CS0246: The type or namespace name 'IRTCCodecSpecificInfo' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(47,47): Error CS0246: The type or namespace name 'IRTCVideoEncoderFactory' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS) Xamarin.Forms.WebRTC-master/BindingLibraries/WebRTCBinding.iOS/ApiDefinition.cs(33,33): Error CS0246: The type or namespace name 'IRTCAudioSessionActivationDelegate' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (WebRTCBinding.iOS)

Can you please tell em how to resolve it?

askazombie commented 3 years ago

@NirmalSubedi17 Could you please update the ApiDefinitions that worked for you? The one you shared here isn't looking complete. 33 errors out of the box.