Searched refs:createAudioSource (Results 1 – 3 of 3) sorted by relevance
462 public AudioSource createAudioSource(MediaConstraints constraints) { in createAudioSource() method in PeerConnectionFactory
652 factory.createAudioTrack(audioTrackId, factory.createAudioSource(new MediaConstraints()))); in addTracksToPC()1404 factory.createAudioTrack("audio", factory.createAudioSource(new MediaConstraints())); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
932 audioSource = factory.createAudioSource(audioConstraints); in createAudioTrack()