pub fn realtime_session(
model: impl Into<RealtimeModelRef>,
) -> RealtimeSessionBuilderExpand description
Starts building a realtime session with model.
Call RealtimeSessionBuilder::connect (or .await the builder) to open
the connection.
pub fn realtime_session(
model: impl Into<RealtimeModelRef>,
) -> RealtimeSessionBuilderStarts building a realtime session with model.
Call RealtimeSessionBuilder::connect (or .await the builder) to open
the connection.