mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-13 02:59:39 +02:00
Temp
This commit is contained in:
parent
59e79ef668
commit
7658369d63
26 changed files with 268 additions and 356 deletions
|
@ -252,7 +252,7 @@ public class ContentNegotiator extends JingleNegotiator {
|
|||
// // with the audio payload type and the transport
|
||||
// // candidate
|
||||
// result.setDescription(new JingleDescription.Audio(new PayloadType(bestCommonAudioPt)));
|
||||
// result.addJingleTransport(this.getTransportNegotiator().getJingleTransport(bestRemoteCandidate));
|
||||
// result.addJingleTransport(this.getTransportNegotiator().getTransport(bestRemoteCandidate));
|
||||
if (mediaNeg != null) {
|
||||
result.setDescription(mediaNeg.getJingleDescription());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue