public class OfferOptions extends Object
SdpEndpoint.generateOffer.| Constructor and Description |
|---|
OfferOptions()
Create a OfferOptions
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getOfferToReceiveAudio()
get Whether or not to offer to the remote peer the opportunity to send audio.
|
Boolean |
getOfferToReceiveVideo()
get Whether or not to offer to the remote peer the opportunity to send video.
|
void |
setOfferToReceiveAudio(Boolean offerToReceiveAudio)
set Whether or not to offer to the remote peer the opportunity to send audio.
|
void |
setOfferToReceiveVideo(Boolean offerToReceiveVideo)
set Whether or not to offer to the remote peer the opportunity to send video.
|
public Boolean getOfferToReceiveAudio()
public void setOfferToReceiveAudio(Boolean offerToReceiveAudio)
public Boolean getOfferToReceiveVideo()
public void setOfferToReceiveVideo(Boolean offerToReceiveVideo)
Copyright © 2022 Kurento. All rights reserved.