---
title: "vuer.rtc.operations"
section: "RTC"
order: 2000
description: "Python API reference for vuer.rtc.operations"
---

# vuer.rtc.operations

Operations module for applying CRDT operations to scene graphs.

This module provides the dispatcher and apply functions for all supported
operation types.

## Public imports

These symbols are available from this module. Their definitions are documented in the linked modules.

- [`apply_message`](/python-api/rtc/operations/dispatcher#apply_message) — `vuer.rtc.operations.dispatcher.apply_message`
- [`apply_messages`](/python-api/rtc/operations/dispatcher#apply_messages) — `vuer.rtc.operations.dispatcher.apply_messages`
- [`apply_operation`](/python-api/rtc/operations/dispatcher#apply_operation) — `vuer.rtc.operations.dispatcher.apply_operation`
- [`apply_message_mut`](/python-api/rtc/operations/dispatcher#apply_message_mut) — `vuer.rtc.operations.dispatcher.apply_message_mut`
- [`apply_messages_mut`](/python-api/rtc/operations/dispatcher#apply_messages_mut) — `vuer.rtc.operations.dispatcher.apply_messages_mut`
- [`register_apply_fn`](/python-api/rtc/operations/registry#register_apply_fn) — `vuer.rtc.operations.registry.register_apply_fn`
