Register media instance with session and prepare communication with embedder

This commit is contained in:
Fernando Jiménez Moreno 2019-10-08 10:18:13 +02:00
parent 9c329a7935
commit 4d147d2c56
8 changed files with 107 additions and 4 deletions

View file

@ -449,6 +449,10 @@ where
error!("Failed to store profile: {}", e);
}
},
EmbedderMsg::MediaSession(_) => {
debug!("MediaSession received");
// TODO(ferjm)
},
}
}
}