File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 9
9
### Breaking changes
10
10
11
11
* Make functions non-async [ #338 ] ( https://github.com/webrtc-rs/webrtc/pull/338 ) :
12
- - ` Agent ` :
13
- - ` get_bytes_received ` ;
14
- - ` get_bytes_sent ` ;
15
- - ` on_connection_state_change ` ;
16
- - ` on_selected_candidate_pair_change ` ;
17
- - ` on_candidate ` ;
18
- - ` add_remote_candidate ` ;
19
- - ` gather_candidates ` .
20
- - ` unmarshal_candidate ` ;
21
- - ` CandidateHostConfig::new_candidate_host ` ;
22
- - ` CandidatePeerReflexiveConfig::new_candidate_peer_reflexive ` ;
23
- - ` CandidateRelayConfig::new_candidate_relay ` ;
24
- - ` CandidateServerReflexiveConfig::new_candidate_server_reflexive ` ;
25
- - ` Candidate ` :
26
- - ` addr ` ;
27
- - ` set_ip ` .
12
+ - ` Agent ` :
13
+ - ` get_bytes_received ` ;
14
+ - ` get_bytes_sent ` ;
15
+ - ` on_connection_state_change ` ;
16
+ - ` on_selected_candidate_pair_change ` ;
17
+ - ` on_candidate ` ;
18
+ - ` add_remote_candidate ` ;
19
+ - ` gather_candidates ` .
20
+ - ` unmarshal_candidate ` ;
21
+ - ` CandidateHostConfig::new_candidate_host ` ;
22
+ - ` CandidatePeerReflexiveConfig::new_candidate_peer_reflexive ` ;
23
+ - ` CandidateRelayConfig::new_candidate_relay ` ;
24
+ - ` CandidateServerReflexiveConfig::new_candidate_server_reflexive ` ;
25
+ - ` Candidate ` :
26
+ - ` addr ` ;
27
+ - ` set_ip ` .
28
28
29
29
## v0.8.2
30
30
You can’t perform that action at this time.
0 commit comments