Method: MatrixSdk::Protocols::CS#get_room_encryption_settings
- Defined in:
- lib/matrix_sdk/protocols/cs.rb
#get_room_encryption_settings(room_id, **params) ⇒ Response
Gets the encryption configuration for a room
1065 1066 1067 |
# File 'lib/matrix_sdk/protocols/cs.rb', line 1065 def get_room_encryption_settings(room_id, **params) get_room_state(room_id, 'm.room.encryption', **params) end |