Nothing
library(tinytest)
expect_true(is.function(mx.api::mx_rooms))
expect_true(is.function(mx.api::mx_room_create))
expect_true(is.function(mx.api::mx_room_join))
expect_true(is.function(mx.api::mx_room_leave))
expect_true(is.function(mx.api::mx_room_members))
expect_true(is.function(mx.api::mx_room_name))
expect_true(is.function(mx.api::mx_room_topic))
if (at_home() && nzchar(Sys.getenv("MX_TEST_SERVER"))) {
# live room create/join/leave round-trip goes here
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.