Keith
Keith
> This is currently not possible, but will be in the near future.这目前是不可能的,但将在不久的将来实现。 I also look forward to your support for this feature.
> This is currently not possible, but will be in the near future. Hi @devopvoid, would you like to merge this branch (https://github.com/devopvoid/webrtc-java/pull/127#issue-1965395424) to master branch and then provider a...
> ```kotlin > val peerConnectionFactory = PeerConnectionFactory(audioDeviceModule) > > val customVideoSource = CustomVideoSource() > val customTrack = peerConnectionFactory.createVideoTrack("custom-src", customVideoSource) > connection = peerConnectionFactory.createPeerConnection(config, peerObserver) > connection.addTrack(customTrack, listOf(customTrack.id)) > > val...
> I don't do much java as of late, so can't make a fully java example, but it should not differ from the example I provided (except for val and...
Hello @kalgecin , I'd like to ask you a question. I'm encountering a difficult-to-understand issue. The same piece of code can successfully execute 'mvn install' on macOS, but on the...