Current section
Files
Jump to
Current section
Files
native/specter_nif/src/atoms.rs
rustler::atoms! {
ok,
error,
// errors
answer_error,
candidate_error,
invalid_atom,
invalid_json,
invalid_local_description,
invalid_remote_description,
invalid_track,
lock_fail,
not_found,
offer_error,
// config
ice_servers,
invalid_configuration,
webrtc_error,
// send
add_ice_candidate,
connection_state,
current_local_description,
current_remote_description,
data_channel_created,
ice_candidate,
ice_connection_state,
ice_gathering_state,
local_description,
peer_connection_closed,
peer_connection_error,
peer_connection_ready,
pending_local_description,
pending_remote_description,
playback_finished,
remote_description,
rtp_sender,
signaling_state,
set_local_description,
set_remote_description,
stats,
answer,
offer,
}