(bool enable = true); void enableREMB(bool enable = true); }; RtcTrackConfigure video; RtcTrackConfigure audio; RtcTrackConfigure application; void setDefaultSetting(string ice_ufrag, string ice_pwd, RtpDirection direction, const SdpAttrFingerprint &fingerprint); void addCandidate(const SdpAttr...